@php $u = auth()->user(); $acct = ladill_account_url(); $home = ladill_home_url(); @endphp
@include('partials.mobile-topbar-title') {{-- Search hosting accounts, domains, orders --}}
@auth @includeIf('partials.topbar-account-switcher') @includeIf('partials.topbar-widgets-prepend') @include('partials.topbar-desktop-widgets', ['user' => $user ?? $u ?? auth()->user(), 'showUser' => true]) @includeIf('partials.topbar-widgets-append') @else Sign in @include('partials.launcher') @endauth