@hasSection('meta_description') @endif @if(file_exists(public_path('img/favicon.png'))) @elseif(file_exists(public_path('img/logo-javapax.png'))) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('head') @stack('jsonld') {{-- Barre de contact supérieure --}}
📞 +33 6 47 35 33 70 ✉️ contact@javapax.fr
{{-- En-tête : logo + navigation --}}
{{-- Menu mobile déroulant --}}
@foreach(config('navigation', []) as $item) @if(!empty($item['children']))
{{ $item['label'] }}
@foreach($item['children'] as $child) {{ $child['label'] }} @endforeach
@else {{ $item['label'] }} @endif @endforeach Blog Contact Réserver
@yield('full') @hasSection('content')
@yield('content')
@endif {{-- Pied de page --}} {{-- Boutons flottants : retour-haut + chatbot, regroupés en bas à droite --}}
{{-- Bouton retour en haut --}} {{-- Chatbot --}}
{{-- Panneau --}}
💬
Assistant JavaPax
Réponse immédiate
{{-- Bouton --}}
{{-- /boutons flottants --}} {{-- Bandeau cookies --}}

🍪 Ce site utilise uniquement des cookies techniques nécessaires à son bon fonctionnement. En savoir plus.

@stack('scripts')