@foreach($testimonials as $testimonial)
@if ($name = $testimonial->name)

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

@endif @if ($company = $testimonial->company) {!! BaseHelper::clean($company) !!} @endif
@php $ratingStar = round((int) $testimonial->getMetaData('rating_star', true)) @endphp @foreach(range(1, 5) as $i) $i > $ratingStar])> @endforeach
@if ($content = $testimonial->content)

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

@endif
@endforeach
@foreach($testimonials->pluck('name', 'image') as $avatar => $name)
@endforeach
@if ($image = $shortcode->image)
{{ RvMedia::image($image, 'testimonial-image') }}
@endif