{{-- 80mm Thermal — Collection List (product + qty only) --}} Collection List — Thermal

Collection List

@if($setting?->name)

{{ $setting->name }}

@endif

{{ $printedAt->format('d M Y, h:i A') }}


@forelse($productSummary as $row)
{{ $row['product_name'] }}
x{{ $row['total_qty'] }}
@empty

No items waiting.

@endforelse @if($productSummary->isNotEmpty())
Total Qty {{ $totalQty }}
@endif