diff --git a/routes/web/hardware.php b/routes/web/hardware.php index dd1f026387..40449c6a32 100644 --- a/routes/web/hardware.php +++ b/routes/web/hardware.php @@ -95,7 +95,7 @@ Route::group( )->name('label/hardware'); - Route::get('{assetId}/checkout', + Route::get('{asset}/checkout', [AssetCheckoutController::class, 'create'] )->name('hardware.checkout.create');