|
{{ $titulo }} Realizo: {{ $usuario }} Fecha: {{ date("d-m-Y", strtotime($fecha)) }} Cliente: {{ $cliente }} |
| DOCUMENTO | ARTICULOS | FECHA DE PAGO | # DE PAGO | FECHA DE ABONO | GARGO | ABONO | SALDO |
| {{ $item->folio.$item->serie }} | {{ date("d-m-Y", strtotime($item->fecfija)) }} | {{ $item->numpago }} | {{ $item->fecpago }} | $ {{ number_format($item->pago,2,'.',',') }} | $ {{ number_format($item->abono,2,'.',',') }} | $ {{ number_format($item->saldo,2,'.',',') }} | |
| $ {{ number_format($pago,2,'.',',') }} | $ {{ number_format($abono,2,'.',',') }} | $ {{ number_format($saldo,2,'.',',') }} |