Booking Cancelled

Name : {{$orderItem->order->customer->name}}
Order No. : {{$orderItem->order->order_no}}
Service Date Time Location Choices Price
{{$orderItem->product->title}} {{$orderItem->date_display}} {{$orderItem->time_display}} {{$orderItem->location}} @if(!empty($orderItem->addon_options)) @foreach($orderItem->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
{{$orderItem->price}} @Lang('custom.KWD')