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