@method overide form laravel

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

Source

Also in PHP: