{!! Form::open(['url' => action('\Modules\Installment\Http\Controllers\CustomerController@createinstallment'), 'method' => 'post','id'=>'add_installment' ]) !!}

Add Installment

{!! Form::label('contactname','Client name :') !!}
{!! Form::label('total_fat','Total Bill :') !!}
{!! Form::label('total_paid','Total Paid :') !!}
{!! Form::label('total_req','Payment due:') !!}

{!! Form::label('system_id',' Installment Plan:') !!} {!! Form::select('system_id', $systems, null, ['class' => 'form-control select2','id'=>'system_id']); !!}
{!! Form::label('advanced','Advance Payment:') !!}
{!! Form::label('installment_value',' Installment value') !!}