{!! Form::open(['url' => action('\Modules\Installment\Http\Controllers\InstallmentSystemController@store'), 'method' => 'post','id'=>'add_installment_system' ]) !!}
{!! Form::label('name','إسم النظام :*') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'required', 'placeholder' =>'الإسم' ]); !!}
{!! Form::label('description','الوصف :') !!}
{!! Form::text('description', null, ['class' => 'form-control' ]); !!}