{{--create/edit start --}}
{{--create/edit start --}}
Add Inventory Goods In
{{-- --}}
{{ Form::open(['route'=>'goodsin.vstore','method'=>'post', 'class'=>'form-horizontal']) }}
{{-- @include('inventory.goodsin.form-goodsin')
--}}
{{--
--}}
{{ Form::close() }}
--}}
GOODS IN
| SL | groupid | group name |
|---|---|---|
{{ 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']) }}