{{ $message }}
@enderror{{ $message }}
@enderror{{ $message }}
@enderror{{ $message }}
@enderror| ID | SKU | PRODUCTOS | CANTIDAD | SUBTOTAL |
|---|---|---|---|---|
| {{ $item['product_id'] }} | {{ $item['sku'] }} | {{ $item['product_name'] }} @if ($item['parent_kit_id']) (parte de kit SKU {{ $item['parent_kit_id'] }}) @endif | {{ $item['qty'] }} | {{Currency::currency('CLP')->format(round(($item['subtotal']))) }} |
Stock: {{ $pr['stock'] }}
Retiro: {{ $pr['retiro'] }}
Precio: {{ Currency::currency("CLP")->format(round($pr['precio'])) }}
| # | SKU | Producto | Precio | Cantidad | Subtotal | Accion | @foreach ($this->productosParaCambioMercadoLibre as $index => $ppc)
|---|---|---|---|---|---|---|
| {{ $ppc['ID'] }} | {{ $ppc['sku'] }} | {{ $ppc['nombre'] }} | {{ Currency::currency("CLP")->format(round($ppc['precio'])) }} | {{ Currency::currency("CLP")->format(round($ppc['subtotal'] * 1.19)) }} |
@if ($hayMerma || $hayCambio) @endif