@props(['currentStep' => 0]) @php $steps = [ ['icon' => 'list-check', 'label' => 'Criteria'], ['icon' => 'stack', 'label' => 'Certification'], ['icon' => 'box', 'label' => $type == \App\Models\Application::TYPE_SERVICE ? 'Service' : 'Products'], ['icon' => 'bank', 'label' => 'Payment'], ['icon' => 'file-text', 'label' => 'Declaration'], ['icon' => 'check-circle', 'label' => 'Submission'], ]; @endphp
@foreach ($steps as $index => $step)
{{ $step['label'] }}
@endforeach