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

Shift Programmes Year-{{ $faculty->faculty_name }}

The following is the list of programme(s) available in this school/faculty to add new programme click menu above

# Program Type No of Programmes 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