Warkop Cak Imin - Akuntansi SIA
Tanggal Cetak: {{ date('d/m/Y H:i') }}
| No | Tanggal | Item/Produk | Jumlah | Total Harga |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ \Carbon\Carbon::parse($purchase->date)->format('d/m/Y') }} | {{ $purchase->item }} | {{ $purchase->quantity }} | Rp {{ number_format($purchase->total_price, 0, ',', '.') }} |
| Total | Rp {{ number_format($branchPurchases->sum('total_price'), 0, ',', '.') }} | |||