@if ($category->slug === 'ai-chat-bot') {{ __($category->name) }} @elseif ($category->image) {{ __($category->name) }} @else {{ __($category->short_name) }} @endif
@if ($category->human_name != '')

{{ __($category->human_name) }}

@endif @if ($category->role != '')

{{ __($category->role) }}

@endif
@includeIf('panel.user.openai_chat.includes.share-button-include') @if (view()->hasSection('chat_head_actions')) @yield('chat_head_actions') @else @endif
@if (view()->hasSection('chat_sidebar_actions')) @yield('chat_sidebar_actions') @else {{ __('Clear All') }}
@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