@if (count($testimonials) > 0)
Clients Feedbacks
@php $testimonialTitle = getDataBySlug('Widget', 'testimonial-section-title', 'content'); @endphp @if ($testimonialTitle) {!! $testimonialTitle->content ?? '-' !!} @endif
@foreach ($testimonials as $testimonial)
@if ($testimonial->avatar)
@else
@endif
{{ $testimonial->content ?? '-' }}
{{ $testimonial->author ?? '-' }}
{{ $testimonial->designation ?? '-' }}
@endforeach
@endif