VTC Student Courses

@forelse($vtcStudentCourses as $index => $record) @empty @endforelse
# Student Name Course Name Created At
{{ $index + 1 }} {{ $record->student?->name ?? 'N/A' }} {{ $record->course?->name ?? 'N/A' }} {{ $record->created_at ? \Carbon\Carbon::parse($record->created_at)->format('d M Y') : 'N/A' }}
No records found.