diff --git a/resources/views/partials/topbar-desktop-widgets.blade.php b/resources/views/partials/topbar-desktop-widgets.blade.php index 2d5835b..bf43aaa 100644 --- a/resources/views/partials/topbar-desktop-widgets.blade.php +++ b/resources/views/partials/topbar-desktop-widgets.blade.php @@ -1,7 +1,7 @@ {{-- Top-right header widgets: Mobile — Afia + launcher only (profile/notifications live in bottom nav). - Desktop — Afia → notifications → launcher → divider → avatar dropdown. + Desktop — branch → Afia → notifications → launcher → divider → avatar dropdown. --}} @php $topbarUser = $user ?? auth()->user(); @@ -13,6 +13,8 @@ $showUserHeader = $showUser ?? true; @endphp +@include('partials.topbar-location-switcher') + @includeIf('partials.afia-button', ['compact' => true]) @includeIf('partials.notification-dropdown') @@ -21,8 +23,6 @@ @includeIf('partials.topbar-widgets-mid') -@include('partials.topbar-location-switcher') - @includeIf('partials.topbar-account-switcher')