@extends('layout.sidebar') @section('content') @section('title','TUTORÍAS') {{ Form::hidden('sections', action('SectionController@getSectionsBySchoolYearByTutorProfile', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllBySectionAndEmployeeProfile', array()), array('id'=>'courses')) }} {{ Form::hidden('studentsByCourse', action('StudentController@getStudentsByCourse', array()), array('id'=>'studentsByCourse')) }} {{ Form::hidden('studentSchoolRecord', action('StudentSchoolRecordController@getStudentSchoolRecord', array()), array('id'=>'studentSchoolRecord')) }} {{ Form::hidden('newPriorInformation', action('StudentSchoolRecordController@postNewPriorInformation', array()), array('id'=>'newPriorInformation')) }} {{ Form::hidden('editPriorInformationMethod', action('StudentSchoolRecordController@postEditPriorInformation', array()), array('id'=>'editPriorInformationMethod')) }} {{ Form::hidden('deletePriorInformationMethod', action('StudentSchoolRecordController@postDeletePriorInformation', array()), array('id'=>'deletePriorInformationMethod')) }} {{ Form::hidden('newStudentRecord', action('StudentSchoolRecordController@postNewRecordInformation', array()), array('id'=>'newStudentRecord')) }} {{ Form::hidden('editStudentRecord', action('StudentSchoolRecordController@postEditRecordInformation', array()), array('id'=>'editStudentRecord')) }} {{ Form::hidden('deleteStudentRecord', action('StudentSchoolRecordController@postDeleteRecordInformation', array()), array('id'=>'deleteStudentRecord')) }}