{{-- resources/views/admin/athletes/_edit_record.blade.php --}}

Rekor Nasional (National Records)

Daftar prestasi atlet yang tercatat sebagai Rekor Nasional (NR).

Total: {{ $records->where('code', 'NR')->count() }} Rekor
@php $no = 1; @endphp @forelse($records->where('code', 'NR') as $rec) @empty @endforelse
No Kategori Hasil Nomor Lomba Kejuaraan & Lokasi Tanggal
{{ $no++ }} [{{ $rec->code }}]
{{ $rec->history->result_mark }}
@if($rec->history->wind)
Wind: {{ $rec->history->wind }}
@endif
{{ $rec->history->discipline->name ?? '-' }} @if($rec->history->is_indoor) (Indoor) @endif
{{ $rec->history->competition_name }}
{{ $rec->history->venue }}
{{ $rec->history->date->format('d M Y') }}
Belum ada Rekor Nasional (NR) yang tercatat.
Silakan input data di menu "Results" dan tandai sebagai NR.