TOTAL: {{ order.total_due_amount | currency:'Q' }}

CAMBIO: {{ cambio | currency:'Q' }}

Cobros Pendientes

# FACTURA Date Paid Due
{{ $index+1 }} {{ items.invoice_id }} {{ items.created_at }} {{ items.paid_amount | currency:'' }} {{ items.due | currency:'' }}
Payable Amount {{ order.total_due_amount | currency:'Q' }}
CAMBIO {{ cambio | currency:'Q' }}