@include('include.messages')
@if($vtcStudentCourses->total() > 2)
@endif
| Student | Course | Action |
|---|---|---|
| {{ $record->student?->name ?? '-' }} | {{ $record->course?->name ?? '-' }} | |
| No records found. | ||