$this->dashboardService->getAttendance(), 'cashOverview' => $this->dashboardService->getCashOverview(), 'revenueSummary' => $this->dashboardService->getRevenueSummary(), 'expenseSummary' => $this->dashboardService->getExpenseSummary(), 'topSuppliers' => $this->dashboardService->getTopSuppliers(), 'topCustomers' => $this->dashboardService->getTopCustomers(), 'topProducts' => $this->dashboardService->getTopProducts(), 'orderStats' => $this->dashboardService->getOrderStats(), ]); } }