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

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

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

@foreach ($testimonials as $testimonial)

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

@lang('Client')
{{ __($testimonial->data_values->author) }}
{{ __($testimonial->data_values->designation) }}
@endforeach