@if($item->mark_bestseller=='Yes')
@endif
@if($item->rating != null)
@for($i = 0; $i < 5; $i++)
@endfor
@for($i = 0; $i < 5; $i++)
@endfor
{{ number_format((float)$item->rating, 1, '.', '') }}
(
@if($item->r_count > 1000)
{{ round($item->r_count / 1000, 1) . 'k' }}
@else
{{ $item->r_count }}
@endif
)