@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)
@if (! $step->isLabelHidden())
@endif
@if (filled($description = $step->getDescription()))
@endif
{{ $step }}
@endforeach
{{ $getAction('previous') }}
{{ $getAction('next') }}
Ignorer cette étape
{{ $getSubmitAction() }}