@php // Split around the Categories dropdown, which sits second in the nav. // Named "before"/"after" rather than left/right — the order reverses in Arabic. $navBefore = [ ['route' => 'home', 'label' => __('nav.home')], ]; $navAfter = [ ['route' => 'branches', 'label' => __('nav.branches')], ['route' => 'catering', 'label' => __('nav.catering')], ['route' => 'about', 'label' => __('nav.about')], ]; $onCategory = request()->routeIs('category') || request()->routeIs('catalogue'); @endphp
{{-- Wordmark. The logo already carries the cream field, so it sits on the surface unframed — no dark tile, no border. --}} {{ __('shop.brand') }}
{{-- Each language names itself. --}} {{ __('nav.switch_language') }} {{ $cartCount ?? 0 }}
{{-- Mobile: no hover, so the categories are listed inline under a heading rather than hidden behind a second tap. --}}