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 d817f0192a07..343444624d69 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 @@ -88,9 +88,11 @@ {{ ctrans('texts.you_might_be_interested_in_following') }}:

-
+
@foreach($subscription->service()->getPlans() as $_subscription) - {{ $_subscription->name }} + @endforeach