@isset($payment?->invoice?->description)
Keterangan: {{ $payment->invoice->description }}
@endisset
|
Sub Total |
Rp. |
{{ number_format($payment->invoice->subtotal, 0, '', '.') }}
|
PPN |
Rp. |
{{ number_format($payment->invoice->ppn, 0, '', '.') }}
|
PPH |
Rp. |
{{ number_format($payment->invoice->pph, 0, '', '.') }}
|
Biaya Pengiriman |
Rp. |
{{ number_format($payment->invoice->shipping_cost, 0, '', '.') }}
|
Total |
Rp. |
{{ number_format($payment->invoice->total, 0, '', '.') }}
|
Termin {{ $payment->termin }} |
Rp. |
{{ number_format($payment->total, 0, '', '.') }}
|
|