@if (count($testimonials) > 0)
Our testimonials

@php $testimonialTitle = getDataBySlug('Widget', 'testimonial-section-title', 'content'); @endphp @if ($testimonialTitle) {!! $testimonialTitle->content ?? '-' !!} @endif

@endif