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

{{ t('ai_prompt') }}

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

{{ t('ai_prompt_limit_reached') }}

{{ t('ai_prompt_limit_reached_message') }} {{ t('upgrade_plan') }}

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