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

{{ __(@$testimonialCaption->data_values->heading_w) }} {{ __(@$testimonialCaption->data_values->heading_c) }}

{{ __(@$testimonialCaption->data_values->sub_heading) }}

@foreach($testimonialElements as $testimonialElement)

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

image
{{ __(@$testimonialElement->data_values->name) }}
{{ __(@$testimonialElement->data_values->designation) }}
@endforeach