next())) data-next="{{$step->next()}}" @endif @if(!empty($step->returnLink())) data-return="{{$step->returnLink() ? 'true' : 'false'}}" @endif>
@if(!empty($step->introView()))
@include($step->introView())
@endif
@foreach($step->fields() as $field) @include('wizard.steps.form-fields.'.$field->type(), ['field' => $field]) @endforeach

Please wait ...