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

{{ $title }}

@endif
@foreach($testimonials as $testimonial)
{{ __('Star rating') }} {{ __('Star rating') }} {{ __('Star rating') }} {{ __('Star rating') }} {{ __('Star rating') }}
@if ($content = $testimonial->content)
{!! BaseHelper::clean($content) !!}
@endif
@if ($avatar = $testimonial->image) {{ $testimonial->name }} @endif
@if ($name = $testimonial->name) {{ $name }} @endif @if($company = $testimonial->company) {{ $company }} @endif
@endforeach