@extends('layout.sidebar') @section('content') @section('title','ADMINISTRACIÓN PERMISOS Y JUSTIFICACIONES')

Administración de Permisos y Justificaciones

{{ Form::hidden('filters', action('FilterController@postFilters', array()), array('id'=>'filters')) }} {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptions', array()), array('id'=>'sections')) }} {{ Form::hidden('hdnStudentJustification',action('JustificationController@postStudentsJustification'),array('id'=>'hdnStudentJustification'))}} {{ Form::hidden('hdnDetailStudentJustification', action('JustificationController@getDetailStudentJustification', array()), array('id'=>'hdnDetailStudentJustification')) }}
{{ Form::open(array('id'=>'frmJustifications')) }}
{{ Form::label('lblNameScy','Año Lectivo:') }} {{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control','id'=>'serial_scy')) }}
{{ Form::select('serial_set', array('' => '-Seleccione-'), '', array('class'=>'form-control', 'id'=>'serial_set')) }}

{{ Form::select('typeTimeFilter',$typeTimeFilter,'',array('class'=>'form-control','id'=>'typeTimeFilter')) }}

{{ Form::label('lblDateStart','Fecha Inicio:') }}
{{ Form::label('lblSerialSet','Fecha Fin:') }}
{{Form::submit('Buscar', array('class' => 'btn btn-default btn-primary')) }}

{{HTML::script('js/justifications/administration/index.js')}} {{ HTML::style('css/justification/administration/index.css') }} @stop