@php $margin = $margin ?? false; @endphp
!$margin])>
@if ($images = $room->images) {{ $room->name }} @endif
@if (HotelHelper::isBookingEnabled())
  • @csrf
@endif

{{ $room->name }}

@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) )
  • {{ $amenity->name }}
  • @endif @endforeach
@endif