}})
| SO Number | {{$sale->serial}} | Customer | {{!empty($sale->customer) ? $sale->customer->name : 'WalkIn Customer'}} |
|---|---|---|---|
| Deliver To | - | Due Date | - |
| Payment Type | - |
| Product Image | Product Name | Quantity | Rate | Total Amount |
|---|---|---|---|---|
| {{$orderItems->product->name}} | {{$orderItems->quantity}} | Rs.{{$orderItems->purchase_price}} | Rs.{{$orderItems->total_amount}} |
| Total Amount: | Rs.{{$sale->total_amount}} |
|---|---|
| Signature: | |