| {{__('Code')}} | {{__('Item')}} | {{__('Quantity')}} | {{__('Discount')}} | {{__('Price')}} | {{__('Total')}} | {{__('Description')}} |
|---|---|---|---|---|---|---|
| {{$item->code}} | {{$item->item_name}} | {{$item->quantity}} | {{$item->discount}}% | {{number_format($item->price, 2, ',', '.')}} | {{number_format($item->price*$item->quantity*(1-$item->discount/100), 2, ',', '.')}} | {{$item->description}} |