@if (session()->has('success')) @endif @if (session()->has('error')) @endif
@error('examtypeid') {{ $message }} @enderror
@if ($students != null)
Downloading... Downloading...
@foreach ($students as $index => $student)
@endforeach
@endif