@foreach($inputs as $key => $section) @if ($section->name == "Summary") @continue; @endif @if ($section->step > ($section->form->project_type_slug == "website-seo" ? 1 : 2)) @if ($section->name == 'Documents') {{-- @if($section->form->project_type_slug != 'video-editing')
Website URL
@endif

Attachments

edit
--}} @else @if(!$loop->last)

{{$section->name ?? ''}}

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

Attachments

edit
@else @if(!$loop->last)
@endif @endif @endif @endforeach