@extends('layouts.app') @section('title', 'Client Testimonials') @section('content')

Client Testimonials

Hear from our satisfied clients about their experience working with our financial consulting team.

@if($testimonials->count() > 0) @foreach($testimonials as $testimonial)
{{ $testimonial->client_name }}

{{ $testimonial->client_name }}

@for($i = 1; $i <= 5; $i++) @if($i <= $testimonial->rating) @else @endif @endfor

"{{ $testimonial->comment }}"

@endforeach @endif

Join Our Satisfied Clients

Contact us today to learn how we can help you achieve your financial goals.

Get In Touch
@endsection