Order Shipped
 
Order#{{$orderDetails['id']}}
 
 
Hello {{ $orderDetails['order_address']['billing_name'] }},
We thought you’d like to know that we’ve dispatched your item(s).Your order is on the way.If you would like to view the status of your order,please visit Your Orders on deerclubonline.com.
 
 
@if($orderDetails['order_address']['company_name'] !="" || $orderDetails['order_address']['gstin'] != '') @endif
Billed to
{{ $orderDetails['order_address']['company_name'] }}
GSTIN:{{ $orderDetails['order_address']['gstin'] }}
{{ $orderDetails['order_address']['billing_name'] }}
{{ $orderDetails['order_address']['billing_address'] }}
{{ $orderDetails['order_address']['billing_city'] }}
{{ $orderDetails['order_address']['billing_state'] }}
{{ $orderDetails['order_address']['billing_postcode'] }}
{{ $orderDetails['order_address']['billing_country'] }}
Phone: {{ $orderDetails['order_address']['billing_mobile'] }}
Delivery address
{{ $orderDetails['order_address']['billing_name'] }}
{{ $orderDetails['order_address']['billing_address'] }}
{{ $orderDetails['order_address']['billing_city'] }}
{{ $orderDetails['order_address']['billing_state'] }}
{{ $orderDetails['order_address']['billing_postcode'] }}
{{ $orderDetails['order_address']['billing_country'] }}
Phone: {{ $orderDetails['order_address']['billing_mobile'] }}
Order Details
Order#{{$orderDetails['id']}}
Placed on Thursday,January 01, 1970
Items in your Order : {{ $orderDetails['id'] }}
@foreach($orderDetails['order_products'] as $pro)
Fatal error: Uncaught Error: Class 'App\CustomFunction' not found in /home/acb20f5/public_html/alp/resources/views/emails/order-shipped.blade.php:592 Stack trace: #0 {main} thrown in /home/acb20f5/public_html/alp/resources/views/emails/order-shipped.blade.php on line 592
Image Product Name Size Color Category QTY Price
{{ $pro['product_name'] }} {{ $pro['product_size'] }} {{ $pro['productdetail']['color'] }} {{ $pro['category_name'] }} {{ $pro['product_qty'] }} Rs. {{ formatAmt($pro['subtotal'])}}