@props([ 'testimonials', 'service', ]) @if(isset($testimonials) && count($testimonials) > 0)
@foreach($testimonials as $i => $testimonial)

"{{ $testimonial['content'] ?? $testimonial['quote'] ?? '' }}"

@endforeach
@endif