@extends('layout.sidebar') @section('content') @section('title','REPORTE DE INCIDENCIAS') {{ Form::hidden('profile', $profile, array('id' => 'profile')) }} {{ Form::hidden('studentsLoad', action('IncidenceStudentController@getStudentsBySchoolYear', array()), array('id'=>'studentsLoad')) }} {{ Form::hidden('periodsLoad', action('IncidenceStudentController@getPeriodsByStudentSchoolYear', array()), array('id'=>'periodsLoad')) }} {{ Form::hidden('subperiodsLoad', action('IncidenceStudentController@getSubperiodsByPeriod', array()), array('id'=>'subperiodsLoad')) }} {{ Form::hidden('incidencesLoad', action('IncidenceStudentController@getIncidencesByStudentYearPeriod', array()), array('id'=>'incidencesLoad')) }} {{ Form::token() }}