@php $u = auth()->user(); $acct = 'https://'.config('app.account_domain'); @endphp
{{-- Search hosting accounts, domains, orders --}}
@auth @include('partials.notification-dropdown') {{-- Account switcher (only when the user belongs to more than one account) --}} @if (isset($accessibleAccounts) && $accessibleAccounts->count() > 1) @endif {{-- Profile / avatar menu (desktop; mobile uses bottom nav) --}} {{-- Afia (AI) — opens the in-app assistant. Matches the platform AI button. --}} @else Sign in @endauth @include('partials.launcher')