@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{lang('Canned Response Create')}}

@if(setting('enable_gpt') == 'on') @endif
@csrf
@error('title') {{ lang($message )}} @enderror
@error('message') {{ lang($message) }} @enderror

Canned Response Fields

@php echo '{{app_name}}' @endphp : The Application Name
@php echo '{{site_url}}' @endphp : The Site URL
@php echo '{{ticket_id}}' @endphp : The Ticket ID
@php echo '{{ticket_user}}' @endphp : The Customer name who has opened ticket
@php echo '{{ticket_title}}' @endphp : The Ticket Title
@php echo '{{ticket_priority}}' @endphp : The Ticket Priority
@php echo '{{user_reply}}' @endphp : The Employee's name who reply to the ticket
@php echo '{{user_role}}' @endphp : The Employee's Role
@endsection @section('modal') @if(setting('enable_gpt') == 'on') @endif @endsection @section('scripts') @endsection