@include('website.layouts.header')
Testimonials
Happy Clients
@if($testimonials->count())
@foreach($testimonials as $testimonial)

{{ $testimonial->review}}

{{ $testimonial->name }}
@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')