{{ Form::hidden('hdnSaveDegreeInfo', action('TranscriptConfigurationController@postSave', array()), array('id'=>'hdnSaveDegreeInfo')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmDegreeInfo')) }}
{{Form::hidden('status_tsg',empty($transcriptScalesGrades->status_tsg) ? 'ACTIVE' : $transcriptScalesGrades->status_tsg)}} {{Form::hidden('serial_tsg',$transcriptScalesGrades->serial_tsg)}} {{ Form::text('low_grade_tsg', $transcriptScalesGrades->low_grade_tsg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'low_grade_tsg')) }}
{{ Form::text('high_grade_tsg', $transcriptScalesGrades->high_grade_tsg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'high_grade_tsg')) }}
{{ Form::text('letter_grade_tsg', $transcriptScalesGrades->letter_grade_tsg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'letter_grade_tsg')) }}
{{ Form::text('number_grade_tsg', $transcriptScalesGrades->number_grade_tsg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'number_grade_tsg')) }}
{{Form::close()}} {{ HTML::style('css/common/eyelash.css') }} {{ HTML::style('css/common/radioCheckboxStyles.css') }}