New Booking Received

Name : {{$order->customer->name}}
Order No. : {{$order->order_no}}
@if ($order->items) @foreach ($order->items as $key => $item) @endforeach @if ($order->is_discount_applied) @endif @endif
# Service Date Time Location Price
{{($key + 1)}} {{$item->product->title}} {{$item->date_display}} {{$item->time_display}} {{$item->location}} {{$item->price}}KWD
Sub Total {{$order->sub_total}}KWD
Handling Charge {{$order->handling_charge}}KWD
Discount {{$order->discount}}KWD
Total {{$order->amount}}KWD
Billing Address
Name : {{$order->name}}
Address : {{$order->address}}
Phone : {{$order->phone_number}}
Email : {{$order->email}}