@php $testimonialContent = @getContent('testimonial.content', true)->data_values; $testimonialElements = @getContent('testimonial.element'); @endphp {{ __(@$testimonialContent->heading) }} @foreach ($testimonialElements as $testimonialElement) {{ __(@$testimonialElement->data_values->name) }} {{ __(@$testimonialElement->data_values->designation) }} {{ __(@$testimonialElement->data_values->title) }} {{ __(@$testimonialElement->data_values->message) }} @endforeach @push('script-lib') @endpush @push('style-lib') @endpush @push('script') @endpush
{{ __(@$testimonialElement->data_values->message) }}