background_color" => $shortcode->background_color]) >
{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode]) !!} @if ($shortcode->description)

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

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