@if (env('APP_PROJECT') != 'Rouaa')
@include('web.apps_menu')
@endif
@if (session('status'))
{{ $flows->links('vendor.pagination.custom') }}
{{ session('status') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@lang('user.flows')
@lang('user.create_flow')
@lang('user.name') | @lang('user.description') | @lang('user.trigger_keywords') | @lang('user.sent') | @lang('user.completed') | @lang('user.status') | @lang('user.actions') |
---|---|---|---|---|---|---|
{{ $flow->name }} | {{ $flow->description }} | {{ $flow->trigger_keywords }} | {{ $flow->sent_count }} | {{ $flow->read_count }} | @if ($flow->status == 1) @lang('user.active') @else @lang('user.Inactive') @endif |