@php $useRestaurantPosBrand = request()->routeIs('login') || request()->routeIs('register') || request()->routeIs('restaurant_signup'); $authBrandName = $useRestaurantPosBrand ? 'Restaurant POS' : $appTheme->name; @endphp