{{-- This is the order "Update Order Status" by 'admin' email file using Mailtrap --}} {{-- All the variables (like $name, $mobile, $email, ...) used here are passed in from the updateOrderStatus() method in Admin/OrderController.php --}} @if (!empty($courier_name) && !empty($tracking_number)) @endif
 
 
Hello {{ $name }}
 
Your Order #{{ $order_id }} status has been updated to {{ $order_status }}
 
Courier Name is {{ $courier_name }} and Tracking Number is {{ $tracking_number }}
 
Your Order details are as below:
 
@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'] }}
 
For any queries, you can contact us at info@MultiVendorEcommerceApplication.com.eg
 
Regards,
Team Multi-vendor E-commerce Application