{{$step["title"]}}
@if ($step["tooltip"] !== "")
@endif
{{$step["intro_text"]}}
@if($loop->first)
{!! csrf_field() !!}
@endif
@foreach ($step["fields"] as $field_key => $field)
@if ($field["type"] !== "selectnested_child")
@include('layout.private.fields.'.$field["type"])
@endif
@endforeach