| N° | Nom et prenoms | Genre | Matricule | @foreach ($time as $item) @php $val = $period == 1 ? 'morning_time':'after_noon_time';@endphp{{$item->$val->debut.' à '.$item->$val->fin}} | @endforeach
|---|---|---|---|---|
|
{{$t <= 9 ? '0'.$t++:$t++}}
|
{{strtoupper($item['first_name']).' '.ucwords($item['last_name'])}}
|
{{ucfirst($item['sexe'] == 'F' ? 'Féminin':'Masculin')}} |
{{$item['matricule']}} |
@foreach ($time as $temps)
@endforeach |