| SKU | @lang('business.product') | Current Stock (balancing time) |
Balance | Physical Stock |
|---|---|---|---|---|
| {{ $item->sku }} | {{ $item->name }} | {{ $item->current_stock }} | {{ $item->current_stock - $item->physical_qty }} | {{ $item->physical_qty }} |
| @lang('sale.total'): | {{$products->sum('current_stock')}} | {{$products->sum('physical_qty')}} | ||