{{ $timetable->course->code }} - {{ $timetable->course->name }}
{{-- --}} @if (count($project_students) > 0) @php $sno1 = 1 @endphp @foreach ($project_students as $student) {{-- --}} @endforeach @else @endif
# Exam noNamesProject marks
{{ $sno1++ }} {{ $student['registration_number'] }}{{ $student['surname'] }}, {{ $student['forenames'] }} @error('project_students.*.project') {{ str_replace("project_students.".$student['id'].".",'',$message) }} @enderror

No student enrolled yet.

{{-- --}} @if (count($exam_students) > 0) @php $sno2 = 1 @endphp @foreach ($exam_students as $item) {{-- --}} @endforeach @else @endif
# Exam noNamesExam marks Status
{{ $sno2++ }} {{ $item['registration_number'] }}{{ $item['surname'] }}, {{ $item['forenames'] }} @error('exam_students.*.exam') {{ str_replace("exam_students.".$student['id'].".",'',$message) }} @enderror @if ($item['submitted_at']) Submitted @else Not submitted @endif @if ($item['submitted_at']) @else Submit @endif
Submit all

No student enrolled for exam yet.