{{ ucwords($global->company_name) }} |
|||||||||||||||||||
| @lang('app.invoice') | |||||||||||||||||||
|
|
||||||||||||||||||
| Keterangan | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {!! nl2br($invoice->note) !!} | |||||||||||||||||||
|
|||||||||||||||||||
| {!! nl2br($invoiceSetting->invoice_terms) !!} |
Jakarta, 01 January 1970
Didi Nuryadi Chief Of Finance |
| # | @lang("modules.invoices.price") | @lang("modules.invoices.paymentMethod") | @lang("modules.invoices.paidOn") |
| {{ $key + 1 }} | {{ number_format((float) $payment->amount, 2, '.', '') }} {{ $invoice->currency->currency_code }} | @php($method = !is_null($payment->offline_method_id) ? $payment->offlineMethod->name : $payment->gateway) {{ $method }} | {{ $payment->paid_on->format($global->date_format) }} |
| @lang('messages.noRecordFound') | |||