@foreach([
['STEP 01', 'hm1-icon1.webp', 'Consult & Understand', 'We map the business process, users, data, and operational goals.'],
['STEP 02', 'hm1-icon2.webp', 'Plan & Architect', 'We define modules, integrations, permissions, milestones, and rollout priorities.'],
['STEP 03', 'hm1-icon3.webp', 'Build & Deploy', 'We develop, test, migrate data, deploy, and train teams for adoption.'],
['STEP 04', 'hm1-icon4.webp', 'Support & Improve', 'We provide support, maintenance, reporting improvements, and future enhancements.'],
] as $step)
{{ $step[0] }}
{{ $step[2] }}
{{ $step[3] }}
@endforeach