Laravel - Controllers
Given this route registration:
Which URL and HTTP method calls the
Route::resource('products', ProductController::class);Which URL and HTTP method calls the
update method?