@extends('layout.sidebar') @section('content') {{ Form::hidden('urlSchoolYearDropdown', action('BaseMethodsTemplateController@postDropDownSchoolYear', array()), array('id'=>'urlSchoolYearDropdown')) }} {{ Form::hidden('urlSectionDropdown', action('BaseMethodsTemplateController@postSectionDropdown', array()), array('id'=>'urlSectionDropdown')) }} {{ Form::hidden('urlPeriodDropdown', action('BaseMethodsTemplateController@postPeriodDropdown', array()), array('id'=>'urlPeriodDropdown')) }} {{ Form::hidden('urlSendReports', action('SendReportsGuardianController@postSendReports', array()), array('id'=>'urlSendReports')) }} {{ Form::hidden('urlCountingStudent', action('SendReportsGuardianController@postLoadCountingStudent', array()), array('id'=>'urlCountingStudent')) }} {{ Form::hidden('urlSubperiodDropdown', action('BaseMethodsTemplateController@postSubperiodDropdown', array()), array('id'=>'urlSubperiodDropdown')) }} {{ Form::hidden('urlProgressBar', action('SendReportsGuardianController@postProgressBar', array()), array('id'=>'urlProgressBar')) }} {{-- Form::hidden('urlCreateRegister', action('SendReportsGuardianController@postCreateRegister', array()), array('id'=>'urlCreateRegister')) --}} {{ Form::token()}}