$category->slug !== 'ai_pdf',
'hidden' => $category->slug === 'ai_pdf',
'max-md:pb-4' => !Auth::check(),
])>
@includeIf('chat-pro-temp-chat::temp_chat_button', ['compact' => true, 'tempChat' => $tempChat, 'category' => $category])
@includeIf('openai-realtime-chat::chat-button', ['compact' => true, 'category_slug' => $category->slug, 'messages' => $chat->messages])
@if (\App\Helpers\Classes\MarketplaceHelper::isRegistered('canvas') && (bool) setting('ai_chat_pro_canvas', 1))
@includeIf('canvas::includes.canvas-button')
@endif
@if (setting('user_prompt_library') == null || setting('user_prompt_library'))
$category->slug === 'ai_pdf',
])>
check() ? 'togglePromptLibraryShow()' : 'toastr.warning(\'' . __('Login to access prompt library.') . '\')' }}"
>
{{ __('Browse prompt library') }}
@auth
@include('panel.user.openai_chat.components.prompt_library_modal')
@endauth
@endif
{{-- Brand Voice --}}
check() ? null : 'toastr.warning(\'' . __('Login to include your brand voice in the chat.') . '\')' }}"
>
{{ __('Brand Voice') }}
@auth
@foreach (auth()->user()?->getCompanies() ?? [] as $company)
@endforeach
{{ __('Cancel') }}
{{ __('Done') }}
@endauth
@auth
{{-- Record Audio --}}
@endauth
{{-- Send button --}}