Create Department

@if($errors->any())
Validation Error:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
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
Inactive departments won't accept new tickets
Customers will see this department when creating tickets
Cancel