All Students
{{-- Class --}}
{{-- Section --}}
{{-- Search --}}
@if(request()->hasAny(['class_id','section_id','q']))
@endif
@forelse ($students as $student) @empty @endforelse
Admission No. Name Class Section DOB Status Actions
{{$student->admission_no}} {{$student->name}} {{$student->activeClass->class->class_name}} {{$student->activeClass->section->section_name}} {{ \Carbon\Carbon::parse($student->dob)->format('d M Y') }}
status ? 'checked' : '' }} >
Edit View
No student found for the current academic year
{{ $students->links('pagination::bootstrap-5') }}