Students

0 selected
@forelse($students as $i => $student) @empty @endforelse
# Student Class Section Roll No Parent Actions
{{ $students->firstItem() + $i }}
{{ strtoupper(substr($student->name, 0, 1)) }}
{{ $student->name }}
{{ $student->class }} {{ $student->section ?? '-' }} {{ $student->roll_number ?? '-' }} {{ $student->parent->name ?? 'N/A' }}
No students found.
{{ $students->links() }}
@push('scripts') @endpush