{{ __('Report Details') }}
{{ __('Report Details') }}
@if (session('success'))
{{ session('success') }}
@endif
{{ __('Ban Type') }} {{ $report->ban_type }}
{{ __('SteamID/IP') }} {{ $report->ban_type == 'Steam ID' ? $report->steamid : $report->ip }}
{{ __('Nickname') }} {{ $report->nickname }}
{{ __('Comments') }} {{ $report->comments }}
{{ __('Email') }} {{ $report->email }}
{{ __('dashboard.server') }} {{ $report->server->hostname }}
{{ __('Media Link (Proof)') }} {{ __('View Proof') }}
{{ __('Created At') }} {{ $report->created_at->format('Y-m-d H:i:s') }}
@csrf @method('DELETE')