@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.panjabi.partials.header-nav') @include('frontEnd.partials.store-header-search-panel', ['searchPlaceholder' => 'Search'])
@yield('content')
@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')