Surname | Forenames | Exam No | @foreach($schedule->attendance->groupBy('id')->first() as $key)Day {{ $key->pivot->day }} | @endforeach
---|---|---|---|
{{ $attendance->first()->surname }} | {{ $attendance->first()->forenames }} | {{ $attendance->first()->registration_number }} | @foreach ($attendance as $day){{ $day->pivot->present?'√':'x' }} | @endforeach