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

{{ __tr(' Chatbot') }}

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

{{ __tr('Bots are instructions given to the system so when you get a message, a reply is triggered automatically.') }}

{{ __tr('Chatbot List') }}

{{ __tr('entries per page') }}
{{ __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 @section('scripts') @endsection