From 06bb3b03204db09477f96207eb9aca08635fcdab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 8 Jul 2021 13:12:20 +0200 Subject: [PATCH] Make group section use button instead of plain links --- .../components/livewire/billing-portal-purchase.blade.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 0c516c7aa0b8..a3c82686677f 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 +
+ @foreach($subscription->service()->getPlans() as $_subscription) + {{ $_subscription->name }} + @endforeach +
@endif