htmlAttributes() !!} class="shortcode-testimonials shortcode-testimonials-style-1 section-testimonial-1 pb-120 position-relative">
@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 @if($shortcode->primary_action_label || $shortcode->secondary_action_label) @endif
@foreach($testimonials->split(2) as $row)
@foreach($row as $testimonial)
$loop->first && $loop->parent->first, 'mt-5' => $loop->last || $loop->parent->last]) data-aos="fade-zoom-in" data-aos-delay="{{ $loop->iteration }}00" >

{!! 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->background_image)
{{ RvMedia::image($shortcode->background_image, __('Image')) }}
@endif