@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 }} |
|
{{ 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) }} |
|
@endforeach