@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('Bots are instructions given to the system so when you get message you can set reply message so it will get triggered automatically.') }}
{{ implode(' ', $dynamicFields) }}