@php $disable_actions = $app_is_demo && (isset($category) && ($category->slug == 'ai_vision' || $category->slug == 'ai_pdf' || $category->slug == 'ai_chat_image')); @endphp
@if (view()->hasSection('chat_sidebar_list')) @yield('chat_sidebar_list') @else @include('panel.user.openai_chat.components.chat_sidebar_list') @endif
@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