@extends('layout.sidebar') @section('content') @section('title', 'Integración PowerSchool') {{ Form::hidden('filtersMethod', action('PowerSchoolIntegrationController@postFilters', []), ['id' => 'filtersMethod']) }} {{ Form::hidden('filtersResitMethod', action('PowerSchoolIntegrationController@postFiltersResit', []), ['id' => 'filtersMethodResit ']) }} {{ Form::hidden('filtersMethodConf', action('PowerSchoolIntegrationController@postFiltersConf', []), ['id' => 'filtersMethodConf']) }} {{ Form::hidden('generalParams', action('PowerSchoolIntegrationController@postGeneralParams', []), ['id' => 'generalParams']) }} {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoption', array()), array('id'=>'sections')) }} {{ Form::hidden('levels', action('CourseController@getAllbysectionoptionsallreport', array()), array('id'=>'levels')) }}