| Pedido | Guía | SKU | Producto | Cantidad | Estado |
|---|---|---|---|---|---|
| {{ $detail->order_reference }} | {{ $detail->order?->guide ?: 'SIN GUÍA' }} | {{ $detail->product_reference ?: '-' }} |
{{ $productName !== '' ? $productName : '-' }}
@if (filled(trim((string) ($detail->special_product ?? ''))))
{{ trim((string) $detail->special_product) }}
@endif
|
{{ (int) $detail->product_quantity }} | {{ $detail->current_status ?: '-' }} |
| Este manifiesto no tiene detalles asociados. | |||||