@php
$quickAccessModules = ($tenantNavigation ?? null)?->visibleModuleLauncherCards() ?? [];
$nurseryPrimaryShell = function_exists('is_nursery_shell') && is_nursery_shell();
$tenantHome = function_exists('tenant_home_route') ? tenant_home_route() : route('dashboard');
@endphp
{{-- Top Global Navbar — يُدمَج داخل .flex.flex-col.min-h-screen في التخطيط الأم --}}