Edit Predefined Reply
@if($errors->any())
Validation Error:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Reply Name
Internal name to identify this reply template
@error('name')
{{ $message }}
@enderror
Department (Optional)
All Departments
@foreach($departments as $dept)
department_id) == $dept->id ? 'selected' : '' }}> {{ $dept->name }}
@endforeach
If selected, this reply will only appear for tickets in this department
@error('department_id')
{{ $message }}
@enderror
Message
B
I
U
S
• List
1. List
◧
≡
◨
🔗 Link
✕ Clear
{!! old('message', $reply->message) !!}
This message will be available in the ticket reply dropdown
@error('message')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
Active
Inactive replies won't appear in the dropdown
Cancel
Update Reply