{{-- A5/A4 — Collection List (full details) --}} Collection List — {{ strtoupper($size) }}

Collection List

@if($setting?->name)
{{ $setting->name }}
@endif
Date: {{ $printedAt->format('d M Y, h:i A') }}
Total Qty: {{ $totalQty }}
Est. Price: ৳{{ number_format($estimatedPrice, 0) }}
Products: {{ $productSummary->count() }}
@if(!empty($search))
Filter: {{ $search }}
@endif @forelse($productSummary as $index => $row) @empty @endforelse
# Product Name SKU Total Qty Last Order Order IDs
{{ $index + 1 }}
{{ $row['product_name'] }}
{{ $row['sku'] }} {{ $row['total_qty'] }} @if($row['last_order_id'])#{{ $row['last_order_id'] }}@else — @endif @foreach($row['order_ids'] as $oid) #{{ $oid }}@if(!$loop->last), @endif @endforeach
No items waiting for collection.
@if($productSummary->isNotEmpty())
Total Qty: {{ $totalQty }} Est. Price: ৳{{ number_format($estimatedPrice, 0) }}
@endif