@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('Name') }} {{ __tr('Bot Type') }} {{ __tr('Trigger Type') }} {{ __tr('Trigger Subject') }} {{ __tr('Status') }} {{ __tr('Created At') }} {{ __tr('Action') }} @include('bot-reply.bot-forms-partial')
@endsection()