| Roll |
{{ sprintf('%02d', $student->roll_no) }} |
| Name |
{{ $student->user?->name }} |
| Class |
{{ $student->class?->name }} |
@if ($student->group)
| Group |
{{ $student->group?->name ?? "-" }} |
@endif
@if ($student->section)
| Section |
{{ $student->section?->name ?? "-" }} |
@endif