@php $translation = $row->translateOrOrigin(app()->getLocale()); @endphp
{!! clean($translation->title) !!}
{!! clean($translation->title) !!}
{{ __("From") }} {{ $row->display_sale_price }} {{ $row->display_price }} @if($row->getBookingType()=="by_day") {{__("/day")}} @else {{__("/night")}} @endif
@if(!empty($row->location->name)) @php $location = $row->location->translateOrOrigin(app()->getLocale()); @endphp
{{$location->name ?? ''}}
@endif
@if(!empty($row->location->name)) @php $location = $row->location->translateOrOrigin(app()->getLocale()) @endphp {{$location->name ?? ''}} @endif
{!! clean($translation->title) !!}
@if(setting_item('space_enable_review')) @php $reviewData = $row->getScoreReview(); $score_total = $reviewData['score_total']; @endphp {{ $score_total }}/5 {{ $reviewData['review_text'] }} @if($reviewData['total_review'] > 1) {{ __(":number reviews",["number"=>$reviewData['total_review'] ]) }} @else {{ __(":number review",["number"=>$reviewData['total_review'] ]) }} @endif @endif
{{__("from")}}
{{ $row->display_sale_price }} {{ $row->display_price }}
  • {!! size_unit_format($row->square) !!}
  • {{$row->bathroom}} {{ __("bathrooms") }}
  • {{$row->max_guests}} {{ __("People") }}
  • {{$row->bed}} {{ __("Beds") }}