@extends('layout.sidebar') @section('content') {{ Form::hidden('urlSchoolYearDropdown', action('BaseMethodsTemplateController@postDropDownSchoolYear', array()), array('id'=>'urlSchoolYearDropdown')) }} {{ Form::hidden('urlSectionDropdown', action('BaseMethodsTemplateController@postSectionWithLevel', array()), array('id'=>'urlSectionDropdown')) }} {{ Form::hidden('urlSectionNavbar', action('BaseMethodsTemplateController@postSectionNavbar', array()), array('id'=>'urlSectionNavbar')) }} {{ Form::hidden('urlStudents', action('ChangeFolioRegistrationNumberController@postStudentInCourse', array()), array('id'=>'urlStudents')) }} {{ Form::hidden('urlSave', action('ChangeFolioRegistrationNumberController@postSaveNumber', array()), array('id'=>'urlSave')) }} {{ Form::token()}}