{{--create/edit start --}}
{{--create/edit start --}}
Add Inventory Goods In
{{-- --}}
{{ Form::open(['route'=>'goodsin.store-new','method'=>'post', 'class'=>'form-horizontal']) }}
@include('inventory.goodsin.form-goodsin')
{{ Form::close() }}
Product List
| SL | Item | {{--Department | --}}Group | Required Qty | Receivable Qty | Receive Qty | Serial No | Price | {{--Balance QTY | --}}M. Units | Remarks |
|---|---|---|---|---|---|---|---|---|---|---|---|
| No Product Information Found | |||||||||||
{{ Form::label('','Goods in Note : ') }}
{{ Form::textarea('note',null,['class'=>'form-control','placeholder'=>'Ex. Goods in Note ','rows'=>5,'cols'=>5 ]) }}
{{ Form::submit('Save Goods In',['class'=>'form-control btn btn-info']) }}