{{-- bootstrap CSS --}} {{-- Coice Js CSS --}} {{-- Bootstrap Icon --}} {{-- Import Poppins font --}} {{-- Custom styles --}} {{-- --}} @php $google = $metaPixels->where('source','gtm')->first(); @endphp @if ($google) @endif @php $meta = $metaPixels->where('source','meta')->first(); @endphp @if ($meta) @endif @php $tiktok = $metaPixels->where('source','tiktok')->first(); @endphp @if ($tiktok) @endif @stack('front-styles') @if ($google) @endif {{-- navbar start --}} {{-- navbar end --}} @if (session('error')) @endif @if (session('success')) @endif @yield('frontcontent') {{-- footer start --}} {{-- footer end --}} {{-- Script-Start --}} {{-- main jquary --}} {{-- bootstrap --}} {{-- Bootstrap --}} {{-- Popper --}} {{-- Choice Js --}} {{-- Costom Scripts --}} @stack('front-scripts') {{-- Script-end --}}