@if ($product->labels && count($product->labels))
@foreach ($product->labels as $label)
{{ $label->title }}
@endforeach
@endif
@if ($product->price_status > -1)
@if ($hasPromo)
{{ $listPrice }}
@endif
{{ $finalPrice }}
@else
Liên hệ
@endif
@if ($reviews && $reviews->total)
@php
$rateAvgInt = $reviews->rating_int;
$rateAvgFlloat = $reviews->rating_avg;
// Danh gia trung binh
@endphp
{{-- lặp qua từ 0 den so sao --}}
@for ($i = 0; $i < $rateAvgInt; $i++)
@endfor
{{-- nếu rate_avg > rate_int thì cộng thêm nữa sao --}}
@if ($rateAvgFlloat > $rateAvgInt)
@endif
@endif