{{ strtoupper($evaluated->evaluated->libelle).' '.$class->libelle }}
@foreach ($matters as $matter) @endforeach @php $i = 1; @endphp @foreach ($datas as $item) @foreach ($item['notes'] as $note) @endforeach @endforeach
Nom & Prénoms Sexe{{ ucwords($matter->primary_matter->abbreviated) }}Point Moy Rang
{{$i <= 9 ? '0'.$i++:$i++}} {{ Str::limit($item['name'], '40', '...') }} {{$item['sexe']}} {{ $note['note'] ? ($note['note']['note'] == 'nc' ? 'nc':$note['note']['note']):'--' }}{{ $note['note'] ? ($note['note']['note'] != 'nc' ? ' / '.$note['valeur']:''):'' }}{{ $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'):'--' }}