background_image) data-background="{{ RvMedia::getImageUrl($bgImage) }}" @endif >
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

@endif
@foreach ($testimonials as $testimonial)

{!! BaseHelper::clean($testimonial->content) !!}

{{ RvMedia::image($testimonial->image, $testimonial->name) }}

{{ $testimonial->name }}

{{ $testimonial->company }}
@endforeach