@props([ 'rating' => 0, 'count' => 0, 'showCount' => false, 'size' => 24, ])
@if ($showCount && $count > 0) ({{ $count }} customer {{ $count === 1 ? 'review' : 'reviews' }}) @endif