{{ t('bot_flow') }}
@if (checkPermission('tenant.bot_flow.create')) {{ t('bot_flow') }} @endif @if (checkPermission('tenant.bot_flow.create')) {{ t('import') }} @endif
@if (isset($this->isUnlimited) && $this->isUnlimited) {{ t('unlimited') }} @elseif(isset($this->remainingLimit) && isset($this->totalLimit)) @endif

{{ t('bot_flow') }}

* {{ t('name') }}
{{ t('description') }}
{{ t('cancel') }} {{ t('submit') }}
{{ t('cancel') }} {{ t('clone') }}
{{ t('cancel') }} {{ t('delete') }}

{{ t('import_flow') }}

* {{ t('select_json_file') }}

{{ t('import_flow_description') }}

@if ($importFile)

{{ t('selected_file') }}: {{ $importFile->getClientOriginalName() }}

@endif
{{ t('cancel') }} {{ t('import') }}
@push('scripts') @endpush