@php $themeMetaDesc = \App\Services\ThemeProfileService::metaDescription(); @endphp @if($themeMetaDesc) @elseif(isset($setting) && $setting->meta_description) @endif @include('frontEnd.partials.site-tracking-head') @stack('styles') @include('themes.shared.section-color-vars') @include('frontEnd.partials.ad-tracking-body')
@include('themes.smartbazar.partials.header-nav') @include('frontEnd.partials.store-header-search-panel', ['searchPlaceholder' => 'Search products...'])
@yield('content')
@include('themes.shared.site-footer') @include('themes.shared.chat-widget') @include('frontEnd.partials.order-tracking-modal') @include('themes.shared.ad-ecommerce-events') @stack('scripts') @include('frontEnd.partials.store-cart-init')