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