diff --git a/helpers.md b/helpers.md index 63f26708634..8951e320e8a 100644 --- a/helpers.md +++ b/helpers.md @@ -693,9 +693,11 @@ The `factory` function creates a model factory builder for a given class, name, #### `method_field()` {#collection-method} -The `method_field` function generates an HTML `hidden` input field containing the spoofed value of the form type. For example, using [Blade syntax](/docs/{{version}}/blade): +The `method_field` function generates an HTML `hidden` input field containing the spoofed value of the form's HTTP verb. For example, using [Blade syntax](/docs/{{version}}/blade): - {!! method_field('delete') !!} +
#### `old()` {#collection-method}