#{{$order->order_code}}
--}} {{--{{$order->created_at->format('M d Y h:i A')}}
--}} {{--{{$history->created_at->format('M d Y h:i A')}}
--}} {{--{{$history->created_at->format('M d Y h:i A')}}
--}} {{--| {{__('Product Name')}} | {{__('Product')}} | {{__('Quantity')}} | {{__('Price')}} | {{__('Total')}} |
|---|---|---|---|---|
| {{$orderItem->product->title}} | {{$orderItem->quantity}} | {{priceSuffix($orderItem->unit_price)}} | {{priceSuffix($orderItem->quantity * $orderItem->unit_price)}} | |
| {{__('Sub Total')}} : | {{priceSuffix($order->sub_total)}} |
|||
| {{__('Shipping Charge')}} : | {{priceSuffix($order->shipping_cost)}} | |||
| {{__('Total')}} : | {{priceSuffix($order->total)}} |
|||
{{__('Address')}}: {{$order->delivery_address}}
{{__('Phone')}}: {{$order->phone}}