@props(['currentStep' => 1])
@foreach(['Empresa', 'Criativo', 'Datas', 'Pagamento'] as $index => $step)
@if(($index + 1) < $currentStep) @else {{ $index + 1 }} @endif
{{ $step }}
@if($index < 3)
@endif
@endforeach