$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