| Exam Name | {{ $data->exam->name ?? ''}} |
|---|---|
| Session | {{ $data->stusession->name ?? ''}} |
| Class Name | {{ $data->stuclass->name ?? ''}} |
| # | Student | Comment |
|---|---|---|
| {{ $loop->iteration }} | {{ $student->student->name }} | {{ $student->student->roll_no }} | {{ $student->student->register_no }} | {{ $student->comment}} |