Create Predefined Reply

@if($errors->any())
Validation Error:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Internal name to identify this reply template @error('name') {{ $message }} @enderror
If selected, this reply will only appear for tickets in this department @error('department_id') {{ $message }} @enderror
{{ old('message') }}
This message will be available in the ticket reply dropdown. You can use formatting, lists, and links. @error('message') {{ $message }} @enderror
Inactive replies won't appear in the dropdown
Cancel