@extends('layout.sidebar')
@section('content')
{{-- HTML::style('css/authform/index.css') --}}
Solicitudes de Cambio de Transporte
{{ Form::hidden('create', action('AuthFormController@getCreate', array()), array('id'=>'create')) }}
{{ Form::hidden('delete', action('AuthFormController@getDelete', array()), array('id'=>'delete')) }}
{{ Form::hidden('open', action('AuthFormController@getOpen', array()), array('id'=>'open')) }}
{{ Form::hidden('guardian', $guardian, array('id'=>'guardian')) }}
Estudiante |
Tiempo |
Fecha de Creación |
Fecha de Solicitud |
Pase Libre |
Motivo |
Estado |
Revisado Por |
Acciones |
{{ HTML::script('js/authform/index.js') }}
@stop()