Create Status

@if($errors->any())
Validation Error:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('name') {{ $message }} @enderror
This color will be used for status badges throughout the system @error('status_color') {{ $message }} @enderror
Lower numbers appear first. You can also drag-drop to reorder. @error('status_order') {{ $message }} @enderror
New tickets will automatically be assigned this status. Only one status can be default.
When enabled, customers can change their ticket status to this from the client portal
Inactive statuses won't be available for selection
Cancel