{{-- -Start of Google Analytics script --}} @if ($bs->is_analytics == 1) {!! $bs->google_analytics_script !!} @endif {{-- -End of Google Analytics script --}} {{-- -====== Required meta tags ====== --}} {{-- -====== Title ====== --}} {{ $bs->website_title }} {{-- -====== Favicon Icon ====== --}} {{-- --=========Plugin common css===========- --}} @include('front.plugin_css') @include('front.themes_css') @yield('style') {{-- -=====Theme wise Header & Footer css == --}} @include('front.themes_header_footer_css') {{-- --========Theme wise End Header & Footer css=======-- --}} {{-- ---==================== Common js=======================---- --}} @include('front.plugin_js') {{-- --============= Common js===========================--- --}} @php $bodyClass = ''; if ($activeTheme == 'bakery') { $bodyClass = 'theme-dark'; } @endphp {{-- -====== PRELOADER PART START ====== --}} @if ($bs->preloader_status == 1)
@endif {{-- -====== PRELOADER PART ENDS ====== --}} {{-- Loader --}}
{{-- Loader --}} {{-- -======Theme wise HEADER PART START ====== --}} @include('front.themes_header') {{-- -======Theme wise HEADER PART ENDS ====== --}} @yield('content') {{-- -====== FOOTER PART START ====== --}} @include('front.themes_footer') {{-- -====== FOOTER PART ENDS ====== --}} {{-- Popups start --}} @includeIf('front.partials.popups') {{-- Popups end --}} {{-- Variation Modal Starts --}} @includeIf('front.partials.variation-modal') {{-- Variation Modal Ends --}} {{-- -====== GO TO TOP PART START ====== --}} @if ($activeTheme == 'multipurpose')
@else {{-- -- other theme- --}}
@endif {{-- -====== GO TO TOP PART ENDS ====== --}} {{-- WhatsApp Chat Button --}}
{{-- Cookie alert dialog start --}} {{-- Cookie alert dialog end --}} {{-- -- Themes Moda Part-- --}} @include('front.themes_model') {{-- ------------==================Common js=============== - --}} @include('front.themes_js') {{-- ---========Theme wise Start Header and Footer js---------------- --}} @include('front.themes_header_footer_js') {{-- ---======== End Header and Footer js---------------- --}} @yield('script') {{-- ----------------- All Page requied Common js ---------------------------- --}} {{-- whatsapp init code --}} @if ($bs->is_whatsapp == 1) @endif @if (session()->has('success')) @endif @if (session()->has('warning')) @endif @if (session()->has('error')) @endif {{-- -Start of Tawk.to script --}} @if ($bs->is_tawkto == 1) {!! $bs->tawk_to_script !!} @endif {{-- -End of Tawk.to script --}} {{-- -Start of AddThis script --}} @if ($bs->is_addthis == 1) {!! $bs->addthis_script !!} @endif {{-- -End of AddThis script --}}