method_field 函数生成包含模仿表单 HTTP 动作的 HTML hidden 域。下面的例子使用了 Blade 语法:
method_field
hidden
<form method="POST"> {{ method_field('DELETE') }} </form>