@if(!$body['dealer_copy']) @endif

**NEW ONLINE ORDER** #{{$body['order']['order_no']}}

@if($body['dealer_copy']) {{"You have received the following order from ".$body['order']['customer_name']}} @else {{"Dear ".$body['order']['customer_name'].","}}

Thank you for placing your order with {{env('MAIL_FROM_NAME')}}.

@endif
[Order #{{$body['order']['order_no']}}] ({{date("F j, Y", strtotime($body['order']['order_date']))}})
@php $slNo = 1; @endphp @php $total = $subTotal = $discount = $taxAmount = 0; @endphp @foreach ($body['order']['items'] as $item) @php $total += ($item['price'] * $item['quantity']); $subTotal = $total; @endphp @php $slNo++; @endphp @endforeach @if($body['dealer_copy']) @endif @if($body['dealer_copy']) @endif
Product Quantity Price
{{ $item['item_name'] }} {{ $item['quantity'] }} £{{ number_format(($item['price'] * $item['quantity']) - $item['discount'], 2) }}
Minimum Charge: £{{ number_format($body['order']['subtotal'], 2) }}
Amount Received: £{{ number_format(($body['order']['subtotal'] - $body['order']['amount_due']), 2) }}
Collection Date: {{date("F j, Y", strtotime($body['order']['pickup_date']))}}
Collection Time, For Same Day - minimum 3 hours notice period: {{date("H:i", strtotime($body['order']['pickup_start_time']))." - ".date("H:i", strtotime($body['order']['pickup_end_time']))}}
Delivery Date: {{date("F j, Y", strtotime($body['order']['delivery_date']))}}
Delivery Time: {{date("H:i", strtotime($body['order']['delivery_start_time']))." - ".date("H:i", strtotime($body['order']['delivery_end_time']))}}
Order Source: @if($body['order']['source']) {{$body['order']['source']}} @endif
Customer Notes: @if($body['order']['customer_notes']) {!!nl2br(e($body['order']['customer_notes']))!!} @endif
Billing address

{{$body['order']['customer_name']}}
@if($body['order']['door_number']) Door No: {{$body['order']['door_number']}}
@endif {!!nl2br(e($body['order']['full_address']))!!}
{{$body['order']['customer_phone']}}
{{$body['order']['customer_email']}}

Your order has been successfully received by us

Process your orders on the go Get the app