feat: comming page
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user