{!! BaseHelper::clean($shortcode->title) !!}
{!! Theme::partial('shortcodes.hero-banner.partials.animation-text', compact('shortcode')) !!}

@if ($shortcode->description)

{!! BaseHelper::clean($shortcode->description) !!}

@endif
{!! Theme::partial('shortcodes.hero-banner.partials.action-button', ['shortcode' => $shortcode, 'class' => 'mb-5']) !!} @if(is_plugin_active('real-estate') && $shortcode->search_box_enabled) @include(Theme::getThemeNamespace('views.real-estate.partials.search-box'), ['style' => 2, 'noLeftRound' => true]) @endif
@if ($shortcode->background_image)
{{ RvMedia::image($shortcode->background_image, $shortcode->title) }}
@endif
@foreach (range(1, 4) as $i) @continue(! $shortcode->{"slider_image_$i"})
{{ RvMedia::image($shortcode->{"slider_image_$i"}, $shortcode->title) }}
@endforeach