@php $action = $action ?? route('public.forms.store', $form['slug']); @endphp
@csrf @foreach($form['campos'] as $field)
@if($field['type'] === 'textarea') @elseif($field['type'] === 'select') @else @endif
@endforeach @if(($form['captcha']['enabled'] ?? false) === true)
{{ $form['captcha']['question'] }}
@endif
{{ $form['descripcion_publica'] ?? '' }}