{{ Form::hidden('hdnSerialStd',$student->serial_std, array('id'=>'hdnSerialStd')) }} {{ Form::hidden('hdnSerialScy',$serial_scy, array('id'=>'hdnSerialScy')) }} {{ Form::hidden('hdnMandatory', action('MigrationGradesController@postSubjectWithSameConfiguration', array()), array('id'=>'hdnMandatory')) }} {{ Form::hidden('hdnOptative', action('MigrationGradesController@postOptionalSubjectWithSameConfiguration', array()), array('id'=>'hdnOptative')) }} {{ Form::hidden('hdnOptativeView', action('MigrationGradesController@postOptativeMiGrationGrades', array()), array('id'=>'hdnOptativeView')) }} {{ Form::hidden('hdnPostMigrationMandatory', action('MigrationGradesController@postMigrationOblGrades', array()), array('id'=>'hdnPostMigrationMandatory')) }} {{ Form::hidden('hdnPostMigrationOptative', action('MigrationGradesController@postMigrationOptGrades', array()), array('id'=>'hdnPostMigrationOptative')) }}

{{$student->last_name_std.' '.$student->first_name_std}}



{{HTML::script('js/migrationGrades/loads/migrationGrades.js')}}