@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
{!! e($help) !!}
@endif