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