{!!Form::label('Tipo de Aspirante')!!}
{{ Form::select('ModoIngreso_Id', $aspirantes, null, ['class'=>'form-control', 'placeholder' => '.:Seleccione:.']) }}
@if ($errors->has('ModoIngreso_Id'))
{{ $errors->first('ModoIngreso_Id') }}
@endif
{!!Form::label('Institutos/Extensiones')!!}
{{ Form::select('Institutos_id', $sedeofertas, null, ['class'=>'form-control', 'placeholder' => '.:Seleccione:.']) }}
@if ($errors->has('Institutos_id'))
{{ $errors->first('Institutos_id') }}
@endif
{!!Form::label('Programa')!!}
@if ($errors->has('Programas_id'))
{{ $errors->first('Programas_id') }}
@endif
{!!Form::label('subPrograma')!!}
@if ($errors->has('Especialidad_id'))
{{ $errors->first('Especialidad_id') }}
@endif
{!!Form::label(' Vigente')!!}
{{ Form::select('Vigente', array('Vigente' => 'Activo', 'No Vigente' => 'Inactivo'), null, ['class'=>'form-control','placeholder' => '.:Seleccione:.']) }}
@if ($errors->has('Vigente'))
{{ $errors->first('Vigente') }}
@endif
{!!Form::label('nroresolucion', 'N° de Resolución')!!}
{!!Form::text('nroresolucion', null, ['class' => 'form-control'])!!}
@if ($errors->has('nroresolucion'))
{{ $errors->first('nroresolucion') }}
@endif
{!!Form::label('Cupos Convenio')!!}
{{ Form::select('ConvDeAr', array('7'=> '7','10' => '10','15' => '15','20' => '20','25' => '25','40' => '40','45' => '45','50' => '50','55' => '55','60' => '60','65' => '65','70' => '70','75' => '75'), null, ['class'=>'form-control','placeholder' => '.:Seleccione:.']) }}
@if ($errors->has('ConvDeAr'))
{{ $errors->first('ConvDeAr') }}
@endif
{!!Form::label('ActaConv', 'Acta Convenio N°')!!}
{!!Form::text('ActaConv', null, ['class' => 'form-control'])!!}
@if ($errors->has('ActaConv'))
{{ $errors->first('ActaConv') }}
@endif
{!!Form::label('Cupos UPEL')!!}
{{ Form::select('Cuposupel', array('7'=> '7','10' => '10','15' => '15','20' => '20','25' => '25','40' => '40','45' => '45','50' => '50','55' => '55','60' => '60','65' => '65','70' => '70','75' => '75'), null, ['class'=>'form-control','placeholder' => '.:Seleccione:.']) }}
@if ($errors->has('Cuposupel'))
{{ $errors->first('Cuposupel') }}
@endif
{!!Form::label('Periodo')!!}
{{ Form::select('Periodo_id', $per, null, ['class'=>'form-control', 'placeholder' => '--Seleccione--']) }}
@if ($errors->has('Periodo_id'))
{{ $errors->first('Periodo_id') }}
@endif