|
@{{ payment.invoices.invoice_id | numberFixedLen:4 }}
|
@{{ payment.invoices.date | formatDate: 'dd' }}
@{{ payment.invoices.date | formatDate: 'MMM' | uppercase }}
@{{ payment.invoices.date | formatDate: 'yyyy' }}
|
@if (App::isLocale('en'))
@{{payment.invoices.client.user.first_name[0]}}@{{payment.invoices.client.user.last_name[0]}}
@endif
@{{ payment.invoices.client.user.first_name | capitalize }} @{{ payment.invoices.client.user.last_name | capitalize }}
UC Unknown Client
|
@{{ payment.invoices.title ? payment.invoices.title : 'Unknown Title' | capitalize }}
|
@{{ payment.amount_paid | currency : currencySymbol }}
|
@{{ payment.type | capitalize | dashless }}
|
N/A
@{{ payment.bayanpay_ref_number ? payment.bayanpay_ref_number : '-' }}
@{{ payment.tap_invoice_id ? payment.tap_invoice_id : '-' }}
|
N/A
@{{ ((payment.payment_status == 1) ? 'Successful' : (payment.payment_status == 0 && !payment.bayanpay_ref_number ) ? 'Pending' : 'Unsuccessful') }}
|
{{--
--}}
|