@if($chatbotEnabled) @include('themes.idh.default.views.layouts.chatbot', [ 'community_id' => $community->id, 'homecontents' => $homecontents, 'show_ai_chatbox' => $show_ai_chatbox, 'ai_chatbot_logo' => $ai_chatbot_logo, 'ai_chatbot_logo_bg_color' => $ai_chatbot_logo_bg_color, 'ai_chatbot_header_text_color' => $ai_chatbot_header_text_color, 'chatbot_community_id' => $chatbot_community_id, 'ai_chatbot_title' => $ai_chatbot_title, 'ai_chatbot_header_bg_color' => $ai_chatbot_header_bg_color, 'show_form_on_ai_chat' => $show_form_on_ai_chat, ]) @else
Chatbot is disabled for this community.
@endif