@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') {{-- Header — Kunjo Jewellers style --}}
@php $cartCount = \App\Services\ThemeCartService::count(); @endphp @include('themes.jewelry.partials.header-nav', ['cartCount' => $cartCount]) @include('frontEnd.partials.store-header-search-panel', ['searchPlaceholder' => 'Search jewelry...'])
@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')