@extends('admin.layouts.mainlayout') @section('content')

Degree Programs

Add New Program
@foreach ($programs as $program) @endforeach
Name Description Duration Program Type Actions
{{ $program->name }} {{ $program->description }} {{ $program->duration }} {{ strtoupper($program->programtype) }} Edit
@csrf @method('DELETE') Show
@endsection