@php
$features = [
[
'icon' => 'M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z',
'title' => 'Multi-Warehouse Inventory',
'body' => 'Every stock change is a ledger entry — opening stock, purchases, sales, adjustments, transfers and returns are all fully auditable, per warehouse.',
],
[
'icon' => 'M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z',
'title' => 'Batch & Expiry Tracking',
'body' => 'Track batch numbers and expiry dates per product, sell from the right batch, and get ahead of expiring stock before it becomes a loss.',
],
[
'icon' => 'M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z',
'title' => 'Purchases & Suppliers',
'body' => 'Purchase orders with partial receiving, supplier returns, and running supplier balances — always tied back to real goods received.',
],
[
'icon' => 'M9 14l6-6m-5.5-1a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm7 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z',
'title' => 'Sales & Customer Balances',
'body' => 'Every sale captures its cost and profit at the moment it happens, with customer returns and receivables tracked automatically.',
],
[
'icon' => 'M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4',
'title' => 'Excel Import',
'body' => 'Turn a supplier price list into a purchase order in minutes — with product matching, a full preview, and nothing touching your stock until you confirm.',
],
[
'icon' => 'M9 17v-2a2 2 0 012-2h2a2 2 0 012 2v2m-8 0h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v8a2 2 0 002 2zm3-8V7m4 2V7',
'title' => 'Reports & Dashboard',
'body' => 'Sales, purchases, profit, inventory valuation, fast/slow-moving stock and receivables — on screen or exported to Excel.',
],
[
'icon' => 'M13 10V3L4 14h7v7l9-11h-7z',
'title' => 'AI Business Assistant',
'body' => 'Ask plain-language business questions and get answers grounded in your real data — the assistant only ever sees what your own permissions allow.',
],
[
'icon' => 'M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z',
'title' => 'Roles & Warehouse Access',
'body' => 'Granular permissions per role, plus warehouse-level restrictions — a user assigned to one warehouse never sees another’s data.',
],
[
'icon' => 'M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9',
'title' => 'Alerts & Full History',
'body' => 'Low stock, expiring batches and overdue balances surface automatically, and every product, customer and supplier keeps a complete activity trail.',
],
];
@endphp
@foreach ($features as $feature)
{!! $feature['title'] !!}
{!! $feature['body'] !!}
@endforeach