prefix('v1')->group(function () { Route::apiResource('customer', CustomerController::class)->names('customer'); });