@php $themeMetaDesc = \App\Services\ThemeProfileService::metaDescription(); @endphp @if($themeMetaDesc) @elseif(isset($setting) && $setting->meta_description) @endif @include('frontEnd.partials.site-tracking-head') @stack('head-preload') @stack('styles') @include('themes.shared.section-color-vars') @include('frontEnd.partials.ad-tracking-body') {{-- ── Top Bar (optional — hidden on Organic header layout) ── --}}
সারাদেশে ৪৮-৭২ ঘণ্টায় ডেলিভারি ১০০% অরিজিনাল পণ্য
{{-- ── Header (Organic 2-row) ── --}}
@php $cartCount = \App\Services\ThemeCartService::count(); @endphp @include('frontEnd.partials.store-organic-header', ['cartCount' => $cartCount]) @include('frontEnd.partials.store-header-search-panel', ['searchPlaceholder' => 'Search for products, brands...'])
{{-- Main Content --}}
@yield('content')
{{-- ── Footer ── --}} @include('themes.shared.site-footer') @include('themes.shared.chat-widget') @include('frontEnd.partials.order-tracking-modal') {{-- Lead callback widget — only when Chat & Call widget is off --}} @if(!\App\Services\ChatWidgetSettingsService::shouldDisplay($setting ?? null)) @endif @include('themes.shared.ad-ecommerce-events') @stack('scripts') @include('frontEnd.partials.store-cart-init') {{-- Pixel tracking --}}