@if ($product->price > 0)
@if ($product->status_variant == 1)
{{number_format($product->price)}}₫
{{get_price_variant($product->id)}}₫
@else
{{number_format($product->price)}}₫
{{number_format($product->discount)}}₫
@endif
@else
{{number_format($product->price)}}₫
Liên Hệ
@endif
{{languageName($product->description)}}
{!!languageName($product->content)!!}
Sản phẩm tương tự
@foreach ($productlq as $item)
{{number_format($item->price)}}₫
@else
{{number_format($item->discount)}}₫ {{number_format($item->price)}}₫
@endif
@else
Liên Hệ
@endif
@endforeach