@extends('layouts.dashboard') @section('title', 'Departments') @section('page-content')
Manage academic departments
| Code | Name | Programs | Staff | Actions |
|---|---|---|---|---|
| {{ $department->code }} | {{ $department->name }} | {{ $department->programs_count }} | {{ $department->staff_count }} | View Edit |
| No departments found | ||||