method field
Blade helper providing support for the missing form requests like PATCH and DELETE.
@method('DELETE')
// This returns
<input type="hidden" name="_method" value="DELETE">
copy
Blade helper providing support for the missing form requests like PATCH and DELETE.
@method('DELETE')
// This returns
<input type="hidden" name="_method" value="DELETE">
copy