| Product | Details | Total |
|---|---|---|
| {{$item->product->name ?? ''}} |
Price :{{$item->price ?? ''}}{{$order->currency_icon ?? ''}} Qty : {{$item->quantity ?? ''}} |
{{$item->subtotal ?? ''}} {{$order->currency_icon ?? ''}} |
| --}} {{-- | Subtotal | --}} {{--21$ | --}} {{--
| {{$order->shipping ?? ''}} Shipping({{$order->currency_icon ?? ''}}) | {{$order->shipping_cost ?? ''}}{{$order->currency_icon ?? ''}} | |
| Tax | {{$order->tax ?? ''}}{{$order->currency_icon ?? ''}} | |
| Total | {{$order->pay_amount ?? ''}}{{$order->currency_icon ?? ''}} |