| TIPO | CONSEC. | FECHA RECAUDO | FECHA RECIBO | DEBITO | CREDITO | USUARIO | MEDIO | NOTAS |
|---|---|---|---|---|---|---|---|---|
| {{ $registro->tipo_cruce }} | {{ $registro->consec_cruce }} | {{ date( 'd-m-Y h:i a', strtotime($registro->fec_recaudo) ) }} | {{ date( 'd-m-Y h:i a', strtotime($registro->fecha_rec) ) }} | ${{ number_format($registro->valordb) }} | ${{ number_format($registro->valor_cr) }} | {{ $registro->usu_creacion }} | {{ $registro->banco }} | {{ $registro->notas }} |