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 704a98323f4b..7bd196087c70 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 @@ -138,6 +138,9 @@ + + + @if($steps['started_payment'] == false) @@ -174,7 +177,39 @@ {{ ctrans('texts.trial_call_to_action') }} + @elseif($steps['check_rff']) + @if($errors->any()) +
{{ $error }}
+ @endforeach +