Students failed twice
@if (count($students))
@endif
@include('components.loading')
@if (isset($intake_id)) {{-- --}} @php $sno = 1 @endphp @forelse ($students as $key) {{-- --}} @empty @endforelse
# Center Surname Forenames Exam No Course codeCourse Title1st attempt marks 2nd attempt marks Status
{{ $sno++ }} {{ $key->center }} {{ $key->surname }} {{ $key->forenames }} {{ $key->registration_number }} {{ $key->course_code }}{{ $key->course_title }}{{ $key->attempt1 }} {{ $key->attempt2 }} {{ $key->status }}
No student failed twice.
@else

Please first select an intake above to proceed.

@endif