{{ __('user.bans') }}

@if ($user->group->id === 5)

Unban user: {{ $user->username }}

@csrf

The reason is only visible for staff.

@else

Ban user: {{ $user->username }}

@csrf

The reason will be emailed to the user.

@endif
@forelse ($bans as $ban) @empty @endforelse
{{ __('common.user') }} {{ __('user.judge') }} {{ __('user.reason-ban') }} {{ __('user.reason-unban') }} {{ __('user.created') }} {{ __('user.removed') }}
{{ $ban->ban_reason }} {{ $ban->unban_reason }}
{{ __('user.no-ban') }}