@if(!empty($testimonials) && count($testimonials) > 0)

@lang('cms::lang.testimonial')

@foreach($testimonials as $testimonial)
{!! $testimonial->content !!}
{{ $testimonial->title }}
{{ $testimonial->title }}
@endforeach
@endif