Kelola Klub
Kelola Klub
{{ $clubs->total() }} klub terdaftar
@forelse($clubs as $club) @empty @endforelse
# Nama Tipe Singkatan Negara OVR Status Aksi
{{ $club->id }}
@if($club->logo) @else @php $bgColor = $club->isNational() ? '#16a34a' : '#1d4ed8'; @endphp
{{ 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
@csrf @method('DELETE')
Belum ada klub. Tambahkan atau import dari JSON.
@if($clubs->hasPages())
{{ $clubs->links() }}
@endif
@push('styles') @endpush @push('scripts') @endpush