@props(['teachersubject'])
# | Subject | Unit | Teacher | Date | Status | |
---|---|---|---|---|---|---|
{{ ++$i }} | {{ $ts->subject->name }} ({{ $ts->subject->code }}) | {{ $ts->unit->name }} ({{ $ts->unit->code }}) | {{ $ts->staff->lname }} {{ $ts->staff->mname }} {{ $ts->staff->fname }} | {{ $ts->subject->created_at }} | {{ $ts->allowed?'Enabled':'Disabled' }} | |
The list is empty! |