{{ $timetable->course->code }} - {{ $timetable->course->name }}
@if (count($students)>0) @foreach ($students as $student) @endforeach @else @endif
Exam number Names Project Exam Status
{{ $student['registration_number'] }} {{ $student['surname'] }}, {{ $student['forenames'] }} @error('students.*.project') {{ str_replace("students.". $student['id'] .".",'',$message) }} @enderror @error('students.*.exam') {{ str_replace("students.". $student['id'] .".",'',$message) }} @enderror @if ($student['submitted_at']) Submitted @else Not submitted @endif @if ($student['submitted_at']) @else Submit @endif
Submit all

No student enrolled yet.