Reason: {{ $historyBan->formatted_reason }}
{{ $historyBan->admin_name ?: $historyBan->admin }}
@if($historyBan->is_permanent)
Permanent
@elseif($historyBan->unban_date_human)
{{ $historyBan->unban_date_human->diffForHumans() }}
@else
Unknown duration
@endif