@php $testimonialContent = getContent('testimonials.content', true); $testimonialElement = getContent('testimonials.element', orderById: true); @endphp
{{ __($testimonialContent?->data_values?->heading ?? '') }}

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

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

user image user image user image user image

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

@foreach ($testimonialElement as $testimonial)
user image
{{ __($testimonial?->data_values?->name ?? '') }}
@for ($i = 0; $i < ($testimonial?->data_values?->rating ?? 5); $i++) @endfor

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

@endforeach