@if (HotelHelper::isBookingEnabled())
@endif
@if ($description = $room->description)
{!! BaseHelper::clean($description) !!}
@endif
@if ($room->amenities->isNotEmpty())
@foreach ($room->amenities->take(6) as $amenity)
@if ($image = $amenity->getMetaData('icon_image', true) )
-
@endif
@endforeach
@endif