@php $useRestaurantPosBrand = request()->routeIs(['home', 'restaurant_signup']); $landingBrandName = $useRestaurantPosBrand ? 'Restaurant POS' : global_setting()->name; @endphp