| # | 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. | |||||||