@include('includes._alert')
| N° |
Nom & Prénoms |
Sexe |
@foreach ($matters as $matter)
{{$matter->primary_matter->abbreviated}} |
@endforeach
Point |
Moyen |
Rang |
@php $i = 1; @endphp
@foreach ($datas as $item)
| {{$i <= 9 ? '0'.$i++:$i++}} |
{{$item['name']}} |
{{$item['sexe']}} |
@foreach ($item['notes'] as $note)
{{($note['note']['note'] ?? '---').' / '.$note['valeur']}} |
@endforeach
{{($item['resultat']['point'] ?? '---').' / '.calculTotatPoint($item['notes'])}} |
{{($item['resultat']['moyenne'] ?? '---').' / 10'}} |
{{$item['resultat']['rang'] ?? '---'}} |
@endforeach