@extends('layout.sidebar') @section('content') {{ HTML::script('js/reportsAdmission/reportAdmission.js') }} {{ Form::hidden('serial_sst',$schoolSetup->serial_sst,array('id' => 'serial_sst')) }} {{ Form::hidden('hdnCrearFile', action('AdmissionController@postCreateFile', array()), array('id'=>'hdnCrearFile')) }} {{ Form::hidden('report_type','INTERVIEW',array('id' => 'report_type')) }} {{ Form::hidden('report_file','PDF_INTERVIEW',array('id' => 'report_file')) }}
{{ Form::open(array( 'method' => 'POST','id'=>'interviewForm','enctype'=>'multipart/form-data')) }}
{{Form::label('school_year','Año Lectivo')}}

@if($fullname_employee == null)

@else

Alumno solitica cupo en:

{{$fullname_employee}}
@if($schoolSetup->serial_sst == 9)
{{ Form::label('proceeds_to_test_astu', 'Recomendable para admisión: ',array('class'=>'text-muted')) }}
@endif @if($schoolSetup->serial_sst==13)

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