Update: 2026-05-08 02:22:45

This commit is contained in:
Hamza-Ayed
2026-05-08 02:22:45 +03:00
parent b49af44139
commit 189382e065
9 changed files with 510 additions and 74 deletions

View File

@@ -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),
),
],
),
),