Edit Department

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