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