logo
 
 

Thank you for shopping with us!



Billing Details

{{$order->buyer->name}}

{{$order->buyer->email}}

{{$order->buyer->phone_number}}

{{$order->buyer->shipping_address}}

Order ID: {{$order->order_id}}

Order Date: {{date('d M Y',strtotime($order->created_at))}}



Order Summery

@foreach($order->products as $item) @endforeach
Image Name Quantity Price
{{$item->product->name}} {{$item->quantity}} ₹{{($item->product->price )*($item->quantity)}}
Subtotal : ₹{{$order->subtotal}}
Tax : ₹{{$order->tax}}
Discount : - ₹{{$order->discount}}
Total : ₹{{$order->total}}
Download Invoice
 
 

© www.aziyantrading.com