@php $testimonialContent = getContent('testimonial.content', true); $testimonialElement = getContent('testimonial.element', orderById: true); @endphp
@foreach ($testimonialElement as $testimonial)

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

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

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

@endforeach