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

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

@endif
@foreach($testimonials as $testimonial)
@if ($image = $testimonial->image) {{ RvMedia::image($image, $testimonial->name, 'thumb') }} @endif
{{ $testimonial->name }} @if ($company = $testimonial->company)

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

@endif
@if ($content = $testimonial->content)

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

@endif
@endforeach