Photo Nº 1:
Replace Photo Nº 5:
-
Created: {{ \Utils::fecha($producto->creado, "") }}
@if( $role_id != 6 && $role_id != 7 )
-
Supplier Item Number:
{{ $producto->proveedor_codigo }} |
[SHOW PRV]
@endif
@if( $role_id != 7 )
-
Price RMB: {{ number_format($producto->formula_precioxunidad,2) }}
Unit: {{ $producto->unidad_codigo }}
@if( \Auth::user()->ve_costo_cif == 1 || $producto->comprador_id == \Auth::user()->id)
-
Buyer Currency: {{ number_format($producto->formula_costocif,2) }}
@endif
@endif
-
QTY x Caja: {{ $producto->formula_cantidadxcarton }}
CBM: {{ $producto->formula_cubicajecarton }} m3
-
Weight (gr): {{ number_format($producto->peso_und,0) }} g
Carton Weight (Kgs): {{ number_format($producto->peso_blt,3) }} kg
-
More Info:
{{ $producto->informacion }}