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

{{ __('Favorite Chatbots') }}

{{ __('View All') }}
@forelse ($favoriteChabots as $chatbot)

{{ $chatbot->title }}

{{ ucwords(str_replace('_', ' ', $chatbot->interaction_type->value)) }}
@empty

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

@endforelse