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