Invoices
@if($invoices = tenant()->invoicesIncludingPending()->all()) @foreach($invoices as $invoice) @endforeach @else @endif
# Status Total Issued At Download
{{ $invoice->number }} @if($invoice->asStripeInvoice()->paid) Paid @else Pending @endif {{ $invoice->total() }} {{ $invoice->date()->format('M d, Y') }}

No invoices issued yet.