contextService->getBusinessId($request); return $this->success([ 'stats' => $this->reportService->dashboardStats($business_id, $request), 'notifications' => $this->commonController->getNotifications($request)->getData(true), ]); } }