@if($order->SelfIsolating) @endif @foreach($order->order_items()->get() as $item) @php $product = $item->product()->get()->first(); @endphp @php $product_item = $item->product_item()->get()->first(); @endphp @php $supplier = $product->suppliers()->get()[0]; @endphp @endforeach
@if($order->user->min_site == 1) @else @endif @if($order->IsChristmas)

Christmas Order - Thank you for supporting us this year!


@endif

Order Invoice


Invoice ID: #{{$order->id}}
Created: {{Carbon\Carbon::now()->format('l jS F Y')}}
PART-PAYMENT CONFIRMED
@if($order->user->min_site == 1) Made In Northamptonshire
Arch Villa,
23 High Street,
Bozeat,
Northants,
NN29 7NF @else Edible16
34 Harborough Rd,
Great Oxendon,
Market Harborough
LE16 8NA @endif

Delivery Information

{{$order->DeliveryFirstName}} {{$order->DeliveryLastName}}, @if($order->DeliveryAddressLine1)
{{$order->DeliveryAddressLine1}},
@endif @if($order->DeliveryAddressLine2)
{{$order->DeliveryAddressLine2}},
@endif @if($order->DeliveryAddressLine3)
{{$order->DeliveryAddressLine3}},
@endif @if($order->DeliveryCity)
{{$order->DeliveryCity}},
@endif @if($order->DeliveryCounty)
{{$order->DeliveryCounty}},
@endif @if($order->DeliveryPostcode)
{{$order->DeliveryPostcode}}
@endif
@if($order->DeliveryMobileNumber)
Telephone: {{$order->DeliveryMobileNumber}}
@endif

Coronavirus COVID19 - Self Isolation Notice

As you have declared you are self isolating. We will contact you prior to Delivery / Collection to ensure it is contact-free.

 
Supplier Product Price Quantity Total
{{ $supplier->name}} {{ $product->name}} @if($product_item) - {{$product_item->name}} @endif £{{ number_format( $item->price, 2)}} {{ $item->quantity}} £{{ number_format( $item->total, 2)}}
Sub-Total: £{{ number_format(($order->total - $order->DeliveryPrice), 2) }}
Delivery: £{{ number_format($order->DeliveryPrice, 2) }}

Paid so far: £{{ number_format(($order->AmountPaid), 2) }}

Balance Remaining: £{{ number_format(($order->AmountRemaning), 2) }}

@if($order->user->min_site == 1) Pay Now @else Pay Now @endif