@php $favoriteChabots = cache('favorite_chatbots'); @endphp filled($favoriteChabots)]) >

{{ __('Favorite Chatbots') }}

{{ __('View All') }}
@forelse ($favoriteChabots as $chatbot) $chatbot->openaiGeneratorChatCategory->plan == 'premium', ]) href="{{ route('dashboard.user.openai.chat.chat', $chatbot->openaiGeneratorChatCategory?->slug) }}" >
@if ($chatbot->openaiGeneratorChatCategory?->slug === 'ai-chat-bot') {{ __($chatbot->openaiGeneratorChatCategory?->name) }} @elseif ($chatbot->openaiGeneratorChatCategory?->image) {{ __($chatbot->openaiGeneratorChatCategory?->name) }} @else {{ __($chatbot->openaiGeneratorChatCategory?->short_name) }} @endif

{{ $chatbot->openaiGeneratorChatCategory?->name }}

{{ ucwords(str_replace('_', ' ', $chatbot->openaiGeneratorChatCategory?->description)) }}
@empty

{{ __("You don't have favorite chatbot") }}

@endforelse