| {{ $item->first_name }} {{ $item->last_name }} | Invoice | ID: #{{ $item->invoice_no}} |
| {{ $item->shipping_address }} | Date | {{ dateFormate($item->date)}} |
| {{ $item->mobile }} |
| SL. | Item Description | Color | Size | Price | Qty. | Total |
|---|---|---|---|---|---|---|
| {{ $key+1}} | {{ $product->product->name}} {{ $product->productsize?$product->productsize->title:''}} | {{ $product->variations }} | {{ $product->product->sell_price }} | {{ $product->quantity}} | @php $row_total = $product->product->sell_price * $product->quantity; $total += $row_total; @endphp{{ priceFormate($row_total)}} |