@if ($image = $shortcode->image)
{{ __('Image') }}
@endif
@if ($title = $shortcode->title)

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

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

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

@endif
@foreach($testimonials->split(2) as $items)
@foreach($items as $testimonial)
$loop->parent->first, 'testimonial-warning' => $loop->parent->first && $loop->last]) data-wow-delay=".2s">
@if($authorAvatar = $testimonial->image) {{ $testimonial->name }} @endif
{{ $testimonial->name }} {{ $testimonial->company }}

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

{{ $testimonial->created_at->translatedFormat('d M Y') }}
{{ __('Star') }} {{ __('Star') }} {{ __('Star') }} {{ __('Star') }} {{ __('Star') }}
@endforeach
@endforeach