@extends('layouts.examiner') @section('title', 'Departments') @section('content')
| # | Department | Code | Faculty | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $dept->name }} | {{ $dept->code ?? '—' }} | {{ optional($dept->faculty)->name ?? '—' }} | Edit |
| No departments found | ||||