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

{{ __(@$testimonialContent->data_values->heading) }}

{{ __(@$testimonialContent->data_values->description) }}

@foreach ($testimonials as $testimonial)
@lang('image')
{{ __($testimonial->data_values->author) }}
{{ __($testimonial->data_values->designation) }}

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

@endforeach