@php $bodyPage = trim((string) $__env->yieldContent('body_page', 'marketplace')); $seo = $seo ?? app(\App\Services\Seo\SeoResolver::class)->resolve(request(), null, [ 'title' => trim((string) $__env->yieldContent('title')), 'description' => trim((string) $__env->yieldContent('meta_description')), ]); $tracking = app(\App\Services\TrackingSettingsService::class)->frontendConfig(); @endphp @include('front.partials.seo-meta', ['seo' => $seo]) @include('front.partials.tracking-loader', ['tracking' => $tracking]) @include('partials.favicon-meta') @stack('head') @include('front.partials.marketplace-style-head', [ 'includeTailwind' => true, 'fontHref' => $bodyPage === 'home' ? '' : 'https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap', 'themeHref' => $bodyPage === 'home' ? 'assets/home-critical.min.css?v=20260320-home-critical-v1' : 'assets/theme.min.css?v=20260319-theme-min-v32', 'deferredThemeHref' => $bodyPage === 'home' ? 'assets/theme.min.css?v=20260319-theme-min-v32' : null, ]) @include('front.partials.site-header-fixed-style') @stack('styles') @if ($tracking['mode'] === 'gtm') @endif @include('front.partials.site-header') @yield('content') @include('front.partials.site-footer') @include('front.partials.auth-state-script') @stack('scripts')