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

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

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

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