@extends('layouts.app') @section('content')

Add New Department

{{ $company->name }} - Create Department

Back to Departments
Department Information
@if(session('error')) @endif @if($errors->has('error')) @endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror Optional: Describe the department's purpose and responsibilities
Cancel
Tips
  • Use clear, descriptive names for departments
  • Departments help organize employees and positions
  • Inactive departments won't appear in employee forms
  • You can edit department information later
Examples
Common department names:
  • • Human Resources
  • • Information Technology
  • • Sales & Marketing
  • • Finance & Accounting
  • • Operations
  • • Customer Service
@endsection