@extends('layout.sidebar') @section('content') @section('title','CONFIGURACIÓN ADAPTACIÓN CURRICULAR') {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptions', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('LevelController@getActiveLevels', array()), array('id'=>'courses')) }} {{ Form::hidden('classgroups', action('CourseController@getAllclassgroupbysetlvlscyeoptions', array()), array('id'=>'classgroups')) }} {{ Form::hidden('periods', action('PeriodController@getPeriods', array()), array('id'=>'periods')) }} {{ Form::hidden('subperiods', action('SubperiodController@getSubperiodsbyperiod', array()), array('id'=>'subperiods')) }} {{ Form::hidden('subjects', action('CurricularAdaptationConfigController@getSubjects', array()), array('id'=>'subjects')) }} {{ Form::hidden('urlStudents', action('CurricularAdaptationConfigController@postStudents', array()), array('id'=>'urlStudents')) }} {{ Form::hidden('urlIndex', action('CurricularAdaptationConfigController@getIndex', array()), array('id'=>'urlIndex')) }} {{ Form::open(array('class' => 'form-signin','id'=>'data')) }}

{{"CONFIGURACIÓN ADAPTACIÓN CURRICULAR"}}


{{ Form::label('serial_scy','* 1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentYear,array('class'=>'form-control')) }}

{{ Form::label('serial_set','* 2. Sección:') }}
{{ Form::select('serial_set', array('' => '-Seleccione-'), '', array('class'=>'form-control', 'id'=>'serial_set')) }}

{{ Form::label('serial_lvl','* 3. Nivel:') }}
{{ Form::select('serial_lvl', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_lvl')) }}

{{ Form::label('serial_clg','* 4. Paralelo:') }}
{{ Form::select('serial_clg', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_clg')) }}

{{ Form::label('serial_prd','* 5. Periodo:') }}
{{ Form::select('serial_prd', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_prd')) }}

{{ Form::label('serial_sbp','* 6. Parcial:') }}
{{ Form::select('serial_sbp', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_sbp')) }}

{{ Form::label('serial_sbc_lop_osb','* 7. Materia:') }}
{{ Form::select('serial_sbc_lop_osb', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_sbc_lop_osb')) }}







{{Form::close()}} {{ HTML::style('css/studentinformationreport/index.css') }} {{ HTML::script('js/curricularAdaptationConfig/indexCurricularAdaptationConfig.js') }} @stop()