Hello {{ $order->vendor->name }},
{{$order->customer->name}} placed an order on Deliver2me
Customer phone number is:
{{$order->customer->phone}}
It will be picked at this address:
{{$order->vendor->address}}
Order's data:
| Name | Price / Unit | Quantity | TOTAL | |
|---|---|---|---|---|
|
{{$item->price}} EUR | {{$item->quantity}} | {{($item->price * $item->quantity)}} EUR | |
| Delivery | {{$order->delivery_price}} EUR | |||
| Total | {{$order->total}} EUR |
|||
@if ($order->payment)