@foreach($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

Order Refund


Invoice ID: #{{$order->id}}
Refunded: {{Carbon\Carbon::now()->format('l jS F Y')}}
REFUND
@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
 
Supplier Product Quantity Price Total
{{ $supplier->name}} {{ $product->name}} @if($product_item) - {{$product_item->name}} @endif {{ $item->missed_from}} {{ $item->price}} {{ number_format($item->missed_from * $item->price, 2)}}

Total Refund: £{{ number_format(($payment->amount), 2) }}