{{-- custom css --}}
| S/No. | Instructor | Student's Department | Class Year | Time | Course | Absense Due to | Date of Absense | |
|---|---|---|---|---|---|---|---|---|
| {{ $count }}. | {{ $uncond->instructor }} | {{ deptName($uncond->did, $uncond->cid) }} | {{ $uncond->class_year }} | {{ $uncond->time }} | {{ $uncond->course_name }} | @if ($uncond->due_to == 2)Students | @elseTeacher | @endif{{ $uncond->the_date }} |