@php $data = []; $data['title'] = "Syllabus"; @endphp @include('student.components.header_link', $data);
| Sr.No | Title | Description | Course | Download Syllabus |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $syl->title }} | {{ $syl->description }} | {{ $syl->course->name ?? 'N/A' }} | @if ($syl->file) Download @else No File @endif |
| No syllabus found for your department. | ||||