{{ Form::hidden('hdnSaveDegreeInfo', action('ScaleDegreeController@postSave', array()), array('id'=>'hdnSaveDegreeInfo')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmDegreeInfo')) }} {{ Form::hidden('dates', action('PaymentManageController@postDates', array()), array('id'=>'dates')) }} {{ Form::hidden('serial_scy', $school_year->serial_scy, array('id'=>'serial_scy')) }} {{ Form::hidden('hdnStartDateYear',$school_year->invoice_start_date_scy , array('id'=>'hdnStartDateYear')) }} {{ Form::hidden('hdnEndDateYear',$school_year->end_date_scy, array('id'=>'hdnEndDateYear')) }}
@if(count($student)==1) @if($student[0]->serial_crs != 'ERROR')
{{Form::hidden('more_crs',"ONLY",array("id"=>'more_crs'))}} {{Form::hidden('serial_std_modal',$student[0]->serial_std,array("id"=>'serial_std_modal'))}} {{Form::hidden('serial_crs_modal',$student[0]->serial_crs,array("id"=>'serial_crs_modal'))}} {{Form::hidden('serial_scy_modal',$student[0]->serial_scy,array("id"=>'serial_scy_modal'))}} {{Form::text('std_name', $student[0]->last_name_std." ".$student[0]->first_name_std, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'std_name_modal','readonly'=>'readonly')) }}
{{ Form::text('name_lvl_modal', $student[0]->name_lvl, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'name_lvl_modal','readonly'=>'readonly')) }}
@if($student[0]->serial_crs!='NONE') {{ Form::text('classgroup_modal', $student[0]->name_clg, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'name_clg_modal','readonly'=>'readonly')) }} @else {{ Form::textarea('classgroup_modal', "Este estudiante no tenia un paralelo asignado, por lo que solo se reingresara al año lectivo seleccionado", array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'name_clg_modal','size' => '50x3','readonly'=>'readonly','style'=>'color:red')) }} @endif
{{ Form::text('scy_modal', $school_year->name_scy, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'scy_modal','readonly'=>'readonly')) }}
@if($rubros && count($rubros)>0)
status_scy=='ACTIVE,CURRENT') @if(date('Y-m') < $school_year->invoice_start_date_scy_txt) value="{{$school_year->invoice_start_date_scy_txt}}" @else value="{{date('Y-m')}}" @endif @else value="{{$school_year->invoice_start_date_scy_txt}}" @endif>
@endif
@else {{Form::hidden('more_crs',"MORE",array("id"=>'more_crs'))}} @endif @else @endif
{{Form::close()}} {{ HTML::style('css/common/eyelash.css') }} {{ HTML::style('css/common/radioCheckboxStyles.css') }} {{ HTML::script('js/reEntryStudentSchoolYear/load/dates.js') }}