authorizeAexAccess('aex.view'); $business = $this->aexUtil->getBusiness(); if (! $business) { abort(404); } $stats = $this->dashboardService->getKpiStats($business); $slaSnapshot = $this->slaService->snapshot($business); return view('assetexchange::dashboard.index', compact('stats', 'slaSnapshot')); } }