@php $expertiseLinks = [ ['label' => 'Paid Ads', 'href' => route('expertises.show', 'Paid_Ads')], ['label' => 'Marketing de contenu', 'href' => route('expertises.show', 'Marketing_de_contenu')], ['label' => 'Developpement & technologie', 'href' => route('expertises.show', rawurldecode('D%C3%A9veloppement_%26_technologies'))], ['label' => 'Analytics et data', 'href' => route('expertises.show', 'Analytics_et_data')], ['label' => 'Marketing Digital', 'href' => route('expertises.show', 'Marketing_Digital')], ['label' => 'Automation', 'href' => route('expertises.show', 'Automation')], ['label' => 'SEO', 'href' => route('expertises.show', 'SEO')], ['label' => 'Social Media', 'href' => route('expertises.show', 'Social_Media')], ]; $agencyLinks = [ ['label' => "L'agence", 'href' => route('agence')], ['label' => 'Blog', 'href' => route('blog')], ['label' => 'Etudes de cas', 'href' => route('caseStudie')], ['label' => 'Contact', 'href' => route('contact')], ]; @endphp