$setting->get('site_name', '酷冰甲 · 降温服'), 'counts' => [ 'products' => (new Product())->count(), 'categories' => (new Category())->count(), 'news' => (new News())->count(), 'banners' => (new Banner())->count(), ], 'news' => (new News())->published(5), ]; return $this->view('admin/dashboard', $data); } }