1. Home
  2. Blade
  3. Method field

Blade helper providing support for the missing form requests like PATCH and DELETE.

#blade
@method('DELETE')

// This returns
<input type="hidden" name="_method" value="DELETE">
copy
Full Blade cheatsheet