@if ($payment->is_waiting)
No. Invoice |
: |
{{ $payment->invoice->number }} |
Termin |
: |
{{ $payment->termin }} |
Tgl. Jatuh Tempo |
: |
{{ Common::dateFormat($payment->duedate, 'dd mmmm yyyy') }} |
Total Biaya |
: |
{{ 'Rp. ' . number_format($payment->total, 0, '', '.') }} |
@else
Termin |
: |
{{ $payment->termin }} |
No. Kwitansi |
: |
{{ $payment->number }} |
Tgl. Pembayaran |
: |
{{ Common::dateFormat($payment->payment_date, 'dd mmmm yyyy') }} |
@endif
Nama Pelanggan |
: |
{{ @$payment->invoice->customer->name }} |
No. Telp |
: |
{{ @$payment->invoice->customer->phone }} |
@isset($payment->payment_method)
@endisset
@isset($payment->payment_account)
@endisset
@isset($payment->payment_number)
@endisset
@isset($payment->payment_date)
@endisset
@isset($payment->payment_amount)
@endisset
@isset($payment->bukti)
@endisset