 }})
 }})
| Item Name | @if($order->item_type === 'rent') {{--Rent Duration | --}}Dropoff | Pickup | @endifQty. | Price | Subtotal |
|---|---|---|---|---|---|---|
| {{ $orderItem->item->name }} | @if($orderItem->item_type === 'rent') @php $rentForDetails = explode(' | ', $orderItem->rentFor); $rentFieldName = $rentForDetails[0] ?? ''; $days = null; @endphp {{--@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') }} | @endif{{ $orderItem->qty }} | $ {{ $orderItem->price }} | $ {{ $orderItem->price * $orderItem->qty }} |
| 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 }} |
| Payment Info: | Offline | {{--{{ $order->payment_type }} | --}}
| Remark : {{ $order->remarks }} |
{{ $billing->firstname }} {{ $billing->lastname }}
{{ $billing->phone}}
{{ $shipping->address ,$shipping->city ,$shipping->state ,$shipping->county }}
{{ $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).