Good news, {{ $parentData->customer->name??$parentData->customer->ig_handle }}! Your Caring Box is on the way to you.

Order Number: #{{ $parentData->number }}

Smile always!

@if($order_items->count()>0) @foreach($order_items as $item) @endforeach @endif
Subtotal ${{ number_format($sub_total,2) }}
Shipping ${{ number_format($shipping_cost,2) }}
Discount {{ ($discountCodes) ? '('.$discountCodes.')' : "" }} ${{ number_format($total_discount,2)??"0.00" }}
TOTAL ${{ number_format($total_payment,2) }}
Payment Method @if($parentData->payment_method_id != 0 && $parentData->payment_method_id != NULL) {{ $parentData->paymentMethod->name ?? "-" }} @elseif($parentData->payment_method_id == 0) Paypal @else - @endif
Track your order here! Click Here
@php $delivery_address = json_decode($parentData->delivery_address); @endphp

Any Questions?

You can reach us by calling {{ config('constants.support_contact_number') }}

Or email us at {{ config('constants.support_email_address') }}