Upcoming payment
@if(tenant()->upcomingInvoice()) @php $invoice = tenant()->upcomingInvoice(); @endphp
  • Plan Name
    {{ tenant()->plan_name }}
  • Credit Card
    {{ ucfirst(tenant()->defaultPaymentMethod()->asStripePaymentMethod()->card->brand) }} **{{ tenant()->defaultPaymentMethod()->asStripePaymentMethod()->card->last4 }}
  • Invoice Total
    {{ $invoice->total() }}
  • Due on
@else

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

@endif