| SKU | Date | @lang('business.product') | Current Stock (balancing time) |
Balance | Physical Stock | Action |
|---|---|---|---|---|---|---|
| {{ date('d-m-Y', strtotime($item->created_at)) }} | {{ $item->sku }} | {{ $item->name }} | {{ $item->current_stock }} | {{$item->physical_qty- $item->current_stock }} | {{ $item->physical_qty }} | Edit Delete |
| @lang('sale.total'): | {{$products->count()}} | {{$products->sum('current_stock')}} | {{$products->sum('physical_qty')}} |