{{-- Compact single-line input that occupies a full row (grid-column: 1/-1). Used in place of textareas for short-form free text — keeps the encounter form much shorter visually while still allowing free text entry. Expected vars: $name, $label, and optionally $help. --}} @php $help = $help ?? null; $value = old($name, $draftVisit->{$name} ?? ''); @endphp
@if($help)
{{ $help }}
@endif