@extends('layouts.dashboard') @section('title-content')
The following is the list of courses configured for this programme to add new course click the following add new
@if (is_null($program))Please config Program for this academic year!!!
@endifCode | Course Name | Department Name | Instructor | Credit | Core | Actions | ||
---|---|---|---|---|---|---|---|---|
Semester 1 | ||||||||
{{ $course->course_code }} | {{ $course->course_name }} | {{ $srs->getDepartment($course->department_id) }} | @if ($course->staffs->count() > 0) @foreach ($course->staffs as $staff) {{ $staff->user->last_name . ', ' . $staff->user->first_name . '' . $staff->user->middle_name }} @endforeach @else {{ 'No Instructor Assigned' }} @endif | {{ $course->unit }} | {{ $srs->course_option($course->pivot->core) }} |