REF: {{ $producto->referencia }} | {{ \Illuminate\Support\Str::limit(strtoupper($producto->nombre), "100") }}

{{ 'Created: '.Utils::fecha($producto->creado, "") }}

    @if( ($role_id != 6 && $role_id != 7 && \Auth::user()->tipo != 9) || \Auth::user()->id == 241)
  • QQ Number: {{ $producto->qq_number }}
    Booth Number: {{ $producto->boot_number }}
  • Supplier Item Number: {{ $producto->proveedor_codigo }} [SHOW PRV]
  • @endif @if( $role_id != 7 && $role_id != 16 && \Auth::user()->tipo != 9)
  • 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
  • Precios Anteriores RMB
    {{ date('Y-m-d', strtotime($producto->fecha_precio)).' - ¥'.number_format($producto->formula_precioxunidad,2) }}
    @foreach( $precios as $precio ) {{ substr($precio->fecha_precio,0,10).' - ¥'.number_format($precio->precio_old,2) }}
    @endforeach
  • @endif @if(\Auth::user()->tipo != 9)
  • 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 }}
  • @endif @if(\Auth::user()->tipo == 9)
  • 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 }}
  • @endif
TYPE OF PRODUCT: {{ $producto->rubro->nombre }}
{{-- COMPRADOR --}} @if(\Auth::user()->role_id == 2) @endif {{-- EMBARCADOR --}} @if(\Auth::user()->role_id == 5) @endif {{-- COMPRADOR RAJA --}} @if(\Auth::user()->tipo == 9) @endif