@if($errors->any()) @foreach($errors as $error)
{{ $error }}
@endforeach @endif {{ $subscription->company->present()->name }}
@livewire('billing-portal.summary', ['subscription' => $subscription, 'context' => $context], key($this->summaryUniqueId()))
@csrf