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

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

@endif @if($shortcode->description)

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

@endif
@endif
@foreach($testimonials->split(3) as $chunk)
@foreach($chunk as $testimonial)
$loop->last || ! ($chunk->count() === 1 && $loop->first)]) data-aos="fade-zoom-in" data-aos-delay="{{ $loop->index * 100 }}">

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

{{ RvMedia::image($testimonial->image, $testimonial->name, attributes: ['class' => 'avatar-lg rounded-circle', 'width' => 64]) }}
{{ $testimonial->name }}
@if($testimonial->company)
{{ $testimonial->company }}
@endif
@endforeach
@endforeach
@if($shortcode->primary_action_label || $shortcode->secondary_action_label)
@if($shortcode->primary_action_label) {{ $shortcode->primary_action_label }} @if($shortcode->primary_action_icon) @endif @endif @if($shortcode->secondary_action_label) {{ $shortcode->secondary_action_label }} @if($shortcode->secondary_action_icon) @endif @endif
@endif