@if($order->IsMinOnline == '1')
@else
@endif
Arch Villa,
23 High Street,
Bozeat,
Northants,
NN29 7NF @else Edible16
34 Harborough Rd,
Great Oxendon,
Market Harborough
LE16 8NA @endif
{{$order->DeliveryFirstName}} {{$order->DeliveryLastName}},
@if($order->DeliveryAddressLine1)
|
Invoice No #{{$order->id}}
Issued Date {{$carbon->format('l jS F Y @ h:i:s A')}}
Status:
@if($order->status == "0")
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) }} | ||||
Total: £{{ number_format(($order->total), 2) }} |