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

{{ t('bot_flow') }}

@if (!$botFlow->exists && isset($this->hasReachedLimit) && $this->hasReachedLimit)

{{ t('flow_limit_reached') }}

{{ t('bot_flow_limit_reached_message') }} {{ t('upgrade_plan') }}

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