|
 }}) |
|
|
Order Confirmation |
|
Order#{{$orderDetails['id']}} |
|
|
Hello {{ $orderDetails['order_address']['billing_name'] }},
Your order has been confirmed.We’ll notify your when your orderships.If you would like to view the status of yourorder,please
visit Your Orders on deerclubonline.com.
|
|
|
@if($orderDetails['order_address']['company_name'] !="" || $orderDetails['order_address']['gstin'] != '')
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'] }} |
|
|
@endif
Delivery address |
{{ $orderDetails['order_address']['shipping_name'] }} |
{{ $orderDetails['order_address']['shipping_address'] }} |
{{ $orderDetails['order_address']['shipping_city'] }} |
{{ $orderDetails['order_address']['shipping_state'] }} |
{{ $orderDetails['order_address']['shipping_postcode'] }} |
{{ $orderDetails['order_address']['shipping_country'] }} |
Phone: {{ $orderDetails['order_address']['shipping_mobile'] }} |
|
|
OrderDetails |
Order#{{$orderDetails['id']}} |
Placed on Thursday,January 01, 1970 |
|
|
Amount |
Rs. {{ formatAmt($orderDetails['grand_total']) }} |
Items in your Order : {{ $orderDetails['id'] }} |
Image |
Product Name |
Size |
Color
|
Category |
QTY |
Price |
@foreach($orderDetails['order_products'] as $pro)
|
{{ $pro['product_name'] }} |
{{ $pro['product_size'] }} |
{{ $pro['productdetail']['color'] }} |
{{ $pro['category_name'] }} |
{{ $pro['product_qty'] }} |
Rs. {{ formatAmt($pro['subtotal'])}} |
Fatal error: Uncaught Error: Class 'App\CustomFunction' not found in /home/acb20f5/public_html/alp/resources/views/emails/order-success-email.blade.php:555
Stack trace:
#0 {main}
thrown in /home/acb20f5/public_html/alp/resources/views/emails/order-success-email.blade.php on line 555
| | | |