@php $faviconPath = public_path('favicon.ico'); // or change to 'favicon.png' if that's what you're using $faviconUrl = asset('favicon.ico') . '?v=' . (file_exists($faviconPath) ? filemtime($faviconPath) : time()); @endphp Players Listing

Players Listing

@foreach($players as $player) @endforeach
Username Currency Country Code Balance Status Action
{{ $player->playername }} @if($player->is_internal) Internal @else Real @endif {{ $player->currency }} {{ $player->country_code }} {{ $player->balance }} {{ $player->status ? 'Active' : 'Suspended' }}
@csrf @method('PATCH') |
@if ($errors->any()) @endif