{{ config('site.about.testimonials_badge', __('LO QUE DICEN')) }}

{{ config('site.about.testimonials_title', __('Opiniones de clientes')) }}

@if($featured->count() > 0)
@foreach($featured as $testimonial)
@if($testimonial->rating)
@for($i = 1; $i <= 5; $i++) @endfor
@endif

{{ $testimonial->description }}

{{ $testimonial->name }}

{{ $testimonial->name }} {{ strtoupper($testimonial->position ?? '') }}{{ $testimonial->company ? ' - ' . $testimonial->company : '' }}

@endforeach
@else

{{ __('Aun no hay testimonios publicados.') }}

@endif