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