| # | Nama | Tipe | Singkatan | Negara | OVR | Status | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $club->id }} |
@if($club->logo)
{{ strtoupper(substr($club->short_name ?? $club->name, 0, 3)) }}
@endif
{{ $club->name }}
|
@if($club->isNational()) 🌍 Timnas @else 🏟️ Klub @endif | {{ $club->short_name ?? '—' }} | {{ $club->nationality ?? '—' }} | @php $ovr = $club->overall; $ovrStyle = $ovr >= 85 ? 'background:#f0fdf4;color:#15803d' : ($ovr >= 78 ? 'background:#fef9c3;color:#854d0e' : 'background:#f1f5f9;color:#64748b'); @endphp {{ $ovr }} | @if($club->is_active) Aktif @else Nonaktif @endif |
|
|
⚽
Belum ada klub. Tambahkan atau import dari JSON.
|
|||||||