{{ Form::hidden('hdnSaveDegreeInfo', action('ScaleDegreeController@postSave', array()), array('id'=>'hdnSaveDegreeInfo')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmDegreeInfo')) }}
{{Form::hidden('status_sdg',empty($scaleDegree->status_sdg) ? 'ACTIVE' : $scaleDegree->status_sdg)}} {{Form::hidden('serial_sdg',$scaleDegree->serial_sdg)}} {{ Form::text('code_sdg', $scaleDegree->code_sdg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'code_sdg')) }}
{{ Form::text('name_sdg', $scaleDegree->name_sdg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'name_sdg')) }}
{{ Form::textarea('description_sdg', $scaleDegree->description_sdg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'description_sdg','size' => '50x2')) }}
{{ Form::text('alias_sdg', $scaleDegree->description_sdg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'alias_sdg')) }}
bachelor_sdg=='YES') checked @endif>
{{ Form::text('points_sdg', $scaleDegree->points_sdg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'points_sdg')) }}
{{Form::close()}} {{ HTML::style('css/common/eyelash.css') }} {{ HTML::style('css/common/radioCheckboxStyles.css') }}