@extends('cfp.layouts.master') @section('content')

Desbanir ou Desbloquear Jogador

@include('cfp.components.error_alert')
@forelse ($user->bans as $ban) @empty @endforelse
# {{ __("cfp.Type") }} {{ __("cfp.Reason") }} {{ __("cfp.Applicant") }} {{ __("cfp.DateOfPunishment") }} {{ __("cfp.PunishmentTime") }} {{ __("cfp.Actions") }}
{{ $ban->SRL }} @if ($ban->TYPE == 0) {{ \Helper::game_getBanType($ban->TYPE) }} @else {{ \Helper::game_getBanType($ban->TYPE) }} @endif {{ $ban->REASON }} {{ $ban->issuer->NICK }} {{ \Helper::date_stringFormat($ban->START_DATE, true) }} {{ date("Y", strtotime($ban->END_DATE)) == 3000 ? "Permanente" : \Helper::date_ForDate($ban->END_DATE, $ban->START_DATE) . " day(s)" }} addMinute(), ["id" => $ban->SRL]) }}" class="btn btn-block btn-outline-success unban">Remove
{{ __("cfp.NoPunishment") }}
@include('cfp.components.pagination', [ "data" => $user->bans, "route" => "cfp.accounts.view" ])
@endsection