@extends('layouts.dashboard') @section('title', $program->name) @section('page-content')
{{ $program->code }}
{{ $program->code }}
{{ $program->name }}
{{ $program->department->name ?? 'N/A' }}
{{ $program->degree_type }}
{{ $program->duration_years }} {{ Str::plural('Year', $program->duration_years) }}
{{ $program->total_credits }}
{{ $program->description }}
| Code | Name | Credits | Type |
|---|---|---|---|
| {{ $course->code }} | {{ $course->name }} | {{ $course->credit_hours }} | {{ str_replace('_', ' ', $course->course_type) }} |