{{--

--}} @if($status === 0)

Order Placed

Hey {{ $shipping->firstname }} {{ $shipping->lastname }}
We got your order!
Review your order information below.

ORDER NO: {{$order->order_no}}
{{ $order->created_at->format('d-M-Y')}}

@endif @if($status === 1)

Order Confirmed

Hey {{ $shipping->firstname }} {{ $shipping->lastname }}
We got your order!
Review your order information below.

@endif @if($status === 2)

Order Dispatched!

We'll drop you another email when your order Delivers.
Your order is Shipped! Review your order information below.

@endif @if($status === 3)

Order Delivered Successfully!

@endif @if($status === 9)

Order Cancelled!

Hey , {{ $shipping->firstname }} {{ $shipping->lastname }}
We’re sorry to inform you that

your order (Order #{{ $order->order_no }})
has been cancelled.

@endif
@if($status === 0)
Order Pending
Order Dispatched
Order Delivered
@endif @if($status === 1)
Order Confirmed
Order Dispatched
Order Delivered
@endif @if($status === 2)
Order Pending
Order Dispatched
Order Delivered
@endif @if($status === 3)
Order Pending
Order Dispatched
Order Delivered
@endif @if($status === 9)
Order Pending
Order Dispatched
Order Delivered
@endif

Item Ordered


@if($order->item_type === 'rent') {{-- --}} @endif @foreach($order->orderItems as $orderItem) @if($orderItem->item_type === 'rent') @php $rentForDetails = explode(' | ', $orderItem->rentFor); $rentFieldName = $rentForDetails[0] ?? ''; $days = null; @endphp {{-- --}} @endif @endforeach
Item NameRent Duration Dropoff PickupQty. Price Subtotal
{{ $orderItem->item->name }} @if ($rentFieldName == 'rental_weekend') @php $days =" Weekend"; @endphp @elseif ($rentFieldName == 'rental_7_days') @php $days = "7 Days"; @endphp @elseif ($rentFieldName == 'rental_14_days') @php $days = "14 Days"; @endphp @elseif ($rentFieldName == 'rental_21_days') @php $days = "21 Days"; @endphp @elseif ($rentFieldName == 'rental_1_month') @php $days = "1 Month"; @endphp @else @php $days = $rentFieldName ; @endphp @endif {{ $days }} {{ \Carbon\Carbon::parse($orderItem->start_date)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($orderItem->end_date)->format('d/m/Y') }} {{ $orderItem->qty }} $ {{ $orderItem->price }} $ {{ $orderItem->price * $orderItem->qty }}

@if($order->item_type === 'buy') @else @endif
Item Subtotal: $ {{ $total }}
GST (5%): $ {{ $gst = $total * 0.05 }}
PST (7%): $ {{ $pst = $total * 0.07 }}
Order Total (Including GST): $ {{ $total_with_gst = $total + $gst + $pst }}
Order Total (Including GST): $ {{ $total_with_gst = $total + $gst }}

{{-- --}} @if($order->remarks) @endif
Payment Info: Offline{{ $order->payment_type }}
Remark : {{ $order->remarks }}

Billing Address

{{ $billing->firstname }} {{ $billing->lastname }}
{{ $billing->phone}}
{{ $shipping->address ,$shipping->city ,$shipping->state ,$shipping->county }}

Shipping Address

{{ $shipping->firstname }} {{ $shipping->lastname }}
{{ $shipping->phone}}
{{ $shipping->address ,$shipping->city ,$shipping->state ,$shipping->county }}

You are receiving this email because you have visited our site or asked us about the regular newsletter.
Make sure our messages get to your Inbox (and not your bulk or junk folders).