@foreach( $ordenes as $orden ) @endforeach
INVOICE DATE SHIPPER SHIPPING DETAILS ¥ INVOICE ¥ EXPENSES ¥ COMMISSION
{{ $orden->numero }} {{ $orden->fecha }} {{ $orden->nombre }} {{ $orden->chip_marc }} {{ strtoupper($orden->detalle) }} ¥{{ number_format($orden->subtotal,2) }} ¥{{ number_format($orden->gastos,2) }} ¥{{ number_format($orden->importe,2) }}
. . . . TOTALES ¥{{number_format($tot_inv,2)}} ¥{{number_format($tot_exp,2)}} ¥{{number_format($tot_com,2)}}