@foreach ($product as $item)
@php $img = json_decode($item->images); @endphp
@if ($item->discount > 0)
Giảm {{100-ceil(($item->discount/$item->price)*100)}}%
@endif
{{languageName($item->cate->name)}}
label_con_2Giảm cực sốc

{{$item->name}}

@if ($item->price > 0) @if ($item->status_variant == 1) {{get_price_variant($item->id)}}₫ {{number_format($item->price)}}₫ @else {{number_format($item->discount)}}₫ {{number_format($item->price)}}₫ @endif @else Liên hệ @endif
@endforeach