Ministère de l'Education Nationale, de l'Enseignement
Technique et de la Formation Professionnelle
REPUBLIQUEDE COTE D'IVOIRE
Union - Discipline - Travail
Logo établissement
{{mb_strtoupper($school->school->name_school)}}
{{$school->address_email}} / {{$school->phon_school}}
Année Scolaire : {{$class->schoolYear->school_year}}
{{--
--}}
LISTE NOTES {{strtoupper($decoup->cutting->libelle)}} {{strtoupper($matter->matter->abbreviated ?? $matter->matter->libelle)}} {{$class->libelle}}
{{-- --}} @php $i = 1 @endphp @foreach ($datas as $item) {{-- --}} @endforeach
Nom et prénomsGenreMatricule CF OG EO Moyenne Rang
{{$i <= 9 ? '0'.$i++:$i++}}
{{$item['name']}}
{{ucfirst($item['sexe'] == 'F' ? 'F':'M')}}
{{$item['matricule']}}
@foreach ($item['notes']['CF']['notes'] as $item1) @endforeach
{{$item1['note']}}
{{$item['notes']['CF']['moyenne']}}
@foreach ($item['notes']['OG']['notes'] as $item3) @endforeach
{{$item3['note']}}
{{$item['notes']['OG']['moyenne']}}
@foreach ($item['notes']['EO']['notes'] as $item2) @endforeach
{{$item2['note']}}
{{$item['notes']['EO']['moyenne']}}
{{$item['moyen'] ? $item['moyen']['moyenne']:'--'}}
{{$item['moyen'] ? $item['moyen']['rang']:'--'}}