@if($row->getGallery())
@foreach($row->getGallery() as $key=>$item)
@endforeach
@endif
@if($translation->content)
{{__("Description")}}
Warning: Undefined variable $translation in /home/oyaagyug/public_html/modules/Hotel/Views/frontend/layouts/details/hotel-detail.blade.php on line 73
Warning: Attempt to read property "content" on null in /home/oyaagyug/public_html/modules/Hotel/Views/frontend/layouts/details/hotel-detail.blade.php on line 73
@endif
@include('Hotel::frontend.layouts.details.hotel-rooms')
@include('Hotel::frontend.layouts.details.hotel-attributes')
{{__("Rules")}}
@if($translation->policy)
@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