@props(['currentStep' => 0]) @php $steps = [ ['label' => 'Company'], ['label' => 'Certification'], ['label' => 'Product'], ['label' => 'Payment'], ['label' => 'Summary'], ]; @endphp
@foreach ($steps as $index => $step)
{{ $step['label'] }} @if ($index < count($steps) - 1) @endif
@endforeach