diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php index 6d4738967602..f16a1822f50c 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php @@ -209,7 +209,7 @@ @foreach($bundle->toArray() as $item)
- {{ substr(str_replace(["BR","\r","\n","
","
","
","
"]," ", $item['product']), 0, 30) . "..." }} x {{ $item['qty'] }}
+ {{ substr(str_replace(["\r","\n","
","
","
","
"]," ", $item['product']), 0, 30) . "..." }} x {{ $item['qty'] }}
{{ $item['price'] }}
@endforeach