{!! Form::number('days', Request::old('days'), array('class' => 'form-control input-sm maxlength-handler titlespellingcheck', 'min'=>'1' ,'max' => '28', 'autocomplete'=>'off', 'id' => 'days','placeholder' => 'Days','autocomplete'=>'off')) !!}
{!! Form::text('name[0]', Request::old('name'), array('class' => 'form-control input-sm maxlength-handler titlespellingcheck', 'maxlength' => '100', 'autocomplete'=>'off','id' => 'name0','placeholder' => 'Name','autocomplete'=>'off')) !!}
{!! Form::text('relation[0]', Request::old('relation'), array('class' => 'form-control input-sm maxlength-handler titlespellingcheck', 'maxlength' => '100', 'autocomplete'=>'off','id' => 'relation0','placeholder' => 'Relation','autocomplete'=>'off')) !!}
{!! Form::number('age[0]', Request::old('age'), array('class' => 'form-control input-sm maxlength-handler titlespellingcheck','min'=>'1', 'max' => '100', 'autocomplete'=>'off', 'id' => 'age','placeholder' => 'Age','autocomplete'=>'off')) !!}