@php $testimonialContent = getContent('testimonial.content', true); $testimonialElement = getContent('testimonial.element', orderById: true); @endphp
@foreach ($testimonialElement as $testimonial)
@lang('image')
{{ __($testimonial?->data_values?->name ?? '') }}

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

@endforeach

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

{{ __($testimonialContent?->data_values?->description ?? '') }}

{{ __($testimonialContent?->data_values?->button_name ?? '') }}