@extends('layout.sidebar') @section('content') @section('title','Importación Toddle') {{ Form::hidden('urlSectionDropdown', action('BaseMethodsTemplateController@postSectionWithLevel', array()), array('id'=>'urlSectionDropdown')) }} {{ Form::hidden('urlSectionNavbar', action('BaseMethodsTemplateController@postSectionNavbar', array()), array('id'=>'urlSectionNavbar')) }} {{ Form::hidden('urlContainerRegisterStudent', action('ToddleImportController@postContainerRegisterStudent', array()), array('id'=>'urlContainerRegisterStudent')) }} {{ Form::hidden('urlContainerRegisterGrades', action('ToddleImportController@postContainerRegisterGrades', array()), array('id'=>'urlContainerRegisterGrades')) }} {{ Form::hidden('urlLoadFileGradesBySection', action('ToddleImportController@postLoadFileGradesBySection', array()), array('id'=>'urlLoadFileGradesBySection')) }} {{ Form::hidden('urlLoadFileStudentBySection', action('ToddleImportController@postLoadFileStudentBySection', array()), array('id'=>'urlLoadFileStudentBySection')) }} {{ Form::hidden('urlSaveFileStudent', action('ToddleImportController@postSaveFile', array()), array('id'=>'urlSaveFileStudent')) }} {{ Form::hidden('urlProcessStudent', action('ToddleImportController@postProcessStudent', array()), array('id'=>'urlProcessStudent')) }} {{ Form::hidden('urlProcessGrades', action('ToddleImportController@postProcessGrades', array()), array('id'=>'urlProcessGrades')) }} {{ Form::token()}}

{{"Importación Toddle"}}


@if($currentYear)



@else @endif
{{ HTML::style('css/common/eyelash.css') }} {{ HTML::script('js/templateFunctions/index.js')}} {{ HTML::script('js/toddleImport/index.js')}} @stop