@php $locale = app()->getLocale(); @endphp
{{-- Bouton "Plus d'information" optionnel --}} @isset($bottomInfo) @endisset {{-- Barre de navigation --}}
@foreach($bottomTabs ?? [] as $tab) @php $isPrimary = ($tab['primary'] ?? false); $openDrawer = $tab['drawer'] ?? null; // ex: 'maps' ou 'share' $isShareButton = ($openDrawer === 'share'); @endphp @endforeach
{{-- Backdrop global pour les tiroirs --}} {{-- Tiroir "maps" --}}