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

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

@endif
@endif
@foreach($testimonials as $testimonial)
{{ RvMedia::image($testimonial->image, $testimonial->name) }}
quote

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

{{ $testimonial->name }}

{{ $testimonial->company }}
@endforeach