{{-- Favicon --}} {{-- Preconnect tiers --}} @stack('head') @php $pageTitle = ($title ?? config('app.name')) . ' — Institut Corps à Coeur'; $pageDesc = $metaDescription ?? 'Institut de beauté et bien-être à Mézidon Canon, près de Caen. Soins visage, massages, balnéothérapie, boutique cosmétiques.'; $pageImage = $ogImage ?? asset('images/og-default.jpg'); @endphp {{ $pageTitle }} {{-- Open Graph --}} {{-- Twitter --}} {{-- Google Analytics + Google Ads (gtag.js) --}} @php $gaId = \App\Models\Setting::get('google_analytics_id'); $adsId = \App\Models\Setting::get('google_ads_id'); @endphp @if ($gaId || $adsId) @endif {{-- Schema.org — Organization + LocalBusiness + WebSite --}} @stack('json-ld') @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Bannière sticky --}} @include('partials.sticky-banner') {{-- Header --}} @include('partials.header') {{-- Contenu principal --}}
{{ $slot }}
{{-- Footer --}} @include('partials.footer') {{-- Notifications flash Turbo Stream --}} @include('partials.flash')