{{ config('app.name', 'Your Company Name') }}
| S.No | Product Description |
|---|---|
| {{ $serialNo++ }} |
{{ $firstItem->product->name }}@if($firstItem->product->style) ({{ $firstItem->product->style }})@endif
@if($firstItem->product->brand)
Brand: {{ $firstItem->product->brand->name }}
@endif
{{ $sizes }}
|
| TOTAL QUANTITY: {{ $packingSlip->invoice->items->sum('quantity') }} PCS | |
{{ $packingSlip->notes }}
Packed By
Checked By
Received By
Printed on {{ date('d/m/Y h:i A') }}