@php $data = []; $data['title'] = "Syllabus"; @endphp @include('student.components.header_link', $data);
@include('student.components.menu')
@include('student.components.navbar', $data)
@forelse ($syllabi as $index => $syl) @empty @endforelse
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.
@include('student.components.footer') @include('student.components.footer_link')