{{-- resources/views/public/athlete_ranking.blade.php --}} @extends('layouts.pasi_public') @section('content')
Daftar performa terbaik atlet **Aktif** Indonesia musim ini (Season Best).
| Place | Competitor | DOB | Result (SB) | Discipline |
|---|---|---|---|---|
|
@if($loop->iteration <= 3)
{{ $loop->iteration }}
@else
{{ $loop->iteration }}
@endif
|
@if($rankData->athlete->photo)
{{ strtoupper($rankData->athlete->name) }}
{{ $rankData->athlete->province_name }}
|
{{ $rankData->athlete->date_of_birth ? strtoupper($rankData->athlete->date_of_birth->format('d M Y')) : '-' }} |
{{ $rankData->season_best }}
Season Best
|
{{ $discipline->name }} @if($discipline->gender == 'male') @else @endif |
|
Data Kosong
Belum ada data Peringkat Nasional untuk kategori {{ $age }} musim ini. |
||||