{{ Form::token() }} {{ Form::hidden('hdnStartDateYear',$postulationFormDates->start_date_pfr , array('id'=>'hdnStartDateYear')) }} {{ Form::hidden('hdnEndDateYear',$school_year->end_date_scy, array('id'=>'hdnEndDateYear')) }} @if(!empty($postulationFormDates->serial_scy))
{{ Form::label('','Aplicaciones desde:',array('for'=>'txtStartDate','class'=>'col-md-6 control-label text-muted')) }}
{{ Form::label('','Aplicaciones hasta:',array('for'=>'endDate','class'=>'col-md-6 control-label text-muted')) }}
{{ Form::label('type_payids','* 4. Reporte:',array('class'=>'col-md-6 control-label text-muted')) }}
{{ Form::select('type_payids', array('' => 'Seleccione','PAID'=>'Pagados','NOTPAIDS'=>'No pagados','ALL'=>'Todos'), '', array('class'=>'form-control','required', 'id'=>'type_payids')) }}
@else

No se ha encontrado un formulario activo para admisiones.

@endif
{{ HTML::script('js/postulant/internal/loads/dates.js') }}