What Our Customers Say?

@foreach($CustomerReviewTop as $review)
@if(!empty($review->clientProfileImage)) customer @else No Photo @endif
@php $stars = round($review->stars); @endphp @for ($i = 1; $i <= $stars; $i++) @endfor @for ($i = $stars + 1; $i <= 5; $i++) @endfor
{{$review->customer_name}}
{{$review->sub_category}}

{{$review->review}}

@endforeach