if (config('features.shop_checkout')) { Route::post('/checkout', CheckoutController::class); }