{{ ucwords($eval->evaluationType->type.' '.$matter.' '.$cutting.' '.$eval->classe->libelle) }}
@php $i = 1 @endphp @foreach ($data as $item) @endforeach
Matricule Nom Prénoms Genre Note
{{$i <= 9 ? '0'.$i++:$i++}} {{ $item->matricule }} {{ strtoupper($item->first_name) }} {{ ucwords($item->first_name) }} {{ $item->sexe == 'F' ? 'Feminin':'Masculin' }} {{ $item->note.' / '.($eval->notee*20)}}