User::count(), 'total_rooms' => Room::count(), // 更多统计指标以后再发掘 ]; return view('admin.dashboard', compact('stats')); } }