{{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmDceCommonData')) }}
@if($labels->label5->show) @endif
{{Form::hidden('status_cda',empty($commonData->status_cda) ? 'ACTIVE' : $commonData->status_cda,array('id'=>'status_cda'))}} {{Form::hidden('serial_cda',$commonData->serial_cda,array('id'=>'serial_cda'))}} {{Form::select('selOption',$catalogs,$commonData->serial_dca,array('class'=>"form-control","id"=>"selOption")) }}
@if($labels->label2->show)
{{ Form::text('infoage_start', $commonData->age_start, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'infoage_start')) }}
@endif @if($labels->label3->show)
{{ Form::text('infotreatment_time', $commonData->treatment_time, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'infotreatment_time')) }}
@endif @if($labels->label4->show)
{{ Form::text('inforelationship', $commonData->relationship, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'inforelationship')) }}
@endif
{{Form::close()}}