| DESCRIPTION | QTY | UNIT PRICE | TOTAL |
| {{$item->productset->group_product_name}}
@forelse ($item->productset->product_support as $i) {{$i->product->product_name}}, @empty @endforelse |
{{$item->qty}} | {{$item->price}} | {{$item->qty * $item->price}} |
| {{$item->product->product_name}} | {{$item->qty}} | {{$item->price}} | {{$item->qty * $item->price}} |
| {{$item->product_type}} | |||
| No data founds! | |||
| Subtotal: | {{$total}} | ||
| Discount: | {{$order->discount}} | ||
| Tax: | {{$order->tax}} | ||
| Total: | {{$order->total}} | ||
| Paid: | {{$order->payment}} | ||