@if (count($data) > 0) @foreach ($data as $item) @php $img = json_decode($item->images); @endphp
{{$item->name}}

{{$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 @else Không thấy kết quả phù hợp @endif