diff --git a/routes/inertia.php b/routes/inertia.php index 4057036..4b8bedc 100644 --- a/routes/inertia.php +++ b/routes/inertia.php @@ -32,5 +32,5 @@ return inertia('CustomerDetail', [ 'customerId' => $customerId, ]); - })->name('.customers'); + })->name('.customers.show'); });