@extends('frontend.layouts.app') @section('title', 'Testimonials - ' . ($settings->company_name ?? 'Company')) @section('content')

Client Testimonials

See what our clients have to say about working with us.

@forelse($testimonials as $index => $testimonial)
@for($i = 0; $i < 5; $i++) @endfor
"{{ $testimonial->content }}"
@if($testimonial->client_photo_url) {{ $testimonial->client_name }} @else
{{ substr($testimonial->client_name, 0, 1) }}
@endif

{{ $testimonial->client_name }}

{{ $testimonial->client_position }} @if($testimonial->client_company) @ {{ $testimonial->client_company }} @endif

@empty

No testimonials to display yet.

@endforelse

Ready to Join Our Happy Clients?

Let's discuss how we can help you achieve your goals.

Start Your Project
@endsection