@section('title', 'Invoices')
@section('heading', 'Invoices')
@section('top-menu-items')
| Invoice ID | Partner Org | Open Date | Closed Date | Paid Date | Status | @can('write_billing')Actions | @endcan
|---|---|---|---|---|---|---|
| Invoice #{{ $invoice->id }} | {{ $invoice->partner?->organization_name ?? 'N/A'}} | {{ $invoice->created_at?->format('d M, Y') ?? 'NULL' }} | {{ $invoice->closed_at?->format('d M, Y') ?? 'NULL' }} | {{ $invoice->paid_at?->format('d M, Y') ?? 'NULL' }} |
{{ $invoice->status }}
|
@can('write_billing')
Actions | @endcan
| No Invoices |