VTC Student Academic Records

@forelse($academicRecords as $record) @empty @endforelse
# Student Name Institution Name Qualification Year
{{ $loop->iteration }} {{ $record->student->name ?? '' }} {{ $record->institute_name }} {{ $record->qualification }} {{ $record->year }}
No records found