@extends('layouts.app') @section('content')
Organize your workforce by departments
Total Departments
Active
Inactive
Total Employees
| Department Info | Manager | Employees | Status | Action |
|---|---|---|---|---|
|
{{ substr($department->name, 0, 1) }}
{{ $department->name }}
Code: {{ $department->code }}
|
{{ $department->manager->name ?? 'Unassigned' }} | {{ $department->employees->count() }} | {{ ucfirst($department->status) }} | |