{{settings('site_address')}}
{{settings('site_email')}}
{{settings('site_phone')}}
{{$order->delivery_address}}
{{$order->phone}}
{{--001-234-5678
--}}#{{$order->order_code}}
--}} {{--{{ \Carbon\Carbon::parse($order->created_at)->format('d M, Y') }}
#{{$order->order_code}}
| No. | Item | Price | Quantity | Total |
|---|---|---|---|---|
| {{$loop->iteration}} |
{{$orderItem->product->title}}{{$orderItem->product->color}} |
{{priceSuffix($orderItem->unit_price)}} | {{$orderItem->quantity}} | {{priceSuffix($orderItem->unit_price * $orderItem->quantity)}} |
| Sub Total | {{priceSuffix($order->sub_total)}} | |||
| --}} {{-- Discount :--}} {{-- | --}} {{--- $25.50 | --}} {{--|||
| Shipping Charge : | {{priceSuffix($order->shipping_cost)}} | |||
| --}} {{-- Tax--}} {{-- | --}} {{--$12.00 | --}} {{--|||
| Total | {{priceSuffix($order->total)}} |
|||