| ردیف | کد | نام کالا | کشور | گارانتی | مصرف (تومان) | قیمت خ.ن | قیمت خ.چ | پیش | تعداد قسط | نماینده | تحویل | تعداد |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $num }} | P{{ $item->id }} | {{ ($item->availability == 0 ? '*' : '' ) }} {{ $item->title }} | {{ $item->Category->getCountry($item->id) }} | {{ $item->Category->getGuarantee($item->id) }} | {{ number_format( $item->amount ,0, '', ',') }} | {{ number_format( $item->price_n ,0, '', ',') }} | {{ number_format( $item->price_ch ,0, '', ',') }} | {{ number_format( $item->pre_price ,0, '', ',') }} | {{ $item->installment }} | {{ $item->agent }} | {{ $item->delivery_date }} | {{ $item->item_count }} |