whereNumber('slot'); Route::post('/holds/{hold}/confirm', [HoldController::class, 'confirm']) ->whereNumber('hold'); Route::delete('/holds/{hold}', [HoldController::class, 'destroy']) ->whereNumber('hold');