{{ __('Appeals List') }}
{{ __('Appeals List') }}
@if (session('success'))
{{ session('success') }}
@endif @foreach ($appeals as $appeal) @endforeach
{{ __('admins.id') }} {{ __('Ban Type') }} {{ __('SteamID/IP') }} {{ __('Name') }} {{ __('admins.banReason') }} {{ __('Email') }} {{ __('admins.status') }} {{ __('Created At') }} {{ __('admins.actions') }}
{{ $appeal->id }} {{ $appeal->ban_type }} {{ $appeal->ban_type == 'Steam ID' ? $appeal->steamid : $appeal->ip }} {{ $appeal->name }}
{{ $appeal->email }} {{ $appeal->status }} {{ $appeal->created_at->format('Y-m-d H:i:s') }} {{ __('View') }}