Invoice No
{{ item.bill_no }}
Order
Error in retrieving order
Invoice Date
{{ item.created_at }}
Amount
MYR {{ item.amount.toFixed(2) }}
Payment Date
{{ item.payment_history && item.payment_history.length > 0 ? item.payment_history[item.payment_history.length - 1].created_at : '-' }}
Bill Number
{{ item.payment_history && item.payment_history.length > 0 ? item.payment_history[item.payment_history.length - 1].payment_reference : '-' }}