Loading...
@if(!empty($students)) @foreach($students as $student) @endforeach
Name ADM. Num Class Year
{{$student->user->name}} {{$student->adm_no}} {{$student->my_class->name}} {{$student->session}}
@else

No Records Found

@endif