@method overide bentuk laravel

<form action='some-url' method='POST'>
    @csrf
	@method('PATCH')
    ...
</form>
Helpful Hyena