@php $testimonialCaption = getContent('testimonial.content',true); $testimonials = getContent('testimonial.element'); @endphp

@lang(@$testimonialCaption->data_values->subtitle)

@lang(@$testimonialCaption->data_values->title)

@foreach($testimonials as $testimonial)
@lang('client')
@php echo __(displayRating(intval($testimonial->data_values->rating))) @endphp

{{ __(@$testimonial->data_values->author) }} - {{ __(@$testimonial->data_values->designation) }}

{{ __(@$testimonial->data_values->quote) }}

@endforeach