@php $activeBanner = \App\Models\Banner::getActive(); @endphp @stack('styles') @php $gaId = \App\Models\Setting::get('ga_tracking_id'); $ga4Id = \App\Models\Setting::get('ga4_measurement_id'); $fbPixel = \App\Models\Setting::get('fb_pixel_id'); @endphp @if($ga4Id) @endif @if($gaId) @endif @if($fbPixel) @endif {!! \App\Models\Setting::get('custom_head_scripts', '') !!}
@if($activeBanner)