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 a0caaa3a9bce..d1bf5b8a9410 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 @@ -253,7 +253,7 @@ {{ $total }} -
+

{{ $heading_text ?? ctrans('texts.checkout') }}

@if (session()->has('message')) @component('portal.ninja2020.components.message') @@ -261,9 +261,10 @@ @endcomponent @endif @if(count($methods) > 0) -
+
@foreach($methods as $method)
@endif -
+