@if($shortcode->title)

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

@endif
@foreach($testimonials as $testimonial)
{{ RvMedia::image($testimonial->image, $testimonial->name, 'thumb', attributes: ['class' => 'rounded-circle mb-2']) }}
{!! BaseHelper::clean($testimonial->content) !!}

{{ $testimonial->name }}@if($testimonial->company), {{ $testimonial->company }}@endif

@endforeach