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