Move branch switcher left of Afia in the header.
Deploy Ladill POS / deploy (push) Successful in 27s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-08 06:48:25 +00:00
co-authored by Cursor
parent 35970dfd2a
commit 765506320e
@@ -1,7 +1,7 @@
{{-- {{--
Top-right header widgets: Top-right header widgets:
Mobile Afia + launcher only (profile/notifications live in bottom nav). 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 @php
$topbarUser = $user ?? auth()->user(); $topbarUser = $user ?? auth()->user();
@@ -13,6 +13,8 @@
$showUserHeader = $showUser ?? true; $showUserHeader = $showUser ?? true;
@endphp @endphp
@include('partials.topbar-location-switcher')
@includeIf('partials.afia-button', ['compact' => true]) @includeIf('partials.afia-button', ['compact' => true])
@includeIf('partials.notification-dropdown') @includeIf('partials.notification-dropdown')
@@ -21,8 +23,6 @@
@includeIf('partials.topbar-widgets-mid') @includeIf('partials.topbar-widgets-mid')
@include('partials.topbar-location-switcher')
@includeIf('partials.topbar-account-switcher') @includeIf('partials.topbar-account-switcher')
<div class="hidden h-8 w-px bg-slate-200 lg:block"></div> <div class="hidden h-8 w-px bg-slate-200 lg:block"></div>