{{ $titulo }}

@foreach( $ordenes as $orden ) @endforeach
IMAGEN REFERENCIA NOMBRE INFORMACIÓN TARJ. PRV BUYER CURRENCY ¥ x UND CTD x CARTON ¥ x CARTON CBM x CARTON Kg x CARTON CARTONES TOTAL ¥ TOTAL CBM TOTAL (Kg) ELIMINAR
@if( $orden->foto2 != "NI.svg" && $orden->foto2 != "" ) @endif @if( $orden->foto3 != "NI.svg" && $orden->foto3 != "" ) @endif @if( $orden->foto4 != "NI.svg" && $orden->foto4 != "" ) @endif @if( $orden->foto5 != "NI.svg" && $orden->foto5 != "" ) @endif {{ $orden->referencia }} {{ $orden->nombre }} {{ $orden->informacion }} {{ $orden->tarjeta_prv }} {{ number_format($orden->formula_costocif, 2) }} {{ @number_format($orden->precio_caja/$orden->formula_cantidadxcarton,2) }} {{ $orden->formula_cantidadxcarton }} {{ number_format(($orden->precio_caja),2) }} {{ number_format($orden->cubicaje_caja,3) }} {{ number_format($orden->peso_caja,2) }}
{{ number_format(($orden->precio_caja)*($orden->cantidad_caja),2) }} {{ number_format(($orden->cubicaje_caja)*($orden->cantidad_caja),3) }} {{ number_format(($orden->peso_caja)*($orden->cantidad_caja),2) }}
TOTALES {{ number_format($totalCartones) }} ¥{{ number_format($totalCompra,2) }} {{ number_format($totalCbm,2) }} {{ number_format($totalPeso,2) }}
@if( \Auth::user()->role_id == 3 )

AGREGAR REFERENCIA:

  • DIRECTO
  • CATALOGO
@else
@endif