Merge pull request #5686 from turbo124/v5-develop
Allow HTML to be displayed for products in Subscriptions npage
This commit is contained in:
commit
14beb4b14f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
@foreach($subscription->service()->recurring_products() as $product)
|
||||
<div class="flex items-center justify-between mb-4 bg-white rounded px-6 py-4 shadow-sm border">
|
||||
<div class="text-sm">{{ $product->notes }}</div>
|
||||
<div class="text-sm">{!! $product->notes !!}</div>
|
||||
<div data-ref="price-and-quantity-container">
|
||||
<span
|
||||
data-ref="price">{{ \App\Utils\Number::formatMoney($product->price, $subscription->company) }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue