|
|
|
|
| # | @if(@$withImage == 1)Image | @endifProduct Name | @if($preference && $preference->columns_display == 1)Colors Info | @endifPrice | Quantity | Total |
| {{ $i++ }} | {{-- ✅ Show image only if with_image == 1 --}} @if(@$withImage == 1)
@if($product->product_image)
@endif
|
@endif
{{ $product->product_name }} | @if($preference && $preference->columns_display == 1)
@foreach($product->newcolorsinfo as $abc)
{{ $abc[0] }}:{{ $abc[1] }} @endforeach |
@endif
{{ $product->product_price }} | {{ $product->product_qty }} | {{ $product->product_total }} |
| Sub Total: | {{ $order->subTotal }} |
| Discount: | {{ $order->discount }} |
| Net Total inclusive of Vat: | {{ $order->netTotal }} |