BASIC CUSTOM COSMETICS | YOUR ORDER IS ON THE WAY

Hello,

GOOD NEWS! YOUR ORDER HAS BEEN SHIPPED AND IS ON THE WAY.

ORDER DETAILS

ORDER #: {{$orderId}}
DATE OF ORDER: {{$orderDate}}
ORDER STATUS: SHIPPED
VIEW INVOICE

SHIPPING INFO

shipping

HONGKONG POST
TRACKING #: {{ $orderDetails->trackingId }}
{{$customerInfo->first_name}} {{$customerInfo->last_name}}
{{$customerInfo->address1}}
{{$customerInfo->address2}}
{{$customerInfo->city}}, {{$customerInfo->state}} {{$customerInfo->zip_code}}
{{$customerInfo->country}}
{{$customerInfo->phone}}

PAYMENT INFO

credit-card

{{ $orderDetails->last_4 }}

{{$shippingInfo->first_name." ".$shippingInfo->last_name}}
{{$shippingInfo->address1}}
{{$shippingInfo->address2}}
{{$shippingInfo->city}}, {{$shippingInfo->state}} {{$shippingInfo->zip}}
{{$shippingInfo->country}}
{{$shippingInfo->phone}}
ITEM(S) ORDERED:
@php $total = 0; $discount = 0; $shipping = 0; $allItems = $itemList; $lastItem = end($allItems); @endphp @foreach ($allItems as $Item)
{{$Item->name}}
NAME: {{$Item->colorName}}
FINISH: {{ $Item->type }}
FRAGRANCE: {{$Item->fragranceName}}
BUY AGAIN
PRICE
US${{ $Item->buyPrice}}
QUANTITY
{{ $Item->quantity}}
SUBTOTAL
US${{ $Item->buyPrice*$Item->quantity}}
@php $total = $total + ($Item->buyPrice * $Item->quantity); $discount = $discount + $Item->discount; @endphp @if ($Item !== $lastItem)
@endif @endforeach
ORDER SUMMARY
ITEMS TOTAL US${{$total}}
DISCOUNTS -US${{$discount}}
SUBTOTAL US${{$total-$discount}}
SHIPPING US${{$shipping}}
ORDER TOTAL US${{($shipping+$total)-$discount}}