@if ($image = $shortcode->image) @endif
@if ($title = $shortcode->title)

{{ $title }}

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

{{ $subtitle }}

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

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

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