{{-- This is the order "Update ITEM Status" by a 'vendor' or 'admin' email file using Mailtrap --}} {{-- All the variables (like $name, $mobile, $email, ...) used here are passed in from the updateOrderItemStatus() method in Admin/OrderController.php --}} @if (!empty($courier_name) && !empty($tracking_number)) @endif
 
 
Hello {{ $name }}
 
Your Order #{{ $order_id }} Item status has been updated to {{ $order_status }}
 
Courier Name is {{ $courier_name }} and Tracking Number is {{ $tracking_number }}
 
Your Order Item 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'] }}
 
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