@props([ 'testimonials', ]) @if ($testimonials->isNotEmpty())

Depoimentos

Quem celebrou com a Amare conta como foi a experiência.

@foreach ($testimonials as $testimonial) @continue(blank(trim((string) $testimonial->quote))) @php $paragraphs = preg_split('/\n\s*\n/', trim((string) $testimonial->quote)) ?: []; $paragraphs = array_values(array_filter(array_map('trim', $paragraphs), fn (string $p): bool => $p !== '')); @endphp
@foreach ($paragraphs as $index => $paragraph)

@if ($index === 0)“@endif{{ $paragraph }}@if ($index === count($paragraphs) - 1)”@endif

@endforeach
@endforeach
@endif