@php /** * Component : BotReply * Controller : BotReplyController * File : BotReply.list.blade.php * ----------------------------------------------------------------------------- */ @endphp @extends('layouts.app', ['title' => __tr('Bot Replies')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Bot Replies'), 'description' => '', 'class' => 'col-lg-7' ])

{{ __tr('Whats are Bots') }}

{{ __tr('Bots are instructions given to the system so when you get message you can set reply message so it will get triggered automatically.') }}

{{ __tr('You are free to use following dynamic variables for reply text, which will get replaced with contact\'s concerned field value.') }}
{{ implode(' ', $dynamicFields) }}
@foreach (configItem('bot_reply_trigger_types') as $replyBotTypeKey => $replyBotType) @endforeach @foreach (configItem('bot_reply_trigger_types') as $replyBotTypeKey => $replyBotType)
{{ $replyBotType['description'] }}
@endforeach
{{ __tr('Name') }} {{ __tr('Reply') }} {{ __tr('Trigger Type') }} {{ __tr('Trigger Subject') }} {{ __tr('Action') }}
@endsection()