@php use Modules\Wchat\app\Models\WhatsappSetting; $whatsappSettings = WhatsappSetting::where('is_active', true)->first(); @endphp @if($whatsappSettings) @include('wchat::whatsapp-widget') @endif