|
|
| Yulia Mega Hasta |
Pembayaran Utang
|
|
|
|
|
|
|
| Tanggal |
: |
{{ \Carbon\Carbon::parse($debtPayment->document_date)->format('d-m-Y') }} |
Vendor |
: |
{{ $debtPayment->supplier->supplier_name }} |
| Nomor Dokumen |
: |
{{ $debtPayment->payable_payment_number }} |
|
|
|
| No. Faktur |
Tanggal |
Jumlah |
@foreach($debtPayment->details as $detail)
| {{ $detail->document_number }} |
{{ $detail->document_date }} |
{{ formatNumber($detail->nominal_payment, 2) }} |
@php
$totBayar += $detail->nominal_payment;
@endphp
@endforeach
|
Total |
{{ formatNumber($totBayar, 2) }} |
@foreach($debtPayment->detailPays as $detailpay)
|
{{ $detailpay->paymentMethod->payment_method_name }} |
{{ formatNumber($detailpay->payment_nominal, 2) }} |
@endforeach
| Terbilang: {{ $totalHuruf }} |
|
| Hormat Kami, |
Sidoarjo, {{ \Carbon\Carbon::parse($debtPayment->document_date)->format('d-m-Y') }} |
| |
|
| |
|
| |
|
|
|
Dicetak oleh : {{ $username }} , Cetakan ke : {{ ($debtPayment->print_number ?? 0) + 1 }}