Cognome
Nome
Matricola
E-Mail
P
@foreach($students as $key=>$student)
{{strtoupper($student->lastname)}}
{{strtoupper($student->firstname)}}
{{strtoupper($student->official_code)}}
{{strtoupper($student->email)}}
{!! isset($reservations[$student->user_id]) ? '*': ''!!}
@endforeach