@extends('layouts.master') @section('background-image', '/assets/images/bg05.jpg') @section('bg-y', '-50px') @section('content')

List of Shame

List of Shame

This list will be updated {{ __("common._dayTime.everyDay") }} {{ __("common.at") }} {{ __("common._dayTime.midNight") }}.
@foreach ($bans as $ban) @endforeach
NICK TYPE REASON DURATION
{{ $ban->user->NICK }} @if ($ban->TYPE == 0) {{ \Helper::game_getBanType($ban->TYPE) }} @else {{ \Helper::game_getBanType($ban->TYPE) }} @endif {{ \Illuminate\Support\Str::limit($ban->REASON, 64) }} {{ date("Y", strtotime($ban->END_DATE)) == 3000 ? "Permanently" : \Helper::date_ForDate($ban->END_DATE, $ban->START_DATE) . " days" }}
{{ $bans->onEachSide(5)->links("pagination.cf-pagination", ["paginator" => $bans]) }}
@endsection