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

Department Programmes - {{ $department->department_name }} - {{ $batch->batch_name }}

The following is the list of programmes(s) available click programme name to get list of students

No Programme Code Programme Name Programme Category Action
@endsection @section('scripts') @endsection