mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add conditional rendering for optional products label
This commit is contained in:
parent
e426fad38d
commit
d3154c6409
@ -9,7 +9,9 @@
|
||||
:context="$context"
|
||||
/>
|
||||
|
||||
@if($this->showOptionalProductsLabel())
|
||||
<p class="text-xl mt-10 mb-4">{{ ctrans('texts.optional_products') }}</p>
|
||||
@endif
|
||||
|
||||
<livewire:billing-portal.cart.optional-recurring-products
|
||||
:subscription="$subscription"
|
||||
|
Loading…
x
Reference in New Issue
Block a user