The GET method is not supported for this route code example
Example: The PATCH method is not supported for this route. Supported methods: PUT.
Route::patch('aluminio/{id}', 'AluminioController@update')->name('aluminio.update');
Route::patch('aluminio/{id}', 'AluminioController@update')->name('aluminio.update');