@extends('layout.sidebar') @section('title','Reportes Ministerio') @section('content')

Reportes Ministeriales

{{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptions', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptions', array()), array('id'=>'courses')) }} {{ Form::hidden('periods', action('PeriodController@getPeriodsbycourseoptions', array()), array('id'=>'periods')) }} {{ Form::hidden('actionReportCardMethod', action('MinistryReportsController@getActionReportCardMethodConfigured', array()), array('id'=>'actionReportCardMethod')) }} {{ Form::hidden('reportCardMethod', action('MinistryReportsController@getReportCardMethodConfigured', array()), array('id'=>'reportCardMethod')) }} {{ Form::hidden('studentsByCoursePeriod', action('MinistryReportsController@getStudentsByCourseForCommentsPeriod', array()), array('id'=>'studentsByCoursePeriod')) }} {{ Form::hidden('studentsByCourseFinal', action('MinistryReportsController@getStudentsByCourseForComments', array()), array('id'=>'studentsByCourseFinal')) }} {{ Form::hidden('hdnYearReportComment', action('YearReportCommentController@postYearReportComment', array()), array('id'=>'hdnYearReportComment')) }} {{ Form::hidden('isMinistrySubjectConfigured', action('MinistryReportsController@postCheckIfMinistrySubjectIsConfigured', array()), array('id'=>'isMinistrySubjectConfigured')) }} {{ Form::hidden('isCourseConfigured', action('MinistryReportsController@postCourseConfigured', array()), array('id'=>'isCourseConfigured')) }} {{ Form::hidden('studentsAreApproved', action('MinistryReportsController@getIsApproved', array()), array('id'=>'studentsAreApproved')) }} {{ Form::hidden('searchStudentUrl', action('MinistryReportsController@postSearchStudent', array()), array('id'=>'searchStudentUrl')) }} {{ Form::hidden('studentDetail', action('MinistryReportsController@postStudentDetail', array()), array('id'=>'studentDetail')) }} {{ Form::hidden('studentsByCourse', action('MinistryReportsController@getStudentsByCourse', array()), array('id'=>'studentsByCourse')) }} {{ Form::open(array('id'=>'formMinistryReport','type'=>'POST')) }} {{--Tab general--}}
{{ Form::label('serial_scy','1. Año Lectivo:',array('class'=>'col-md-4 control-label')) }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control','id'=>'serial_scy','type'=>'')) }}

{{ Form::label('student', 'Estudiante',array('class'=>'col-md-4 control-label')) }}
{{ Form::text('searchStd', '', array('class' => 'form-control', 'placeholder' => 'Buscar Estudiante', 'autocomplete' => 'off', 'id' => 'searchStudent')) }}
{{--Opciones Reportes--}}
{{ Form::label('section','2. Sección:',array('class'=>'col-md-4 control-label')) }}
{{ Form::select('serial_set',array(''=>'-Seleccione-'),'',array('class'=>'form-control','id'=>'serial_set','type'=>'')) }}
{{ Form::label('course','3. Curso:',array('class'=>'col-md-4 control-label')) }}
{{ Form::select('serial_crs',array(''=>'-Seleccione-'),'',array('class'=>'form-control','id'=>'serial_crs','type'=>'')) }}
{{Form::close()}} {{ HTML::script('js/ministryReport/index.js') }} {{ HTML::script('js/ministryReport/common.js') }} {{ HTML::style('css/common/eyelash.css') }} @stop()