| N° | Matricule | Nom | Prénoms | Genre | Date de nais... | Lieu de nais... | Résidence | Photo | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{$i <= 9 ? '0'.$i++:$i++}} | {{$student->matricule}} | {{strtoupper($student->first_name)}} | {{ucwords($student->last_name)}} | {{ucfirst($student->sexe == 'F' ? 'Féminin':'Masculin')}} | {{$student->date_birth}} | {{ucwords($student->place_birth)}} | {{ucwords($student->place_residence)}} |
@if ($student->photo)
@endif
|
@endif