@foreach ($product as $item)
@php
$img = json_decode($item->images);
@endphp
{{$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
{{-- --}}