Hoja de Picking

Pedido: {{ $order->order_reference }}
@if(filled($order->original_order_reference))
Orden original: {{ $order->original_order_reference }}
@endif
Tienda: {{ $universalSucursalName ?? $order->store_name ?? 'N/A' }}
Fecha: {{ optional($order->date_order)->format('d/m/Y H:i') }}
Cliente: {{ $customerName ?? $order->customer_name }}
@foreach($details as $detail) @endforeach
Imagen SKU Producto Cantidad Check
@if(filled($detail->product_image_url ?? null)) {{ $detail->product_reference }} @endif {{ $detail->product_reference }} {{ $detail->product_display_name ?? $detail->product_name }} {{ $detail->product_quantity }}
Empacado por: _______________________________
Observaciones: ________________________________________________