×
STOCK ENTRIES
Date
Entry Type
Open Stock
Physical Stock Count
Reference #
Store
Select Store
@foreach($stores as $store)
{{$store->name}}
@endforeach
Use excel to upload Items
Get Items
Item
Quantity
Valuation Rate
Narration
Select Item
@foreach($items as $item)
{{$item->name}}
@endforeach
Total
{!! Form::close() !!}