From 21be70b47f2abb9d4d5321598c5aa5e8120132c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 14 Mar 2024 15:58:45 +0100 Subject: [PATCH] Remove error message and fix formatting in purchase.blade.php --- .../views/billing-portal/v3/purchase.blade.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/resources/views/billing-portal/v3/purchase.blade.php b/resources/views/billing-portal/v3/purchase.blade.php index 8692c2b4ff21..d1c41e441e0e 100644 --- a/resources/views/billing-portal/v3/purchase.blade.php +++ b/resources/views/billing-portal/v3/purchase.blade.php @@ -6,14 +6,6 @@ class="col-span-12 xl:col-span-6 bg-white flex flex-col items-center lg:h-screen" >
- @if($errors->any()) - @foreach($errors as $error) -
- {{ $error }} -
- @endforeach - @endif - - +
@livewire($this->component, ['context' => $context, 'subscription' => $this->subscription], key($this->componentUniqueId())) @@ -41,8 +33,7 @@
- -