@php $product_num = 0; @endphp @foreach($product as $item) @if($product_num == 0 )
@endif @php $product_num++; @endphp
@if($item->amount_old!=0) @endif
{{ $item->rating_summery }}
{{ $item->title }}
@if($item->amount_old!=0)
@can('user-product-amount') {{ number_format($item->amount_old, 0, '', ',') }} تومان @else [قیمت: - تومان] @endcan
@else
0
@endif @if( $item->availability==0)
ناموجود
@else @if($item->ShowPrice())
@can('user-product-amount') {{ number_format($item->amount, 0, '', ',') }} تومان @else [قیمت: - تومان] @endcan
@else
استعلام قیمت
@endif @endif
@if($product_num % 4 == 0 )
@endif @endforeach