@php $linkClass = 'module-nav-link'; $isCustomersIndex = request()->routeIs('crm.customers.index'); $isPotentialLeadsContext = request()->routeIs('crm.customers.create') || ($isCustomersIndex && request('crm_status') === 'potential'); @endphp
@php $isLoyaltyGroupActive = request()->routeIs('crm.loyalty.*') || request()->routeIs('crm.memberships.*'); @endphp