Good Balance View Good Balance View
Stock Information
@csrf
{{-- Batch list --}}
Stock List by Distributor's WO
{{-- @foreach ($centralStockDatas as $centralStockData) @endforeach --}}
# Item Total WO Qty Received Qty Balance Qty
{{ $loop->iteration }} {{ $centralStockData->medicine?->name }} {{ $centralStockData->quantity }} {{ $centralStockData->unit?->unit }} {{ $centralStockData->grnItems->sum('received_qty') }} {{ $centralStockData->quantity - $centralStockData->grnItems->sum('received_qty') }}