@php $k = $f['k']; $label = $f['l']; $type = $f['t']; $help = $f['h'] ?? null; $val = $v($k); $col = ($f['col'] ?? 'half') === 'full' ? 'md:col-span-2' : ''; if ($type === 'select' && isset($f['o']) && count($f['o']) > 3) $col = 'md:col-span-2'; @endphp
@if($type === 'toggle') @php $on = (string) $val === '1'; @endphp @elseif($type === 'select') @elseif($type === 'textarea') @elseif($type === 'color')
@elseif($type === 'password') @php $filled = filled($val); @endphp
@else @endif @if($help)

{!! e($help) !!}

@endif