@php $type = $f['type'] ?? 'text'; $name = $f['name']; $req = !empty($f['required']); @endphp
@if($type === 'textarea' || $type === 'json')
@elseif($type === 'select')
@elseif($type === 'checkbox')
@else
@endif
@if(!empty($f['hint']))
{{ $f['hint'] }}
@endif