@extends('layouts.examiner') @section('title', 'Programmes') @section('content')
| # | Programme | Code | Degree | Department | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $prog->name }} | {{ $prog->code ?? '—' }} | {{ $prog->degree ?? '—' }} | {{ optional($prog->department)->name ?? '—' }} | Edit |
| No programmes found | |||||