Update: 2026-05-08 01:41:28

This commit is contained in:
Hamza-Ayed
2026-05-08 01:41:28 +03:00
parent 6b4e7721ee
commit ed8203a02e
15 changed files with 855 additions and 79 deletions

View File

@@ -242,6 +242,14 @@ class DashboardView extends GetView<DashboardController> {
isDark,
() => Get.toNamed(AppRoutes.TAX_REPORT),
),
const SizedBox(width: 12),
_buildAdminActionCard(
'سجل النشاط',
Icons.history_rounded,
const Color(0xFF6366F1),
isDark,
() => Get.toNamed(AppRoutes.AUDIT_LOG),
),
],
),
),