@php($bgColor = $shortcode->background_color ?: '#101010')
background_image) style="background-image: url('{{ RvMedia::getImageUrl($bgImage) }}'); background-size: cover;" @endif >
@if ($title = $shortcode->title)

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

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

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

@endif @if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) @endif
{!! Theme::partial('hotel.forms.form', ['style' => 1, 'availableForBooking' => false, 'title' => $shortcode->form_title]) !!}