diff --git a/resources/views/billing-portal/v3/cart/cart.blade.php b/resources/views/billing-portal/v3/cart/cart.blade.php index 00bb7523367c..39c846df96c8 100644 --- a/resources/views/billing-portal/v3/cart/cart.blade.php +++ b/resources/views/billing-portal/v3/cart/cart.blade.php @@ -9,7 +9,9 @@ :context="$context" /> -

{{ ctrans('texts.optional_products') }}

+ @if($this->showOptionalProductsLabel()) +

{{ ctrans('texts.optional_products') }}

+ @endif