| {{$i <= 9 ? '0'.$i++:$i++}} |
{{ Str::limit($item['name'], '40', '...') }} |
{{$item['sexe']}} |
@foreach ($item['notes'] as $note)
{{ $note['note'] ? ($note['note']['note'] == 'nc' ? 'nc':$note['note']['note']):'--' }}{{ $note['note'] ? ($note['note']['note'] != 'nc' ? ' / '.$note['valeur']:''):'' }} |
@endforeach
{{ $item['resultat'] ? ($item['resultat']['point'] == 'nc' ? 'nc':$item['resultat']['point'].' / '.calculTotatPoint($item['notes'])):'--' }} |
{{ $item['resultat'] ? ($item['resultat']['moyenne'] == 'nc' ? 'nc':$item['resultat']['moyenne']):'--' }} {{ $item['resultat'] ? ($item['resultat']['moyenne'] != 'nc' ? ' / 10':''):'' }} |
{{ $item['resultat'] ? ($item['resultat']['rang'] ?? 'nc'):'--' }} |
@endforeach