@extends('layout.sidebar') @section('content') @section('title','Seguimiento de registro de notas') {{ Form::hidden('periodGroupYears', action('PeriodGroupYearController@getPeriodGroupYearBySchoolYear', array()), array('id'=>'periodGroupYears')) }} {{ Form::hidden('periods', action('PeriodController@getPeriodsByPeriodGroupYear', array()), array('id'=>'periods')) }} {{ Form::hidden('sections', action('SectionController@getSectionsByPeriodGroupYear', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptionsall', array()), array('id'=>'courses')) }} {{ Form::hidden('employees', action('CourseController@getTeachers', array()), array('id'=>'employees')) }} {{ Form::hidden('report', action('TeacherTrackingController@postReport', array()), array('id'=>'report')) }} {{ Form::hidden('report', action('TeacherTrackingController@postReport', array()), array('id'=>'report')) }}