| Item | Category | UOM | Opening Stock | Qty + | Qty - | Closing Stock | Manual Stock | Variance | 
|---|---|---|---|---|---|---|---|---|
| 
                                              {{@ucwords(@strtolower($item->item_name))}}
                                               {{$item->item_code}} | {{@ucwords(@strtolower($item->item_category))}} | {{$item->item_unit}} | @convert($op = round($item->opening_stock, 2) ) | @convert( $stockIn = round($item->stock_in, 2) ) | @convert($stockOut = round($item->stock_out, 2) ) | @convert( $closig = ($op + $stockIn) - $stockOut) | @convert(round($item->physical_stock, 2)) | @if($balance < 0) @convert($balance) @else @convert($balance) @endif@endforeach @endforeach |