@if($title = $shortcode->title)

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

@endif
@foreach($testimonials as $testimonial)

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

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