@php $content = getContent('testimonial.content', true)->data_values; $testimonialElement = getContent('testimonial.element', false, null, true); @endphp

{{ __(@$content->heading) }}

{{ __(@$content->subheading) }}

@foreach ($testimonialElement as $item)

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

{{ __(@$item->data_values->name) }}
@lang('From') {{ __(@$item->data_values->country) }}
@endforeach