background_color" => $shortcode->background_color]) >
@if($shortcode->title || $shortcode->subtitle || $shortcode->description)
@if($shortcode->subtitle)
{!! BaseHelper::clean($shortcode->subtitle) !!}
@endif @if($shortcode->title)

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

@endif @if ($shortcode->description)

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

@endif
@endif
@foreach ($testimonials as $testimonial)
@include(Theme::getThemeNamespace('partials.shortcodes.testimonials.partials.content'))
@endforeach