@extends('layouts.app') @section('title', 'Academic Departments') @section('content')
| Department | Subject Groups |
|---|---|
| {{ $dept->name }} | {{ $dept->subjectGroups->pluck('name')->join(', ') ?: '—' }} |
| No departments set up yet — e.g. Science, Arts, Commercial. | |