{!! Form::open(['url' => action('\Modules\Installment\Http\Controllers\InstallmentSystemController@store'), 'method' => 'post','id'=>'add_installment_system' ]) !!}
{!! Form::label('name','Installment Plan Name :*') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'required', 'placeholder' =>'Name' ]); !!}
{!! Form::label('description','Description:') !!}
{!! Form::text('description', null, ['class' => 'form-control' ]); !!}