{!! clean($translation->title) !!}

@if($translation->address)

{{$translation->address}}

@endif
@if($row->getReviewEnable()) @if($review_score)
{{$review_score['score_text']}} {{__("from :number reviews",['number'=>$review_score['total_review']])}}
{{$review_score['score_total']}}/5
{{__(":number% of guests recommend",['number'=>$row->recommend_percent])}}
@endif @endif
@if(!empty($row->duration) or !empty($row->location->name))

{{__("Wishlist")}}

{{ __("People interest: :number",['number'=>$row->getNumberWishlistInService()]) }}

@if($row->start_time)

{{__("Start Time")}}

{{ $row->start_time }}

@endif @if($row->duration)

{{__("Duration")}}

{{duration_format($row->duration)}}

@endif @if(!empty($row->location->name)) @php $location = $row->location->translateOrOrigin(app()->getLocale()) @endphp

{{__("Location")}}

{{$location->name ?? ''}}

@endif
@endif @if($row->getGallery()) @endif @if($translation->content)

{{__("Description")}}


Warning: Undefined variable $translation in /home/oyaagyug/public_html/modules/Event/Views/frontend/layouts/details/detail.blade.php on line 139

Warning: Attempt to read property "content" on null in /home/oyaagyug/public_html/modules/Event/Views/frontend/layouts/details/detail.blade.php on line 139
@endif @include('Event::frontend.layouts.details.attributes') @if($translation->faqs)

{{__("FAQs")}}

@foreach($translation->faqs as $item)
{{$item['title']}}
{{$item['content']}}
@endforeach
@endif
@includeIf("Hotel::frontend.layouts.details.hotel-surrounding")
@if($row->map_lat && $row->map_lng)

{{__("Location")}}

@endif