Update: 2026-05-08 02:22:45
This commit is contained in:
@@ -258,6 +258,14 @@ class DashboardView extends GetView<DashboardController> {
|
||||
isDark,
|
||||
() => Get.toNamed(AppRoutes.REFERRAL),
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
_buildAdminActionCard(
|
||||
'استهلاك AI',
|
||||
Icons.psychology,
|
||||
const Color(0xFF6366F1),
|
||||
isDark,
|
||||
() => Get.toNamed(AppRoutes.AI_USAGE),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user