{{$translation->title}}

{{$translation->address}}
@if($row->getGallery()) @include('Layout::common.detail.gallery2',['galleries' => $row->getGallery()]) @endif

{{ __('Property highlights') }}

@if(!empty($row->bed))
{{ __('Bedrooms') }}
{{$row->bed}}
@endif @if($row->bathroom)
{{ __('Bathroom') }}
{{$row->bathroom}}
@endif @if($row->square)
{{__("Square")}}
{!! size_unit_format($row->square) !!}
@endif @if(!empty($row->location->name)) @php $location = $row->location->translate() @endphp
{{__("Location")}}
{{$location->name ?? ''}}
@endif
@if($translation->content)

{{__('Description')}}

{!! clean($translation->content) !!}
@endif @include('Space::frontend.layouts.details.space-attributes')
@if($translation->faqs) @include('Layout::common.detail.faq',['faqs'=>$translation->faqs]) @endif
@include('Space::frontend.layouts.details.space-form-book')