| CLAVE | DESCRIPCIÓN | Subtotal | IVA | Total |
| {{$s->dr_clave}} | {{$s->dr_concepto}} | $ {{number_format($s->dr_importe,2,'.',',')}} | $ {{number_format($s->dr_iva,2,'.',',')}} | $ {{number_format($s->dr_total,2,'.',',')}} |
Recibo a:
No. de Recibo: {{$RECIBO->rec_noticket}}
Fecha de pago: {{$FECHA}}
| CLAVE | DESCRIPCIÓN | Subtotal | IVA | Total |
| {{$s->dr_clave}} | {{$s->dr_concepto}} | $ {{number_format($s->dr_importe,2,'.',',')}} | $ {{number_format($s->dr_iva,2,'.',',')}} | $ {{number_format($s->dr_total,2,'.',',')}} |