@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')) }}