@if(!empty($seoHead))
{{-- Head SEO repris à l'identique de Rank Math (title, description, canonical, OG, JSON-LD) --}}
{!! $seoHead !!}
@else
{{ $title ?? config('navigation.brand.name') }}
@isset($metaDescription)
@endisset
@endif
@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('partials.header')
@yield('content')
@include('partials.footer')