fix : page name and routes and controller

This commit is contained in:
2025-06-15 09:23:09 +03:30
parent e7bf4c361b
commit c8c6002d79
7 changed files with 21 additions and 21 deletions

View File

@@ -550,14 +550,14 @@ class RootPage extends GetView<RootLogic> {
title: 'فروش داخل استان',
iconPath: Assets.icons.inside.path,
onTap: () {
Get.toNamed(ChickenRoutes.salesWithinProvince);
Get.toNamed(ChickenRoutes.salesInProvince);
},
),
cardWidget(
title: 'فروش خارج استان',
iconPath: Assets.icons.outside.path,
onTap: () {
Get.toNamed(ChickenRoutes.salesWithOutProvince);
Get.toNamed(ChickenRoutes.salesOutOfProvince);
},
),
],