Edit Status

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