|
||||||||||||||||||||||||||||||||||||||
|
@if($order->shipper?->logo)
|
Order No: {{ $order->id }}
{{ $order->created_at->format('d-M-Y - h:i a') }}
Invoice Amount
PKR {{ number_format($order->base_amount,0) }}
|
Complaint Number: {{ $order->support_phone ?? '—' }} |
S.No. | Image | Product | SKU | Qty |
---|---|---|---|---|
{{ $i+1 }} |
@if($item->productVariant?->product?->image_url)
|
{{ $item->productVariant->product->title ?? '—' }} | {{ $item->productVariant->sku ?? '—' }} | {{ $item->quantity }} |
Net Total: | PKR {{ number_format($order->base_amount, 0) }} |