@extends('adminlte::page') @section('title', 'Subscriptions & Billing') @include('partials.ui-polish') @section('content_header')
| Invoice | Organization | Plan | Amount | Due | Status |
|---|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->organization?->name }} | {{ $invoice->plan }} | {{ $invoice->currency }} {{ number_format($invoice->amount, 2) }} | {{ $invoice->due_date->format('M d, Y') }} | {{ $invoice->status }} |
| No invoices found. | |||||