@extends('layouts.dashboard') @section('title', 'Add New Department') @section('content')
Back to Departments

Create New Department

Add a new department to organize your team structure

Department Details

Enter the department information below

@csrf
@error('name')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

* Required fields

Cancel

Preview

Department Name

Active Preview

Team Members

0 employees

Created Date

{{ now()->format('M d, Y') }}

Description Preview

Department description will appear here...

Current Department Stats

Total Departments

{{ \App\Models\Department::count() }}

Total Employees

{{ \App\Models\User::count() }}

@endsection