@foreach($section->steps() as $step) @include('wizard.steps.'.$step->type(), ['step' => $step, 'stepIndex' => $loop->index]) @endforeach @if($section->displaySteps()) @endif