About This Room
A Comfortable Resort Experience
@if ($roomType->description)
{!! nl2br(e($roomType->description)) !!}
@elseif ($roomType->short_description)
{{ $roomType->short_description }}
@endif
@if (
is_array($roomType->amenities)
&& count($roomType->amenities)
)
Included in Your Stay
Room Amenities
@foreach ($roomType->amenities as $amenity)
✓
{{ $amenity }}
@endforeach
@endif