@php $product_num = 0; @endphp @foreach($data as $item) @php $product_num++; @endphp @if($product_num==1 )
@endif
@if($item->amount_old!=0) تخفیف @endif
{{ $item->title }}
@if($item->amount_old!=0)
{{ number_format($item->amount_old, 0, '', ',') }} تومان
@else
0
@endif
{{ number_format($item->amount, 0, '', ',') }} تومان
@if($product_num % 4 == 0 )
@endif @endforeach @if($product_num!=0 )
@endif