@php
$testimonialCaption = getContent('testimonial.caption',true);
$testimonial = getContent('testimonial');
@endphp
@if($testimonialCaption)
@foreach($testimonial as $data)
@endforeach
{{$testimonialCaption->data_values->title}}
@foreach($testimonial as $data)
{{__($data->value->quote)}}
{{__($data->value->designation)}}
@endforeach
@endif