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

@if($translation->address)

{{$translation->address}}

@endif
@if(setting_item('tour_enable_review') and $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
@if(!empty($row->duration) or !empty($row->category_tour->name) or !empty($row->max_people) or !empty($row->location->name))
@if($row->duration)

{{__("Duration")}}

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

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

{{__("Tour Type")}}

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

@endif @if($row->max_people)

{{__("Group Size")}}

@if($row->max_people > 1) {{ __(":number persons",array('number'=>$row->max_people)) }} @else {{ __(":number person",array('number'=>$row->max_people)) }} @endif

@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)

{{__("Overview")}}

@endif @include('Tour::frontend.layouts.details.tour-include-exclude') @include('Tour::frontend.layouts.details.tour-itinerary') @include('Tour::frontend.layouts.details.tour-attributes') @include('Tour::frontend.layouts.details.tour-faqs') @includeIf("Hotel::frontend.layouts.details.hotel-surrounding") @if($row->map_lat && $row->map_lng)

{{__("Tour Location")}}

@if($translation->address)
{{$translation->address}}
@endif
@endif