Thank You For Your Order!

We’ll let you know when your Caring Box is on the way!

@php $sub_total = 0; @endphp @if($data->count()>0) @foreach($data as $item) @php $sub_total = $sub_total+$item->getTotalOfArrivedItems(); @endphp @endforeach @endif
Subtotal ${{ number_format($sub_total,2) }}
Shipping ${{ isset($statusData['payment_data']['amount']) ? number_format($statusData['payment_data']['amount'],2) : '0.00'}}
TOTAL ${{ number_format(($total_amount + ($statusData['payment_data']['amount'] ?? 0)),2) }}
@if($data[0]->openBox->last()->shipping_cost>0) @else @endif
Payment Method {{ $data[0]->paymentMethod->name ??"-" }}-
@php $delivery_address = json_decode($statusData['address_content']); @endphp

Delivery Address

@if($delivery_address)

Name: {{ $delivery_address->full_name ?? "" }}

Address: {{ $delivery_address->address ?? "" }}, {{ $delivery_address->postal_code ?? "" }}

Phone Number: {{ $delivery_address->phone_number ?? "" }}

@else

Not added yet!

@endif

Estimated Delivery Date

@php if($data[0]->shipout_duration_days==0){ $shipoutDuration = $statusData['shipout_duration']; }else{ $shipoutDuration = $data[0]->shipout_duration_days; } @endphp

{{ date('d, M Y',strtotime($data[0]->expected_delivery_date)) }} to {{ date('d, M Y',strtotime($data[0]->expected_delivery_date.' + '.$shipoutDuration.' days'))}}

Any Questions?

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

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