Testimonials

Client feedback from projects that needed both clarity and craft.

@foreach($testimonials ?? [] as $testimonial)
{!! str_repeat('★', $testimonial->rating) !!}{!! str_repeat('☆', 5 - $testimonial->rating) !!}

"{{ $testimonial->review }}"

{{ $testimonial->client_name }} {{ $testimonial->client_position }}
@endforeach