@php
$features = [
[
'icon' => 'industrial.png',
'title' => 'Understanding the Industry Dynamics',
'desc' => 'Deep domain knowledge of manufacturing, sales, repairs, and custom orders.',
],
[
'icon' => 'app-development.png',
'title' => 'Expertise in Web and Mobile App Development',
'desc' => 'Specialized modules for gold, diamond, silver, and gemstone management.',
],
[
'icon' => 'trailored.png',
'title' => 'Tailored Solutions to Meet Your Needs',
'desc' => 'Manage thousands of SKUs with images, weights, and materials.',
],
[
'icon' => 'top-1.png',
'title' => 'India’s Top 1% Software Talent',
'desc' => 'Seamlessly manage resizing, repairs, and personalization workflows.',
],
[
'icon' => 'startup.png',
'title' => 'Trusted by Startups to Fortune 500 Companies',
'desc' => 'Generate compliant invoices with integrated accounting and taxation.',
],
[
'icon' => 'end-to-end.png',
'title' => 'End-to-End Services, From Idea to Deployment',
'desc' => 'Track inventory by karat, purity, and branch in real time.',
],
[
'icon' => 'timezone.png',
'title' => 'Global Presence, Time-Zone Friendly',
'desc' => 'Smart tagging and scanning for fast and accurate billing.',
],
];
@endphp
@foreach ($features as $feature)
{{ $feature['title'] }}
{{--
{{ $feature['desc'] }}
--}}
@endforeach