Hello {{$name}}
 
Thank you for shopping with us. Your order details are as below :-
 
Order no. {{$order_id}}
 
@foreach($orderDetails['orders_products'] as $order) @endforeach
Product Name Product Code Product Size Product Color Product Quantity Product Price
{{ $order['product_name'] }} {{ $order['product_code'] }} {{ $order['product_size'] }} {{ $order['product_color'] }} {{ $order['product_qty'] }} {{ $order['product_price'] }}
Shipping Charges INR {{ $orderDetails['shipping_charges']}}
Coupon Discount INR @if($orderDetails['coupon_amount']>0) {{ $orderDetails['coupon_amount']}} @else 0 @endif
Grand Total INR {{ $orderDetails['grand_total']}}
 
Delivery Address:
{{ $orderDetails['name'] }}
{{ $orderDetails['address'] }}
{{ $orderDetails['city'] }}
{{ $orderDetails['state'] }}
{{ $orderDetails['country'] }}
{{ $orderDetails['pincode'] }}
{{ $orderDetails['mobile'] }}
 
Download Order Invoice at {{ url('orders/invoice/download/'.$orderDetails['id'].'') }}
(Copy & Paste to open if link does not work)
 
For any queries, you can contact us at info@stackdevelopers.in
 
Regards,
Team Stack Developers