@foreach ($list as $item)
{{-- {{dd($item)}} --}}
{{$item['discount']>0 ? number_format($item['price']-($item['price']*($item['discount']/100))) : number_format($item['price'])}}₫
@if ($item['discount']>0)
{{number_format($item['price'])}}₫
@endif
Còn hàng
@endforeach
Cấu hình sản phẩm
@foreach ($list as $item)
@php
$size = json_decode($item['size']);
@endphp
@foreach ($size as $i)
{{$i->title}} |
{{$i->detail}} |
@endforeach
@endforeach