@extends('layout.sidebar') @section('content') {{ HTML::script('js/reportsAdmission/reportAdmission.js') }} {{ 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_type','PSYCHOLOGICAL',array('id' => 'report_type')) }} {{ Form::hidden('report_file','PDF_PSYCHOLOGIC',array('id' => 'report_file')) }}
{{ Form::open(array('method' => 'POST','id'=>'psychologicalForm','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
@endif {{ Form::close() }}
@stop()