@if(!empty($headerScript)) @endif

{!! __('Thank you for your order') !!}!

{!! $receiptMessage !!}

{!! __("We're processing your order now, here are the details") !!}

@if(!empty($extraInstructions))

{!! $extraInstructions !!}

@endif
{{--
--}} {{--
--}} {{--

Confirmation will be sent to

--}} {{--
--}} {{--
--}} {{--

{{$customer->email}}

--}} {{--
--}} {{--
--}} @if( !$cartSession and $order )

{!! __('Order number') !!}

{{(!empty($order->import_id) ? $order->import_id : $order->order_id) }}

@endif

{!! __('Order Date') !!}

{{$order_time}}

{!! __('Delivery details') !!}

{{$shipping_address->address}}

{{$shipping_address->address_2}}

{{ collect([@$shipping_address->city, @$shipping_address->state_code, @$shipping_address->zip])->filter()->join(', ') }}

{{$shipping_address->country}}

{{$order_time}}
@if(isset($trackingId) && !empty($trackingId))

{!! __('Order Tracking ID') !!}

{{$trackingId}}

@endif

{!! __('Summary') !!}

@if($order)
@foreach($items as $product)