{{ HTML::style('css/authform/create.css') }} {{ Form::open(array('url' => 'authform/open', 'class' => 'form-create', 'method' => 'POST')) }} {{ Form::hidden('authform_id', $authform->serial_fau, array('id'=>'authform_id')) }}
Estudiante: {{ $authform->student->last_name_std . ' ' . $authform->student->first_name_std }}
Tiempo: {{ $authform->change_type }}
@if ($authform->change_type == 'Una Vez')
Fecha: {{ $authform->new_date }}
@endif
Pase Libre: {{ $authform->freepass }}
Motivo: {{ $authform->reason }}
{{ Form::close() }} {{ HTML::script('js/authform/create.js') }}