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 @@
- -