@foreach($testimonials as $testimonial)
@if($authorAvatar = $testimonial->image)
{{ $testimonial->name }}
@endif
@if ($content = $testimonial->content)

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

@endif @if ($name = $testimonial->name)
{{ $name }}
@endif @if ($company = $testimonial->company) {{ $company }} @endif
@endforeach