@props([ 'title' => null, 'metaDescription' => null, ]) {{ $title ? $title . ' — ' : '' }}Institut Corps à Coeur @if($metaDescription) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.sticky-banner') @include('partials.header')
{{ $slot }}
@include('partials.footer') @include('partials.flash')