@if ($product->labels->count())
@foreach ($product->labels as $label)
{{ $label->title }}
@endforeach
@endif
@for ($product->rating; $product->rating > 0; $product->rating--)
@endfor
@if ($product->discount)
{{ $product->discount }}%
@endif
@if ($product->category)
{{ $product->category->title }}
@endif
{{ $product->getLowestPrice() }}
@if ($product->getLowestDiscount())
{{ $product->getLowestDiscount() }}
@endif
@if ($product->isSinglePrice())
@endif