@props([ 'rating' => 0, 'count' => 0, 'showCount' => false, 'size' => 24, 'linkable' => false, ])
@if ($showCount && $count > 0) @php $countText = '(' . trans_choice('storefront.customer_reviews', $count, ['count' => $count]) . ')'; @endphp @if ($linkable) @else {{ $countText }} @endif @endif