@include('website.layouts.header')
What our customers say
Client
Reviews
Testimonials
Happy
Clients
@if($testimonials->count())
@foreach($testimonials as $testimonial)
{{ $testimonial->review}}
@for($i = 1; $i <= 5; $i++)
@endfor
{{ $testimonial->name }}
{{ $testimonial->label ?? 'Customer' }}
@endforeach
@else
No testimonials available at the moment.
@endif
@include('website.layouts.footer')