feat: comming page

This commit is contained in:
efrilm
2025-08-19 12:48:06 +07:00
parent b731704a3d
commit 811ac4b202
4 changed files with 353 additions and 159 deletions
@@ -52,20 +52,7 @@ class ProfileBusinessSetting extends StatelessWidget {
icon: Icons.people_outline,
title: 'Staff Management',
subtitle: 'Manage employees and permissions',
onTap: () {
// Navigate to staff management
},
),
ProfileDivider(),
ProfileTile(
icon: Icons.payment_outlined,
title: 'Payment Methods',
subtitle: 'Configure payment options',
onTap: () {
// Navigate to payment settings
},
onTap: () => context.router.push(ComingSoonRoute()),
),
ProfileDivider(),