{{ Form::hidden('save_student_conf', action('CurricularAdaptationConfigController@postSaveStudentsConf', array()), array('id'=>'save_student_conf')) }}
ESTUDIANTES | ADAPTACIÓN CURRICULAR |
|
{{$i_c}}.- {{$std->fullname}} |
@if($serial_sbp =='ALL')
@if($std->serial_ssa==NULL)
@else
@if($std->curricular_adaptation=='NONE')
@elseif($std->curricular_adaptation=='FIRST')
@elseif($std->curricular_adaptation=='SECOND')
@elseif($std->curricular_adaptation=='THIRD')
@endif
@endif
@elseif($serial_sbp != '')
@if($std->serial_sss==NULL)
@else
@if($std->curricular_adaptation=='NONE')
@elseif($std->curricular_adaptation=='FIRST')
@elseif($std->curricular_adaptation=='SECOND')
@elseif($std->curricular_adaptation=='THIRD')
@endif
@endif
@endif
|
@if($serial_sbp=='ALL') @if($std->average_ssa==NULL) {{"No tiene promedio en el periodo"}} @endif @elseif($serial_sbp != '') @if($std->average_sss==NULL) {{"No tiene promedio en el subperiodo"}} @endif @endif |