<form action="blog/{{$blog->id}}" method="post"> @csrf @method("DELETE") <input type="submit" value="Delete" /> </form>