@extends('layout.sidebar') @section('title','Recomendaciones Quimestrales') @section('content') {{ HTML::script('js/studentPeriodRecommendationsReports/index.js') }} {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptions', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptions', array()), array('id'=>'courses')) }} {{ Form::hidden('periods', action('PeriodController@getPeriodsbycourseoptions', array()), array('id'=>'periods')) }} {{ Form::hidden('students', action('StudentPeriodRecommendationsController@getStudentsByCourse', array()), array('id'=>'students')) }} {{ Form::hidden('searchRecommendationUrl', action('StudentPeriodRecommendationsController@postSearchRecommendation', array()), array('id'=>'searchRecommendationUrl')) }} {{ Form::hidden('saveRecommendation', action('StudentPeriodRecommendationsController@postSaveStudentPeriodRecommendation', array()), array('id'=>'saveRecommendation')) }} {{ HTML::style('css/common/eyelash.css') }} {{ Form::hidden('subjects-report', action('StudentPeriodRecommendationsController@getSubjectsReport', array()), array('id'=>'subjects-report')) }} {{ Form::hidden('general-report', action('StudentPeriodRecommendationsController@getGeneralPeriodReport', array()), array('id'=>'general-report')) }}

Recomendaciones quimestrales

{{ Form::label('school_year','1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentScy,array('class'=>'form-control','title'=>'El campo "Año lectivo" es obligatorio','id'=>'serial_scy')) }}

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

{{ Form::label('course','3. Curso:') }}
{{ Form::select('serial_crs',array('','--SELECCIONE--'), '',array('class'=>'form-control','id'=>'serial_crs')) }}

{{ Form::label('period','4. Periodo:') }}
{{ Form::select('serial_prd',array('','--SELECCIONE--'), '',array('class'=>'form-control','id'=>'serial_prd')) }}




@stop()