@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Curricular Details'])
# | Department | Course | Name Of Lecturer | Paper | Syllabus Topics | Actions |
---|---|---|---|---|---|---|
{{ $loop->iteration }} |
{{$item->department->department_name ?? 'N/A' }} |
{{ $item->course->course_name ?? 'N/A' }} |
{{$item->staff->firstname ?? 'N/A' }} |
{{ $item->subject->subject_name ?? 'N/A' }} |
{{ $item->syllabus_topics ?? 'N/A' }} |