|
|
| Matricule | Nom et Prenoms | Genre | @if (!($class['type'] == 'primaire'))Affecté | @endifRedoublant | @if (!($class['type'] == 'primaire'))Boursier @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)}} | --}} @if ($item->affecte){{ucfirst($item->affecte)}} | @endif{{ucfirst($item->redoublant)}} | @if ($item->boursier){{ucfirst($item->boursier)}} | @endif