@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