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 Choices Price
{{($key + 1)}} {{$item->product->title}} {{$item->date_display}} {{$item->time_display}} {{$item->location}} @if(!empty($item->addon_options)) @foreach($item->addon_options as $option) {{ $option['addon_name_en'] }}: {{ $option['option_id'] > 0 ? $option['addon_option_en'] : $option['other'] }}, {{ $option['price'] ?? 0 }} @Lang('custom.KWD')
@endforeach @endif
{{$item->price}} @Lang('custom.KWD')
Sub Total {{$order->sub_total}} @Lang('custom.KWD')
Discount {{$order->discount}} @Lang('custom.KWD')
Total {{$order->amount}} @Lang('custom.KWD')
Billing Address
Name : {{$order->name}}
Address : {{$order->address}}
Phone : {{$order->phone_number}}
Email : {{$order->email}}