@props([ 'menuData' => [], 'hreflangAlternates' => [], ]) {{-- Hamburger button (mobile only, outside nav overlay) --}} {{-- Navigation overlay --}} {{-- Mobile header: Logo + Close button --}} WASORIA {{-- Nav list container --}} @foreach($menuData as $item) @php $mobileOnlyClass = !empty($item['mobileOnly']) ? 'lg:hidden' : ''; @endphp @if(!empty($item['items'])) {{-- Item with submenu --}} @else {{-- Simple link --}} {{ __($item['label']) }} @endif @endforeach {{-- Language Switcher (mobile) --}}