@php $disable_actions = $app_is_demo && (isset($category) && ($category->slug == 'ai_vision' || $category->slug == 'ai_pdf' || $category->slug == 'ai_chat_image')); $trap_search = isset($trap_search) ? $trap_search : 'false'; @endphp @auth
@if (view()->hasSection('chat_sidebar_list')) @yield('chat_sidebar_list') @else @include('panel.user.openai_chat.components.chat_sidebar_list', ['website_url' => $website_url ?? null]) @endif
{{ __('Clear All') }}
@if (view()->hasSection('chat_sidebar_actions')) @yield('chat_sidebar_actions') @else @if (isset($category) && $category->slug == 'ai_pdf') {{ __('Upload Document') }} @else {{ __('New Conversation') }} @endif @endif
@else

{{ __('Temporary Chat') }}
{{ __('Login to save your chat history.') }}

@endauth