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 a228e6fcfe90..6d4738967602 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)
- {{$item['product']}} x {{$item['qty']}} + {{ substr(str_replace(["BR","\r","\n","
","
","
","
"]," ", $item['product']), 0, 30) . "..." }} x {{ $item['qty'] }}
{{ $item['price'] }}
@endforeach