| IT Request Out Detail Report |
|---|
| No : {{ $no }} |
| {{ __('ItemCode') }} | {{ __('CodeBars') }} | {{ __('ItemName') }} | {{ __('Qty Send') }} | {{ __('Qty Receive') }} |
|---|---|---|---|---|
| {{ $item->item_code }} | {{ $item->item_barcode }} | {{ $item->item_name }} | {{ number_format($item->qty, 0, ',', '.') }} | {{ number_format($item->qty_receive, 0) }} |
| Total | {{ $total_qtysend }} | {{ $total_qtyreceive }} | ||