Update: 2026-05-08 01:41:28
This commit is contained in:
@@ -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),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user