@if ($subtitle = $shortcode->subtitle) {{ $subtitle }} @endif @if ($title = $shortcode->title)

{{ $title }}

@endif
@if ($description = $shortcode->description)

{{ $description }}

@endif
@foreach($testimonials as $testimonial)
$loop->even]) data-wow-delay=".2s">
@if ($image = $testimonial->image) {{ $testimonial->name }} @endif
{{ $testimonial->name }} {{ $testimonial->company }}
{{ __('Star') }} {{ __('Star') }} {{ __('Star') }} {{ __('Star') }} {{ __('Star') }}

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

@endforeach