Refactor Establishments module and add multi-language support
This commit is contained in:
@@ -65,6 +65,7 @@ import {
|
||||
Leaf,
|
||||
Store,
|
||||
Navigation,
|
||||
QrCode,
|
||||
} from "lucide-react";
|
||||
|
||||
export function AppSidebar() {
|
||||
@@ -167,7 +168,17 @@ export function AppSidebar() {
|
||||
{ icon: Shield, label: "Security", path: "/dashboard/security" },
|
||||
{ icon: Car, label: "Vehicle Management", path: "/dashboard/vehicle-management" },
|
||||
{ icon: Leaf, label: "Sustainability", path: "/dashboard/sustainability" },
|
||||
{ icon: Store, label: "Comercios", path: "/dashboard/establishments" },
|
||||
{ icon: Store, label: "Comercios", path: "/dashboard/establishments", subItems: [
|
||||
{ icon: CreditCard, label: "POS Terminal", path: "/dashboard/establishments/pos" },
|
||||
{ icon: Receipt, label: "Orders", path: "/dashboard/establishments/orders" },
|
||||
{ icon: Package, label: "Inventory", path: "/dashboard/establishments/inventory" },
|
||||
{ icon: Users, label: "Staff", path: "/dashboard/establishments/staff" },
|
||||
{ icon: Store, label: "Businesses", path: "/dashboard/establishments/businesses" },
|
||||
{ icon: QrCode, label: "Categories", path: "/dashboard/establishments/categories" },
|
||||
{ icon: BarChart3, label: "Verification", path: "/dashboard/establishments/verification" },
|
||||
{ icon: BarChart3, label: "Analytics", path: "/dashboard/establishments/analytics" },
|
||||
]
|
||||
},
|
||||
{ icon: Wallet, label: "Wallet", path: "/dashboard/wallet" },
|
||||
{ icon: MessageSquare, label: "Message", path: "/dashboard/messages", badge: "2" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user