| Date | {{ \Carbon\Carbon::parse($data->date)->format('d-M-Y') ?? '' }} |
|---|---|
| Exam | {{ $data->exam->name ?? '' }} |
| Session | {{ $data->stusession->name ?? '' }} |
| Class | {{ $data->stuclass->name ?? '' }} |
| SN | Student | Roll | Reg | Seat No |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->students->name ??'' }} | {{ $item->students->roll_no ??'' }} | {{ $item->students->register_no ??'' }} | {{ $item->seat_no ?? '' }} |