@php
$liensNav = [
['route' => 'accueil', 'label' => 'Accueil'],
['route' => 'quisommesnous', 'label' => 'Qui sommes-nous ?'],
['route' => 'services', 'label' => 'Services'],
['route' => 'realisations', 'label' => 'Réalisations'],
['route' => 'actualites', 'label' => 'Actualités'],
['route' => 'contact', 'label' => 'Contact'],
];
@endphp