Thank you for your order. You will receive a confirmation email shortly.
Order No: {{ $order->order_no }}
Transaction Id: #{{ $order->transaction }}
| Image | Item Name | Qty. | Price | Subtotal |
|---|---|---|---|---|
|
|
{{ $orderItem->item->name }}
@if($orderItem->item_type == "rent")
Dropoff : {{ \Carbon\Carbon::parse($orderItem->start_date)->setTimezone(config('app.timezone'))->format('d M Y') }} ->
Pickup : {{ \Carbon\Carbon::parse($orderItem->end_date)->setTimezone(config('app.timezone'))->format('d M Y') }} |
{{ $orderItem->qty }} | ${{ $orderItem->price }} | ${{ $orderItem->price * $orderItem->qty }} |
{{ $order->billing->name }}
{{ $order->billing->phone }}
{{ $order->billing->toString() }}
{{ $order->shipping->name }}
{{ $order->shipping->phone }}
{{ $order->shipping->toString() }}