@if($activeConversationId)
@endif
@if(empty($conversations))

{{ __('user.ai_no_conversations') }}

{{ __('user.ai_start_chat_hint') }}

@else
@foreach($conversations as $conv)
@endforeach
@endif
@if(auth()->user()->plan?->allowsUserAiApiKey())
@endif