@php $chatbotSettings = \Modules\Chatbot\app\Models\ChatbotSetting::first(); $isChatbotActive = $chatbotSettings ? $chatbotSettings->is_active : false; @endphp @if (View::exists('chatbot::components.chat-widget') && $isChatbotActive) @include('chatbot::components.chat-widget') @endif