@php $analytics_google = call_setting('settings.seo.analytics_google', 'seo', 'seos'); @endphp @if((!empty($analytics_google) && request()->cookie('cookie_consent') == "2") || request()->cookie('cookie_consent') === null) @endif {{ seo_helper()->renderHtml() }} @get_head() @include('facebookpixel::head') @get_layout() @include('facebookpixel::body') @get_foot() @if (session('gateway-success')) @get_template_part('page.cart.parts.payments.payment-submit', null, ['gateway' => session('gateway-success')]) @endif