@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (isset($status) && $status == true)
- Thanks for contacting us! We will get in touch with you shortly.
@endif
@foreach ($sections as $section)
@foreach ($existing_fields[$section->id] as $field)
@livewire('tenant.lemarex.widget.web-form', [
'layout_id' => $widget->layout_id,
'field' => $field,
])
@endforeach
@endforeach