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

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

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

{!! BaseHelper::clean($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