| {{ $item['row'] }} |
{{ $item['product']->product_code }} |
{{ $item['product']->name }}
|
|
@if ($item['product']->imei_suport)
{{ $item['qty'] }}
|
@else
|
@endif
{{ $item['product']->unit_name }}
|
@if ($item['product']->imei_suport)
@endif
|
{{ numberformat($item['amount']) }}
|
{{ $item['discount_parcantage'] }}
|
{{ numberformat($item['totaldiscount']) }}
|
{{ numberformat($item['vat_parcentage']) }}
|
{{ numberformat($item['total_vat']) }}
|
{{ numberformat($item['nettotal']) }}
|
|