@if (!empty($testimonials))
@foreach ($testimonials as $index => $testimonial)
{{ $testimonial['user']['customer']['name'] }}

{{ $testimonial['user']['customer']['name'] }}

@for ($i = 0; $i < $testimonial['rating']; $i++) ★ @endfor

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

@endforeach
@endif