@props(['footer', 'socials', 'navLinks', 'pagesLegales', 'contact']) @php $socialIcons = [ 'linkedin' => '', 'facebook' => '', 'instagram' => '', 'youtube' => '', ]; $legalPayload = collect(['cgu', 'confidentialite']) ->map(fn ($slug) => $pagesLegales->get($slug)) ->filter() ->map(fn ($page) => [ 'slug' => $page->pgl_slug, 'titre' => $page->trad('titre'), 'contenu' => (string) str($page->trad('contenu') ?? '')->sanitizeHtml(), ]) ->values(); @endphp