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

{{lang('Bot Response', 'setting')}}

@csrf
({{lang('If you enable this setting, when the customer created tikcet, employees are not answered to that ticket below mentioned time then the "Bot Response" will send to customer.', 'setting')}})
@if ($errors->has('botresponseenable')) {{ $errors->first('botresponseenable') }} @endif
@error('bot_name') {{ lang($message) }} @enderror
@error('botsresponse_time') {{ lang($message) }} @enderror
@error('response_description') {{ lang($message) }} @enderror @error('response_description') {{ lang($message) }} @enderror
@error('response_description_exclude_business_hours') {{ lang($message) }} @enderror @error('response_description_exclude_business_hours') {{ lang($message) }} @enderror
@error('image') {{ lang($message) }} @enderror
{{lang('The file size should not be more than 5MB', 'filesetting')}}
@if (setting('bot_image') != null) @endif
@endsection @section('scripts') @vite(['resources/assets/js/support/support-sidemenu.js']) @vite(['resources/assets/js/select2.js']) @endsection