@if ($image = $shortcode->image)
{{ RvMedia::image($image, 'testimonial-image') }}
@endif
@foreach($testimonials as $testimonial)
@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

{{ $testimonial->name }}

@if($company = $testimonial->company) {!! BaseHelper::clean($company) !!} @endif
@endforeach