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

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

@endif
@endif
@foreach($testimonials as $testimonial)
{{ $testimonial->name }}

{!! BaseHelper::clean($testimonial->content) !!}

{{ RvMedia::image($testimonial->image, $testimonial->name) }}

{{ $testimonial->name }}

{{ $testimonial->company }}
@endforeach