@if ($frontDetail->homepage_background != 'default') @if ($frontDetail->homepage_background == 'image' || $frontDetail->homepage_background == 'image_and_color') @endif @if ($frontDetail->homepage_background == 'image') @endif @if ($frontDetail->homepage_background == 'color' || $frontDetail->homepage_background == 'image_and_color') @endif @endif @foreach ($frontWidgets as $item) @if(!is_null($item->header_script)) {!! $item->header_script !!} @endif @endforeach @stack('head-script') @include('super-admin.sections.saas.saas_header') @yield('header-section') @yield('content') @include('super-admin.saas.section.cta') @include('super-admin.sections.saas.saas_footer') @foreach ($frontWidgets as $item) @if(!is_null($item->footer_script)) {!! $item->footer_script !!} @endif @endforeach @stack('footer-script') @includeIf('super-admin.sections.cookie-consent')