@php
$overallRating = is_numeric($productRatingsCount) ? (float) $productRatingsCount : 0.0;
@endphp
@for($starIndex = 1; $starIndex <= 5; $starIndex++)
@if($overallRating >= $starIndex)
@elseif($overallRating >= ($starIndex - 0.5))
@else
@endif
@endfor
{{$reviewsCount}} Reviews