@php
$features = [
[
'icon' => 'cash-flow.png',
'title' => 'Smart Billing Engine',
'desc' => 'Faster checkout and digital receipts with tax and discount automation.',
],
[
'icon' => 'inventory.png',
'title' => 'Inventory Sync',
'desc' => 'Live inventory management across multiple outlets and warehouses.',
],
[
'icon' => 'security.png',
'title' => 'Secure Transactions',
'desc' => 'PCI-compliant payment gateway integration for safe customer data.',
],
[
'icon' => 'analytics.png',
'title' => 'Sales Analytics',
'desc' => 'Visualize trends, peak hours, and performance in real time.',
],
[
'icon' => 'relationship.png',
'title' => 'Customer Loyalty Tools',
'desc' => 'Reward programs, gift cards, and CRM integration built-in.',
],
[
'icon' => 'channel.png',
'title' => 'Multi-Store Capabilities',
'desc' => 'Manage all your locations from a centralized POS dashboard.',
],
[
'icon' => 'flexible.png',
'title' => 'Customizable Interface',
'desc' => 'Adapt screens, workflows, and reports for your business needs.',
],
[
'icon' => 'migration.png',
'title' => 'Cloud-Based Accessibility',
'desc' =>
'Access your POS data anytime, anywhere with enterprise-grade cloud infrastructure.',
],
];
@endphp
@foreach ($features as $feature)
{{ $feature['title'] }}
{{--
{{ $feature['desc'] }}
--}}
@endforeach