@php $testimonialContent = getContent('testimonial.content', true); $testimonialElement = getContent('testimonial.element', false); @endphp

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

{{ __($testimonialContent->data_values->subheading) }}

@foreach ($testimonialElement as $item)
image
{{ __($item->data_values->name) }}

{{ __($item->data_values->designation) }}

{{ __($item->data_values->feedback) }}

@endforeach