@extends('layouts.master') @section('background-image', '/assets/images/bg05.jpg') @section('bg-y', '-50px') @section('content')
| 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" }} |