id
nom_prenoms
sexe
matricule
note
@foreach ($data as $item)
{{$class.'_'.$item->id.'_'.$eval}}
{{strtoupper($item->first_name).' '.ucfirst($item->last_name)}}
{{ucfirst($item->sexe)}}
{{$item->matricule}}
@endforeach