<div class="form-group">
                        <label>University : </label>
                        <select name="<?php 
echo tpl_students::students() . '_' . tpl_students::id_university();
?>
"
                                id="<?php 
echo tpl_students::students() . '_' . tpl_students::id_university();
?>
"
                                class="form-control">
                            <option></option>
                            <?php 
print $class_students->find_university();
?>
                        </select>
                    </div>

                    <div class="form-group College" style="display: none">
                        <label>College : </label>
                        <select name="<?php 
echo tpl_students::students() . '_' . tpl_students::id_college();
?>
"
                                id="<?php 
echo tpl_students::students() . '_' . tpl_students::id_college();
?>
"
                                class="form-control">