{{-- A form: its fields in one column, and its actions at the foot. 16px between fields, because a text field floats its label half above its outline: any less and the hint under one field runs into the label of the next. The `actions` slot takes attributes of its own (a `class` from the call site lands on the row untouched); `separator` draws a divider above it. The column is resources/css/components/form.css. --}} @props([ 'separator' => false, ])