@foreach($formData->reverse()->slice(1)->reverse() ?? [] as $section => $formItem) @if ($section == "Summary") @continue; @endif @if ($loop->iteration > ($projectType->slug == "website-seo" ? 1 : 2)) @if ($section == 'Documents') @else @if(!$loop->last)

{{$section ?? ''}}

@endif @endif @endif @if(!$loop->last) @foreach($formItem as $item => $input) @if ($input->step <= ($projectType->slug == "website-seo" ? 1 : 2))
{{$input->label ?? ''}}
edit
@else @if ($input->section_name == 'Documents') @if($input->type == 'textarea')
{{$input->label ?? ''}}
edit
@endif @else
{{$input->label ?? ''}}
edit
@endif @endif @endforeach @endif @if ($loop->iteration > ($projectType->slug == "website-seo" ? 1 : 2)) @if ($section == 'Documents') @if($projectType->slug != 'video-editing')
Website URL
@endif

Attachments

@php $getStep = 4; if(count($formItem) > 0){ $getStep = $formItem[0]->step; } @endphp edit
@else @if(!$loop->last)
@endif @endif @endif @endforeach