@extends('layout.sidebar') @section('content') {{ Form::hidden('rtuContextPreviousEducation', action('CommitteController@postContextPreviousEducation', array()), array('id'=>'rtuContextPreviousEducation')) }} {{ Form::hidden('hdnCrearFile', action('AdmissionController@postCreateFile', array()), array('id'=>'hdnCrearFile')) }} {{ Form::hidden('serial_sst',$schoolSetup->serial_sst,array('id' => 'serial_sst')) }} {{ Form::hidden('report_file','PDF_ACADEMIC',array('id' => 'report_file')) }} {{ HTML::script('js/reportsAdmission/report_academic.js') }}
{{ Form::open(array('method' => 'POST','id'=>'academicForm','enctype'=>'multipart/form-data')) }}
{{Form::label('school_year','Año Lectivo')}}
@if($fullname_employee == null)

@else



Alumno solicita cupo en:

{{$fullname_employee}}

@if($schoolSetup->serial_sst != 13)
@endif {{ Form::hidden('hidden_proceeds_to_test_astu',null,array('id'=>'hidden_proceeds_to_test_astu'))}} {{ Form::hidden('hidden_proceeds_to_interview_astu',null,array('id'=>'hidden_proceeds_to_interview_astu'))}} @if($schoolSetup->serial_sst == 9)
{{ Form::label('proceeds_to_test_astu', 'Procede a pruebas: ',array('class'=>'text-muted')) }}
@else
{{ Form::checkbox('proceeds_to_test_astu', null, false, array('id' => 'proceeds_to_test_astu','class'=>'student','disabled')) }} {{ Form::label('proceeds_to_test_astu', 'Procede a pruebas',array('class'=>'text-muted')) }}
{{ Form::checkbox('proceeds_to_interview_astu', null, false, array('id' => 'proceeds_to_interview_astu','class'=>'student','disabled' )) }} {{ Form::label('proceeds_to_interview_astu', 'Procede a entrevista',array('class'=>'text-muted')) }}
@endif
serial_sst !==9) hidden @endif id="psychological">
@if($schoolSetup->serial_sst == 9)
{{ Form::label('proceeds_to_interview_astu', 'Procede a entrevista: ',array('class'=>'text-muted')) }}
@endif
@if($schoolSetup->serial_sst==13)

@endif
@endif {{Form::close()}}
@stop()