@foreach([
['Billing & POS', route('features.billing-pos'), 'monitor', 'Fast, reliable billing across terminals, handhelds, and devices. Handles all payment modes without friction.'],
['Inventory & Purchasing', route('features.inventory-purchasing'), 'package', 'Real-time stock, purchase orders, GRNs, supplier management, recipe costing, and wastage control.'],
['Kitchen & Operations', route('features.kitchen-operations'), 'chef-hat', 'KDS screens, KOT routing, order status tracking, and kitchen-to-counter coordination.'],
['Reporting & Analytics', route('features.reporting-analytics'), 'chart-bar', 'Sales reports, cashier settlements, outlet comparisons, category performance, and payment reconciliation.'],
['Table & Order Mgmt', route('features.orders-tables'), 'layout-dashboard', 'Visual table layouts, section management, captain app ordering, and KOT routing for restaurants.'],
['Staff & Permissions', route('features.staff-permissions'), 'lock', 'Define roles, control access, set outlet-specific permissions, and maintain a full audit trail.'],
['Central Control', route('features.central-control'), 'globe', 'Manage menus, pricing, promotions, and reports across every outlet from one control layer.'],
['Integrations', route('integrations'), 'puzzle', 'Aggregators, payment gateways, accounting tools, hardware devices, and API layer.'],
] as [$title, $url, $icon, $desc])
@endforeach