@php
$features = [
[
'icon' => 'information-management.png',
'title' => 'Digital Tile Design',
'desc' => 'Seamless integration of CAD/CAM for accurate design flow.',
],
[
'icon' => 'factory.png',
'title' => 'Smart Manufacturing',
'desc' => 'Real-time production tracking and automation for minimal waste.',
],
[
'icon' => 'inventory.png',
'title' => 'Inventory Control',
'desc' => 'Track raw materials, glaze, and finished tiles effortlessly.',
],
[
'icon' => 'flexible.png',
'title' => 'Quality Assurance',
'desc' => 'Integrated QA workflows to ensure flawless output.',
],
[
'icon' => 'visualization.png',
'title' => 'B2B Dealer Portal',
'desc' => 'Give dealers and distributors real-time access to stock and orders.',
],
[
'icon' => 'erp1.png',
'title' => 'Customizable ERP',
'desc' => 'Adapt modules for manufacturing, design, export, or showroom ops.',
],
[
'icon' => 'continuous-improvement.png',
'title' => 'Scalable Architecture',
'desc' => 'Handles operations from boutique tile units to enterprise factories.',
],
[
'icon' => 'security.png',
'title' => 'Data Security',
'desc' => 'Enterprise-grade encryption and audit-ready processes.',
],
];
@endphp
@foreach ($features as $feature)
{{ $feature['title'] }}
{{--
{{ $feature['desc'] }}
--}}
@endforeach