{{ $shopAddress }}
@endif| No | Produk | Order | Qty | Pendapatan | % |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $product->name }} | {{ number_format($product->total_orders) }} | {{ number_format($product->total_qty) }} | Rp {{ number_format((float) $product->total_revenue, 0, ',', '.') }} | {{ number_format($percentage, 1) }}% |
| Tidak ada data | |||||
| TOTAL | Rp {{ number_format((float) ($summary['total_revenue'] ?? 0), 0, ',', '.') }} | 100% | |||
| No | Tanggal Bayar | Invoice | Pelanggan | Status | Jenis | Rekening | Kasir | Nominal Masuk |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ optional($row->payment_date)->format('d/m/Y H:i') ?? '-' }} | {{ $row->invoice_number ?? '-' }} |
{{ $row->customer_name ?? '-' }}
@if(!empty($row->notes))
{{ $row->notes }} @endif |
{{ $row->status_label ?? '-' }} | {{ $row->payment_method_label ?? '-' }} | {{ $row->payment_account_label ?? '-' }} | {{ $row->cashier_name ?? '-' }} | Rp {{ number_format((float) ($row->amount ?? 0), 0, ',', '.') }} |
| Tidak ada data | ||||||||
| TOTAL {{ number_format((int) ($summary['total_transactions'] ?? 0), 0, ',', '.') }} PEMBAYARAN MASUK | Rp {{ number_format((float) ($summary['total_revenue'] ?? 0), 0, ',', '.') }} | |||||||