@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif @if ($description = $shortcode->description)

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

@endif
@foreach($testimonials as $testimonial)
{{ RvMedia::image($testimonial->image, $testimonial->name, attributes: ['class' => 'rounded-circle avatar-lg', 'width' => 64]) }}
{{ $testimonial->name }}
@if ($company = $testimonial->company)
{!! BaseHelper::clean($company) !!}
@endif
@if ($content = $testimonial->content)

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

@endif
@foreach(range(1, 5) as $i) star @endforeach
@endforeach
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage) }}
@endif