@php $fbPixelId = null; try { if (class_exists(\App\Models\Setting::class)) { $fbPixelId = \App\Models\Setting::getValue('facebook_pixel_id'); } } catch (\Exception $e) { // Silently fail if Setting model has issues } @endphp @if($fbPixelId) @endif @stack('schema') @stack('styles')