{{--
--}}
LISTE DE CLASSE {{$class->libelle}}
Effectif : {{count($student) <= 9 ? '0'.count($student):count($student)}} | F : {{$nbreF <= 9 ? '0'.$nbreF:$nbreF}} | M : {{$nbreM <= 9 ? '0'.$nbreM:$nbreM}}
@if (!($class['type'] == 'primaire')) @endif @if (!($class['type'] == 'primaire')) @php $i = 1; @endphp @foreach ($student as $item) {{-- --}} @if ($item->affecte) @endif @if ($item->boursier) @endif @endforeach
Matricule Nom et Prenoms GenreAffectéRedoublantBoursier @endif
{{$i <= 9 ? '0'.$i++:$i++}} {{$item->matricule}} {{mb_strtoupper($item->first_name).' '.ucfirst($item->last_name)}} {{ucfirst($item->sexe == 'F' ? 'F':'M')}}{{$item->date_birth.' à '.ucfirst($item->place_birth)}}{{ucfirst($item->affecte)}}{{ucfirst($item->redoublant)}}{{ucfirst($item->boursier)}}