@include('panel.user.openai_chat.components.chat_category_dropdown')
@includeFirst(['chat-share::share-button-include', 'panel.user.openai_chat.includes.share-button-include', 'vendor.empty']) @if (view()->hasSection('chat_head_actions')) @yield('chat_head_actions') @else @php $realtimeHiddenIn = ['ai_pdf', 'ai_vision', 'ai_chat_image']; @endphp @auth @else @endauth @endif
@if (view()->hasSection('chat_sidebar_actions')) @yield('chat_sidebar_actions') @else @if (isset($category) && $category->slug == 'ai_pdf') {{-- #selectDocInput is present in chat_sidebar component. no need to duplicate it here --}} {{ __('Upload Document') }} @else {{ __('New Conversation') }} @endif
@endif