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