{{-- Smart navigation bar (SOW 1.4): logo, global search, three-level admin-managed menu, sticky with a backdrop once the page scrolls, and the primary CTA. --}}
@if ($logo = setting('site_logo')) {{ setting('site_name', config('app.name')) }} @else {{ setting('site_name', config('app.name')) }} @endif
{{-- Account entry point. A signed-out visitor sees one link; a signed-in one gets their own menu, and staff are pointed at the panel rather than at a buyer dashboard they have no use for. --}} @auth @else @endauth
{{-- Global search with instant, server-rendered suggestions. --}} {{-- Mobile drawer: three-level navigation as nested disclosures. --}}