@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 }}a

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

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