@props(['segment' => null]) @php $testimonials = collect(config('phylopos.testimonials')); if ($segment) { $testimonials = $testimonials->filter(fn($t) => $t['segment'] === $segment)->values(); } if ($testimonials->isEmpty()) { $testimonials = collect(config('phylopos.testimonials')); } @endphp

Trusted by teams running on tight margins

@foreach($testimonials as $t)
{{-- Stars --}}
@for($i = 0; $i < 5; $i++) @endfor
"{{ $t['quote'] }}"
{{ strtoupper(substr($t['name'], 0, 1)) }}
{{ $t['name'] }}
{{ $t['title'] }}, {{ $t['company'] }}
{{ $t['segment'] }}
@endforeach