@extends('layout.sidebar') @section('content') @section('title','MIGRACIÓN DE CALIFICACIONES') {{ Form::hidden('studentContainer', action('MigrationGradesController@postStudentContainer', array()), array('id'=>'studentContainer')) }} {{ Form::hidden('courseContainer', action('MigrationGradesController@postCourseContainer', array()), array('id'=>'courseContainer')) }} {{ Form::hidden('schoolYearComponent', action('BaseMethodsTemplateController@postDropDownSchoolYear', array()), array('id'=>'schoolYearComponent')) }} {{ Form::hidden('sectionContainer', action('BaseMethodsTemplateController@postSectionWithLevel', array()), array('id'=>'sectionContainer')) }} {{ Form::hidden('urlListStudent', action('MigrationGradesController@postListStudent', array()), array('id'=>'urlListStudent')) }} {{ Form::hidden('urlMigrationCourse', action('MigrationGradesController@postMigrateGradesStudents', array()), array('id'=>'urlMigrationCourse')) }} {{ Form::token()}}