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

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

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

@foreach ($testimonials as $testimonial)
@lang('client')

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

@endforeach
@push('script') @endpush