@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','ECONOMIC',array('id' => 'report_type')) }} {{ Form::hidden('report_file','PDF_ECONOMIC',array('id' => 'report_file')) }}
{{ Form::open(array( 'method' => 'POST','id'=>'economicForm','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()