ensureCrmSubscription(); $contact = $this->contactUtil->getContactInfo($this->businessId(), $this->contactId()); $maintenanceStats = []; if (CustomerMaintenanceScopeService::forCurrentUser()->maintenanceEnabled()) { $maintenanceStats = CustomerMaintenanceScopeService::forCurrentUser()->dashboardStats(); } return view('portal::customer.dashboard.index', compact('contact', 'maintenanceStats')); } }