@include('include.messages')
@if($academicRecords->total() > 2)
@endif
| Student | Institution | Degree | Passing Year | Action | |
|---|---|---|---|---|---|
| {{ $record->student->name ?? '-' }} | {{ $record->institute_name }} | {{ $record->qualification }} | {{ $record->year }} | ||
| No academic records found. | |||||