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