| Yulia Mega Hasta | Payable Report |
| Dari Tanggal | : | {{ \Carbon\Carbon::parse($dari)->format('d-m-Y') }} | Sampai Tanggal | : | {{ \Carbon\Carbon::parse($sampai)->format('d-m-Y') }} |
| Supplier Code | Supplier Name | Document Number | Document Date | Due Date | Total Debt | Amount Paid | Discount | Debt Balance | Payment Number |
|---|---|---|---|---|---|---|---|---|---|
| {{ $sawal->supplier_code }} | {{ $sawal->supplier_name }} | BEGINNING BALANCE | {{ formatNumber($sawal->beginning_balance, 2) }} | ||||||
| {{ $sawal->supplier_code }} | {{ $sawal->supplier_name }} | {{ $detail->document_number }} | {{ $detail->document_date }} | {{ $detail->due_date }} | {{ formatNumber($detail->total_debt, 2) }} | {{ formatNumber($detail->{'Amount Paid'}, 2) }} | {{ formatNumber($detail->discount, 2) }} | {{ formatNumber($detail->debt_balance, 2) }} | {{ $detail->payment_number }} |