Thank you for your order!

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 Order

Delivery Details

Name: {{$customerName}}

Address: {{$deliveryAddress}}

Phone: {{$customerPhone}}

Email: {{$customerEmail}}

Order Details

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}}

@endif

Total Amount: {{$totalAmount}}

Product Details

@foreach($product as $key => $products)

Name: {{ $products['name'] }}

Quantity: {{ $productQuantities[$key] }}

Price: {{ $products['productSalePrice'] }}

@endforeach

Best regards,

{{$companyName}}
{{$tagLine}}
{{$address}}
{{$phone}}
{{$email}}
{{$website}}