{{-- Client voices / partner testimonials (SOW 1.15). --}}
@foreach ($testimonials as $i => $testimonial)
0) x-cloak @endif x-transition:enter="transition duration-400 ease-out" x-transition:enter-start="opacity-0 translate-y-2" x-transition:enter-end="opacity-100 translate-y-0" class="rounded-2xl border border-border bg-surface p-8 text-center sm:p-10">
{{ $testimonial->quote }}
@if ($testimonial->photo) @endif

{{ $testimonial->author_name }}

@if ($attribution = $testimonial->attribution())

{{ $attribution }}

@endif @if ($testimonial->logo) @endif
@endforeach @if ($testimonials->count() > 1)
@foreach ($testimonials as $i => $testimonial) @endforeach
@endif