From a4fd595d38d18bc99a806d69d1050617f1cc4585 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 12 May 2021 17:01:14 +1000 Subject: [PATCH] Allow HTML to be displayed for products in Subscriptions npage --- .../components/livewire/billing-portal-purchase.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php index 9b9ea5632f5b..3b73a2b064ba 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php @@ -41,7 +41,7 @@ @foreach($subscription->service()->recurring_products() as $product)
-
{{ $product->notes }}
+
{!! $product->notes !!}
{{ \App\Utils\Number::formatMoney($product->price, $subscription->company) }}