@extends('layouts.dashboard') @section('title', 'Programs') @section('page-content')
Manage academic programs
| Code | Name | Department | Degree Type | Duration | Actions |
|---|---|---|---|---|---|
| {{ $program->code }} | {{ $program->name }} | {{ $program->department->name }} | {{ ucfirst($program->degree_type) }} | {{ $program->duration_years }} years | Courses View Edit |
| No programs found | |||||