{{__('attribute.Destination Address')}}
@php $make = !empty($advertismentObject->thingsToDo->getDestinationAddress()) ? $advertismentObject->thingsToDo->getDestinationAddress():'' ; @endphp{{ __('attribute.TourGuide') }}
@php $adId = $advertismentObject->id; $tourGuide = \App\Models\TourGuideLanguage::where('advertisment_id', $adId)->pluck('value'); foreach ($tourGuide as $key => $value) { $list = ['NO' => 'No'] + getLanguageList(); $data[] = isset($list[$value]) ? $list[$value] : ''; } @endphp{{ __('attribute.Free Cancellation') }}
@php $freeCancel=$advertismentObject->thingsToDo->free_cancellation; $result = $freeCancel=='0'? "No ":"Yes"; @endphp