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

Courses offering-{{ $department->department_name }}

@lang('app.intro-text')

# Code Course Name CA(%) UE(%) Min. CA(%) Min. SE(%) Pass Grade Credit Actions
@endsection @section('scripts') @endsection