Create Department
@if($errors->any())
Validation Error:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Department Name
Choose a clear, descriptive name for this support department
@error('name')
{{ $message }}
@enderror
Description
{{ old('description') }}
Optional: Help customers understand when to contact this department
Display Order
Lower numbers appear first in department lists
Active
Inactive departments won't accept new tickets
Show on Client Portal
Customers will see this department when creating tickets
Cancel
Create Department