{!! 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->bed))

{{__("No. Bed")}}

{{$row->bed}}

@endif @if($row->bathroom)

{{__("No. Bathroom")}}

{{$row->bathroom}}

@endif @if($row->square)

{{__("Square")}}

{!! size_unit_format($row->square) !!}

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

{{__("Location")}}

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

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

{{__("Description")}}

@endif @include('Space::frontend.layouts.details.space-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