|
@if($orden->confirmado == 0)
@else
@endif
|
@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}} |
{{strtoupper($orden->informacion)}} |
|
|
|
¥{{number_format(($orden->precio_rmb*(1+($orden->porcentaje/100))),2)}} |
{{number_format($orden->formula_cantidadxcarton,0)}} |
{{number_format(($orden->precio_rmb*(1+($orden->porcentaje/100)))*$orden->formula_cantidadxcarton,2)}} |
{{number_format($orden->formula_cubicajecarton,2)}} |
{{number_format($orden->peso_blt,2)}} |
|
@endforeach