@foreach($campos as $campo)
@if($campo->tipo == 'select')
@if($campo->id == 38)
@endif
@if($campo->id != 38)
@endif
@elseif($campo->tipo == 'number')
@if($campo->id == 39)
@endif
@if($campo->id != 39)
@endif
@else
@if($campo->input_edad == 1)
@else
@endif
@endif
@endforeach
@if (request()->ref == null)
@else
@endif
@if (!empty(request()->lado))
@endif
@if ($estructura->tipoestructura == 'binaria')
@if(empty(request()->lado))
@endif
@endif
@if (empty(request()->tipouser))
@else
@endif
@if($settings->recaptcha == 1)
{!! app('captcha')->display() !!}
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif