{{@frontend_section_data($testimonial_section->value,'title')}}

{{@frontend_section_data($testimonial_section->value,'description')}}.

@if($testimonials->count() > 0)
@endif
@if($testimonials->count() > 0)
@foreach ($testimonials as $testimonial )
@php echo show_ratings($testimonial->rating) @endphp

{{limit_words($testimonial->quote,23)}}

{{$testimonial->image}}
{{$testimonial->author}}
{{$testimonial->designation}}
@endforeach

{{round($testimonials->avg('rating'))}} / 5

@php echo show_ratings($testimonials->avg('rating')) @endphp

{{$testimonials->count()}} {{translate('Customer review')}}

@else
@include("frontend.partials.empty",['message' => 'No Data Found'])
@endif