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

{{ translate('Edulab Received More than') }} {{ $totalTestimonials }} {{ translate('Reviews') }}

@foreach ($testimonials as $testimonial) @endforeach