@if ($ratings) @for ($i = 0; $i < 5; $i++) @if ($ratings - $i >= 1) @elseif($ratings - $i < 1 && $ratings - $i > 0) @else @endif @endfor @endif @if (isset($count) && $count) @if (isset($shop) && $shop) ({{ get_formated_decimal($ratings, true, 1) }}) {{ trans_choice('theme.reviews', $count, ['count' => $count]) }} @elseif(isset($item)) ({{ get_formated_decimal($ratings, true, 1) }}) {{ trans_choice('theme.reviews', $count, ['count' => $count]) }} @endif @endif