Update: 2026-05-08 01:27:14

This commit is contained in:
Hamza-Ayed
2026-05-08 01:27:14 +03:00
parent 928e8e27e3
commit 23813fee95
6 changed files with 227 additions and 5 deletions

View File

@@ -234,6 +234,14 @@ class DashboardView extends GetView<DashboardController> {
isDark,
() => Get.toNamed(AppRoutes.SUBSCRIPTION),
),
const SizedBox(width: 12),
_buildAdminActionCard(
'التقارير',
Icons.bar_chart_rounded,
const Color(0xFFF59E0B),
isDark,
() => Get.toNamed(AppRoutes.TAX_REPORT),
),
],
),
),