{!! Form::text('nom_ape', NULL , $attributes = array('class' => 'form-control data mayuscula','id'=>'nom_ape', 'readOnly' => 'readOnly'))!!}
{!! Form::select('programa_id',$vacio, NULL , $attributes = array('class' => 'form-control', 'id'=>'programa_id','required' => 'required'))!!}
{!! Form::text('indice', NULL , $attributes = array('class' => 'form-control', 'id'=>'indice','readOnly' => 'readOnly'))!!}
{!! Form::text('uc', NULL , $attributes = array('class' => 'form-control', 'id'=>'uc','readOnly' => 'readOnly'))!!}
{!! Form::select('tipo_op', $tipo_op,NULL , $attributes = array('class' => 'form-control', 'id'=>'tipo_op','multiple' => 'multiple','size' => 2))!!}