Hi {{$customerName}},
Your order {{$invoiceId}} has been placed successfully. We'll notify you once your package is on its way. Check the status of your order using the tracking link below.
Track OrderName: {{$customerName}}
Address: {{$deliveryAddress}}
Phone: {{$customerPhone}}
Email: {{$customerEmail}}
ID: {{$invoiceId}}
Date: {{$date}}
Status: {{$OrderStatus}}
Delivery Address: {{$deliveryAddress}}
@if ($deliveryFee != 0)Delivery Fee: {{$deliveryFee}}
@endif @if ($couponAmount != 0)Coupon Code: {{$couponAmount}}
@endif @if ($dueAmount != 0)Due Amount: {{$dueAmount}}
@endif @if ($paidAmount != 0)Paid Amount: {{$paidAmount}}
@endifTotal Amount: {{$totalAmount}}
Name: {{ $products['name'] }}
Quantity: {{ $productQuantities[$key] }}
Price: {{ $products['productSalePrice'] }}
@endforeachBest regards,
{{$companyName}}
{{$tagLine}}
{{$address}}
{{$phone}}
{{$email}}
{{$website}}