next())) data-next="{{$step->next()}}" @endif @if(!empty($step->returnLink())) data-return="{{$step->returnLink() ? 'true' : 'false'}}" @endif> @foreach($step->groups() as $group)
@if(!empty($group->introView()))
@include($group->introView())
@endif
@endforeach