@extends('layouts.portal') @section('header_title', 'Departments') @section('content')
Manage corporate structure and organizational units.
| Department Name | Head / Manager | Team Size | Status | Actions |
|---|---|---|---|---|
|
{{ $dept->name }} Est. {{ $dept->created_at->format('Y') }} |
@if($dept->leader)
{{ $dept->leader->name }} {{ $dept->leader->designation ?? 'Manager' }} |
{{ $dept->members->count() }} Employees
|
Active |
|
No departments established.
Add a department to begin organizing your team.