| # | Student | Roll No | Class | Section | Phone | |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $student->student_name }} | {{ $student->email }} | {{ $student->id }} | {{ $student->classes->first()->name ?? 'N/A' }} | @foreach ($student->sections as $section) {{ $section->name }} @endforeach | {{ $student->guardian->guardian_contact ?? 'N/A' }} |