Upcoming payment

@if(tenant()->upcomingInvoice()) @php $invoice = tenant()->upcomingInvoice(); @endphp
{{ tenant()->plan_name }}
{{ ucfirst(tenant()->defaultPaymentMethod()->asStripePaymentMethod()->card->brand) }} **{{ tenant()->defaultPaymentMethod()->asStripePaymentMethod()->card->last4 }}
{{ $invoice->total() }}
Due on
@else

You're not subscribed yet. Please select a plan below.

@endif