@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} Shift Courses| Index @endsection @section('content')

Shift Courses Year-{{ $department->department_name }}

The following is the list of Courses available in this Department to add new course click menu above

# Program Type No of Courses Action
1. Bachelor {{ count($bachelor_type) }} Shift UnShift
2. Diploma {{ count($diploma_type) }} Shift UnShift
3. Certificate {{ count($certificate_type) }} Shift UnShift
4. Masters {{ count($masters_type) }} Shift UnShift
5. Postgraduate Diploma {{ count($postgraduate_type) }} Shift UnShift
@endsection @section('scripts') @endsection