@extends(backpack_view('blank')) @section('after_styles') @endSection @php $breadcrumbs = [ trans('backpack::crud.admin') => url(config('backpack.base.route_prefix'), 'dashboard'), trans('backpack::base.my_account') => false, ]; @endphp @section('header')

Chloe AI Setting

@endsection @section('content') @php $isChecked = !empty($holidayHour) ? true : false; @endphp
@csrf

The amount of time the AI waits after the patient stops speaking before processing their response.
{{ old('grace-period', $gracePeriod) }}s
1s 10s

Set how long the pharmacy phone will ring before the call is automatically transferred to the AI receptionist.
{{ old('ring-timeout', $ringTimeout) }}s
0s 30s
@endSection @push('after_scripts') @endpush @push('after_scripts') @endpush @push('after_scripts') @endpush