| No Invoice | Tanggal | Relasi | Amount | Status | Aksi |
|---|---|---|---|---|---|
|
{{ $invoice->invoice_number }}
ID: #{{ $invoice->id }}
|
{{ $invoice->invoice_date?->format('d M Y') }}
|
PO: {{ $invoice->delivery?->purchaseOrder?->po_number }}
SJ: {{ $invoice->delivery?->delivery_number }}
{{ $invoice->delivery?->purchaseOrder?->customer_name }}
|
IDR {{ number_format($invoice->amount, 0, ',', '.') }}
|
@php $badgeClass = match(strtoupper($invoice->status)) { 'PAID' => 'bg-success text-white', 'ISSUED' => 'bg-primary text-white', 'UNPAID' => 'bg-danger text-white', default => 'bg-secondary text-white' }; @endphp {{ strtoupper($invoice->status) }} | |
|
Belum ada data Invoice.
|
|||||