@if($shortcode->background_image) {{ RvMedia::image($shortcode->background_image, $shortcode->title) }} @endif @if($shortcode->subtitle || $shortcode->title)
@if($shortcode->subtitle)
{!! BaseHelper::clean($shortcode->subtitle) !!}
@endif @if($shortcode->title)

{{ $shortcode->title }}

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

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

@endif @if($shortcode->button_label && $shortcode->button_url) {{ $shortcode->button_label }} @endif
@foreach ($testimonials as $testimonial)
@include(Theme::getThemeNamespace('partials.shortcodes.testimonials.partials.content'), ['style' => 4])
@endforeach