@php if (empty( $testimonials )) { return; } $totalTestimonials = $testimonials->count() == 0 ? 0 : $testimonials->count() . ' +'; @endphp