|
|
{{ $student->student_name }}
{{ $student->email }}
|
{{ $student->id }} |
{{ $student->latestAdmission->class->name ?? 'N/A' }}
|
@foreach ($student->sections as $section)
{{ $section->name }}
@endforeach
|
{{ $student->guardian->guardian_contact ?? 'N/A' }} |
Present
|
|
@endforeach