@php $translation = $row->translateOrOrigin(app()->getLocale()); @endphp
@if($row->is_featured == "1") @endif
@if($row->image_url) @if(!empty($disable_lazyload)) @else {!! get_image_tag($row->image_id,'medium',['class'=>'img-responsive','alt'=>$translation->title]) !!} @endif @endif @if($row->star_rate)
    @for ($star = 1 ;$star <= $row->star_rate ; $star++)
  • @endfor
@endif
@if($row->is_instant) @endif {!! clean($translation->title) !!} @if($row->discount_percent)
{{$row->discount_percent}}
@endif
@if(!empty($row->location->name)) @php $location = $row->location->translateOrOrigin(app()->getLocale()) @endphp {{$location->name ?? ''}} @endif
@if(setting_item('hotel_enable_review'))