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