@foreach( $ordenes as $orden ) @endforeach
DATE SHIPPING SHIPPER DETAILS $USD T. CAMBIO COMISION ¥ TOTAL
{{ date('d-m-Y',strtotime($orden->pgo_fecha)) }} {{ $orden->chip_marc }} {{ $orden->nombre }} {{ strtoupper($orden->nota) }} ${{ number_format($orden->total_dolar,2) }} ¥{{ number_format($orden->cambio,2) }} ¥{{ number_format($orden->comision,2) }} ¥{{ number_format($orden->saldo_rmb,2) }}
. . . TOTALES ${{number_format($tot_usd,2)}} ... ¥{{number_format($tot_cms,2)}} ¥{{number_format($tot_rmb,2)}}