@extends('layout.sidebar') @section('content') {{ HTML::script('js/reportsAdmission/report_academic_notes.js') }} {{ Form::hidden('rtuContextPreviousEducation', action('CommitteController@postContextPreviousEducation', array()), array('id'=>'rtuContextPreviousEducation')) }} {{ Form::hidden('hdnCrearFile', action('AdmissionController@postCreateFile', array()), array('id'=>'hdnCrearFile')) }} {{ Form::hidden('hdnCountStudentsLevel', action('ReportsAdmissionController@postStudentsLevel', array()), array('id'=>'hdnCountStudentsLevel')) }} {{ Form::hidden('serial_sst',$schoolSetup->serial_sst,array('id' => 'serial_sst')) }} {{ Form::hidden('report_file','PDF_ACADEMIC',array('id' => 'report_file')) }} {{ Form::open(array('method' => 'POST','id'=>'notesForm')) }} @if($fullname_employee == null)

@else
{{Form::label('school_year','Año Lectivo')}}




Alumno solicita cupo en:

{{$fullname_employee}}
@if($schoolSetup->serial_sst == 9)
{{ Form::checkbox('proceeds_to_academic_report', null, false, array('id' => 'proceeds_to_academic_report','class'=>'student','disabled')) }} {{ Form::label('proceeds_to_academic_report', 'Procede a informe académico',array('class'=>'text-muted')) }}
@endif
@endif {{Form::close()}} @stop()