Turnamen
Turnamen
Kompetisi resmi untuk pemain terbaik
@forelse($tournaments as $t) @php $statusStyle = match($t->status) { 'registration' => 'background:#f0fdf4;color:#15803d', 'in_progress' => 'background:#eff6ff;color:#1d4ed8', 'completed' => 'background:#f1f5f9;color:#64748b', default => 'background:#fef9c3;color:#854d0e', }; $filled = $t->participants_count / max(1,$t->max_players) * 100; @endphp @empty
🏆
Belum ada turnamen
Cek kembali nanti!
@endforelse
@if($tournaments->hasPages())
{{ $tournaments->links() }}
@endif