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