| No | Date | Invoice | Customer | Payment Method | Sub Total |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ date('d/m/Y', strtotime($row->created_at)) }} | {{ $row->invoice }} | {{ $row->customer_name }} | {{ $row->payment_method }} | Rp {{ number_format($row->total_price, 0, ',', '.') }} |
| Data tidak tersedia | |||||
| TOTAL | Rp {{ number_format($total, 0, ',', '.') }} | ||||