$category->slug !== 'ai_pdf',
'hidden' => $category->slug === 'ai_pdf',
])>
@if (setting('user_prompt_library') == null || setting('user_prompt_library'))
$category->slug === 'ai_pdf',
])>
{{ __('Browse prompt library') }}
@endif
{{-- Brand Voice --}}
{{ __('Brand Voice') }}
@foreach (auth()->user()->getCompanies() ?? [] as $company)
@endforeach
{{ __('Cancel') }}
{{ __('Done') }}
@if(\App\Domains\Entity\Models\Entity::planModels()->count())
{{-- Chatbot front model --}}
{{ __('Chatbot model') }}
@foreach(\App\Domains\Entity\Models\Entity::planModels() as $model)
@endforeach
{{-- @foreach (auth()->user()->getCompanies() ?? [] as $company) --}}
{{-- --}}
{{-- @endforeach --}}
{{ __('Cancel') }}
{{ __('Done') }}
@endif
{{-- Record Audio --}}