{{ __('chatbot_settings') }}
@include('admin.partials.general_settings_side_menu')
@if (session('success'))
@endsection
@include('chatbot::admin.settings-include')
{{ __('chatbot_settings') }}
{{ __('configure_your_chatbot') }}
{{ session('success') }}
@endif
{{ __('Widget Configuration') }}
{{ __('Live Preview') }}
{{ __('Auto Replies Configuration') }}
| {{ __('Keywords') }} | {{ __('Reply Message') }} | {{ __('Priority') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| @foreach ($reply->trigger_keywords as $keyword) {{ $keyword }} @endforeach | {{ Str::limit($reply->reply_message, 50) }} | {{ $reply->priority }} | {{ $reply->is_active ? 'Active' : 'Inactive' }} | |
|
ðŸ“
{{ __('No auto-replies configured yet') }}
{{ __('Click "Add New Reply" to create your first auto-reply') }} |
||||
{{ __('Example Auto-Replies') }}
{{ __('Greeting') }}
{{ __('Keywords') }}: {{ __('hello') }},
{{ __('hi') }}
{{ __('Reply') }}: {{ __('Hello! How can I assist you
today?') }}
{{ __('Price Inquiry') }}
{{ __('Keywords') }}: {{ __('price') }},
{{ __('cost') }}
{{ __('Reply') }}: {{ __('Please provide details about
pricing') }}
{{ __('Support') }}
{{ __('Keywords') }}: {{ __('support') }},
{{ __('help') }}
{{ __('Reply') }}: {{ __('We are here to help
you') }}