Pic ID: {{ $pic_id }}

Sales Order(s): {{ $soNumbersString }}

Date: {{ now()->format('d/m/Y') }}

Generated On: {{ now()->format('d/m/Y H:i:s') }}

@forelse($picklistItems as $index => $item) @empty @endforelse
Sr. No. Location SKU Item Req. Qty
{{ $index + 1 }} {{ $item->rack ?? 'N/A' }} {{ $item->sku }} {{ $item->description ?? 'N/A' }} {{ $item->picked_qty }}
No items found