| Document Number | Supplier | Document Date | ||
|---|---|---|---|---|
| {{$generals->payable_payment_number}} | {{$generals->supplier->supplier_name}} | {{ \Carbon\Carbon::parse($generals->document_date)->format('d M Y') }} | ||
| Invoice Number | Invoice Date | Total Debt | Payment Amount | Discount |
|---|---|---|---|---|
| {{ $detail->document_number }} | {{ \Carbon\Carbon::parse($detail->document_date)->format('d M Y') }} | {{ number_format($detail->document_payment, 0,'.',',') }} | {{ number_format($detail->nominal_payment, 0,'.',',') }} | {{ number_format($detail->discount,0,'.',',')}} |
| Total | {{ number_format($totalNominal, 0,'.',',') }} | |||
| Discount | {{ number_format($totalDiscount, 0,'.',',') }} | |||
| Dibuat oleh: | |||
| ______________________ | |||
| Admin Finance | |||