@php $isContained = $isContained(); $statePath = $getStatePath(); @endphp
merge([ 'id' => $getId(), ], escape: false) ->merge($getExtraAttributes(), escape: false) ->merge($getExtraAlpineAttributes(), escape: false) ->class(['fi-fo-custom-wizard']) }} >
    @foreach ($getChildComponentContainer()->getComponents() as $step)
  1. ! $loop->last ]) x-bind:class="{ 'fi-active': getStepIndex(step) === {{ $loop->index }}, 'fi-completed': getStepIndex(step) > {{ $loop->index }} }" > @if (! $loop->last) @endif
  2. @endforeach
@foreach ($getChildComponentContainer()->getComponents() as $step)
@if (! $step->isLabelHidden()) {{ $step->getLabel() }} @endif @if (filled($description = $step->getDescription())) {{ $description }} @endif
{{ $step }}
@endforeach
{{ $getAction('previous') }} {{ $getAction('next') }} {{ $getSubmitAction() }}