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

{{ __($content?->data_values?->heading ?? '') }}

@foreach ($testimonials as $testimonial)

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

image
{{ __($testimonial?->data_values?->name ?? '') }}
@endforeach