@extends('layout.sidebar') @section('content') {{ Form::hidden('subjects', action('GradePeriodExamController@getSubjects', array()), array('id'=>'subjects')) }} {{ Form::hidden('periods', action('GradePeriodExamController@getPeriods', array()), array('id'=>'periods')) }} {{ Form::hidden('students', action('GradePeriodExamController@postStutentPeriodExam', array()), array('id'=>'students')) }} {{ Form::hidden('historyExam', action('GradePeriodExamController@postHistoyExam', array()), array('id'=>'historyExam')) }} {{ Form::hidden('sel_subject', $sel_subject, array('id'=>'sel-subject')) }} {{ Form::hidden('rootSaveAverage',$root, array('id'=>'rootSaveAverage')) }} {{ Form::hidden('currentSchoolYear',$currentScy->serial_scy, array('id'=>'currentSchoolYear')) }} {{ Form::hidden('project',$project, array('id'=>'project')) }} {{ Form::open(array('class'=>'form-signin','id'=>'gradeReport_subperiod')) }}