@section('title') Quick Responses @endsection @section('breadcrumbs') {{ isset($quickResponse) ? Breadcrumbs::render('quick-responses.edit', $quickResponse) : Breadcrumbs::render('quick-responses.create') }} @endsection

{{ ($quickResponse) ? "Edit Quick Response" : "Add Quick Response" }}

@csrf @if($quickResponse) @method('PATCH') @endif
{!! $errors->has('name') ? '' : ''!!}
@if($webhookSubscription || $auth_user->canany(['carbon-list', 'auto-reply-list']))
{!! $errors->has('auto_reply') ? '' : ''!!}
@endif
@include('pages.common.get-constants-field')
@if($webhookSubscription || $auth_user->canany(['carbon-list', 'auto-reply-list']))
@endif
{!! $errors->has('body') ? '' : ''!!}
Segments : 0 Characters : 0
100% : no spam words detected Spam free score : 100
 
{!! $errors->has('webhook_new') ? '' : ''!!}
@push('scripts') @endpush