Edit Status
@if($errors->any())
Validation Error:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf @method('PUT')
Status Name
@error('name')
{{ $message }}
@enderror
Status Color
This color will be used for status badges
@error('status_color')
{{ $message }}
@enderror
Display Order
Lower numbers appear first
@error('status_order')
{{ $message }}
@enderror
is_default) ? 'checked' : '' }}>
Set as Default Status
New tickets will automatically be assigned this status
allow_client_change) ? 'checked' : '' }}>
Allow clients to change to this status
Customers can change their ticket status to this from client portal
is_active) ? 'checked' : '' }}>
Active
Inactive statuses won't be available for selection
Cancel
Update Status