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

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

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

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

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

@endforeach