Laravel - Controllers
Given this resource controller route registration:
Which URL and HTTP method will call the
Route::resource('photos', PhotoController::class);Which URL and HTTP method will call the
destroy method in PhotoController for photo with ID 5?