@if (session()->has('success')) @endif @if (session()->has('error')) @endif
@error('examtypeid') {{ $message }} @enderror
@if ($students != null)
Downloading...
@if ($students != null) @foreach ($students as $index => $student) @endforeach {{ $students->links() }} @endif
S/N Passport Name Gender Date of Birth
{{ $index + 1 }} {{ $student->firstname }} {{ $student->lastname }} {{ $student->middlename }} {{ $student->gender }} {{ $student->dob }} View
@endif