@if($row->star_rate)
@for ($star = 1 ;$star <= $row->star_rate ; $star++) @endfor
@endif

{!! 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($row->getGallery()) @endif @if($translation->content)

{{__("Description")}}

@endif @include('Hotel::frontend.layouts.details.hotel-rooms')
@include('Hotel::frontend.layouts.details.hotel-attributes')

{{__("Rules")}}

{{__("Check In")}}
{{$row->check_in_time}}
{{__("Check Out")}}
{{$row->check_out_time}}
@if($translation->policy)
{{__("Hotel Policies")}}
@foreach($translation->policy as $key => $item)
{{$item['title']}}
{!! $item['content'] !!}
@endforeach @if( count($translation->policy) > 2)
{{__("Show All")}}
@endif
@endif
@includeIf("Hotel::frontend.layouts.details.hotel-surrounding") @if($row->map_lat && $row->map_lng)

{{__("Location")}}

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