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