Dashboard Users Players Log PT API

Players Listing

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