@extends('layout.sidebar') @section('content') @section('title','PERMISOS Y JUSTIFICACIONES') {{ Form::hidden('checkTypeAttendance', action('GuardianJustificationController@getCheckTypeAttendance', array()), array('id'=>'checkTypeAttendance')) }} {{ Form::hidden('scheduleByStudent', action('GuardianJustificationController@getScheduleByStudentAndDate', array()), array('id'=>'scheduleByStudent')) }} {{ Form::hidden('hdnConfirmationJustificationByDates', action('GuardianJustificationController@postConfirmSolicitudeJustificationByDates', array()), array('id'=>'hdnConfirmationJustificationByDates')) }} {{ Form::hidden('hdnSolicitudeListByStudent', action('GuardianJustificationController@getSolicitudeListByStudent', array()), array('id'=>'hdnSolicitudeListByStudent')) }} {{ HTML::script('js/guardianJustification/index.js') }}