@php $u = auth()->user(); $acct = 'https://'.config('app.account_domain'); @endphp
@include('partials.mobile-topbar-title') {{-- 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) --}} @include('partials.afia-button', ['compact' => true]) @else Sign in @endauth @include('partials.launcher')