@extends('layouts.app', ['title' => __tr('Bot Flows')]) @section('content') @include('users.partials.header', [ 'title' => __tr(''), 'description' => '', 'class' => 'col-lg-7' ])

{{ __tr('Bot Flows') }}

@foreach (configItem('bot_reply_trigger_types') as $replyBotTypeKey => $replyBotType) @endforeach @foreach (configItem('bot_reply_trigger_types') as $replyBotTypeKey => $replyBotType)
{{ $replyBotType['description'] }}
@endforeach
{{ __tr('You can have comma separated multiple triggers.') }}
{{ __tr('entries') }}
{{ __tr('Title') }} {{ __tr('Trigger Type') }} {{ __tr('Start Trigger Subject') }} {{ __tr('Status') }} {{ __tr('Action') }}
@endsection @section('scripts') @endsection