@extends('layouts.dashboard') @section('title', 'Add New Department') @section('content')
Enter the department information below
Team Members
0 employees
Created Date
{{ now()->format('M d, Y') }}
Department description will appear here...
Total Departments
{{ \App\Models\Department::count() }}
Total Employees
{{ \App\Models\User::count() }}