@if (session()->has('message'))
{{ session('message') }}
@endif
@foreach ($players as $player) @endforeach
# Char Name IP Price Balance Type Actions
{{ $player->id }} {{ $player->playerInfo->CharName ?? 'N/A' }} @if (!empty($player->playerInfo->IP)) {{ $player->playerInfo->IP }} @else N/A @endif {{ $player->price }} {{ $player->balance_type }}
{{ $players->links() }}