@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::submit('Buscar', array('class' => 'btn btn-default btn-primary')) }}
{{HTML::script('js/justifications/administration/index.js')}}
{{ HTML::style('css/justification/administration/index.css') }}
@stop