@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif @if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif
@foreach($rooms as $room)
@php($margin = true) {!! Theme::partial('rooms.item', compact('room', 'startDate', 'endDate', 'nights', 'adults', 'margin')) !!}
@endforeach