@foreach($demande->evenementSportifs->first()->athletesIndividuels ?? [] as $athlete)
| {{ $loop->iteration }} |
{{ $athlete->nom_prenom_sportif }} |
{{ $athlete->num_athlete_h }} |
{{ $athlete->num_athlete_f }} |
{{ $athlete->accompagnants }} |
{{ $athlete->total }} |
@endforeach
@if(empty($demande->evenementSportifs->first()->athletesIndividuels))
| 1 |
- |
0 |
0 |
0 |
0 |
@endif