Kelola Pemain
Kelola Pemain
Ban, unban, dan lihat detail pemain
@forelse($players as $player) @php $div = getDivision($player->elo); @endphp @empty @endforelse
Pemain ELO / Divisi W / L / D Bergabung Status Aksi
{{ $player->username }}
{{ $player->discord_username }}
{{ number_format($player->elo) }}
{{ $div['name'] }}
{{ $player->wins }} / {{ $player->losses }} / {{ $player->draws }} {{ $player->created_at->format('d M Y') }} @if($player->is_banned) Dibanned @else Aktif @endif @if($player->is_banned)
@csrf
@else @endif
Tidak ada pemain ditemukan
@if($players->hasPages())
{{ $players->links() }}
@endif