@extends('layouts.app', ['title' => __tr('Bot Flows')])
@section('content')
@include('users.partials.header', [
'title' => __tr('Bot Flows'),
'description' => '',
'class' => 'col-lg-7'
])
{{--
{{ __tr('Title') }} |
{{ __tr('Start Trigger Subject') }} |
{{ __tr('Status') }} |
{{ __tr('Action') }} |
--}}
@push('appScripts')
@endpush
@viteReactRefresh
@vite('resources/js/datatable.jsx')
@endsection()