<div class="col1 content">

    <h2 class="hpad">
    </h2>
    <h5 class="blue"><strong></strong></h5>
    <p class="stext">
        <a href="<?php echo base_url() ?>academic/studentsdetailsshow/2020-2021" style="color:#3b8dcf;">Click here to view the student detail in the academic year 2020-2021.</a> <br />
        <a href="<?php echo base_url() ?>academic/studentsdetailsshow/2019-2020" style="color:#3b8dcf;">Click here to view the student detail in the academic year 2019-2020.</a> <br />
        <a href="<?php echo base_url() ?>academic/studentsdetailsshow/2018-2019" style="color:#3b8dcf;">Click here to view the student detail in the academic year 2018-2019.</a> <br />
        <a href="<?php echo base_url() ?>academic/studentsdetailsshow/2018-2019" style="color:#3b8dcf;">Click here to view the student detail in the academic year 2017-2018.</a> <br />
    </p>
    <div class="faculty-table">
        <table>
            <tr>
                <th rowspan="2" width="25%">Programme Name</th>
                <th rowspan="2" width="50%" class="td-name-left">Subjects</th>
                <th colspan="2" width="25%">Number of Student Enroll</th>
            </tr>
            <tr>
                <!-- <th></th>
					<th></th> -->
                <th>1<sup>st</sup> Year</th>
                <th>2<sup>nd</sup> Year</th>
            </tr>
            <tr>
                <td rowspan="8">B.Ed</td>
                <td class="td-name-left">Tamil</td>
                <td>09 </td>
                <td>11 </td>
            </tr>
            <tr>
                <td class="td-name-left">English</td>
                <td>20 </td>
                <td>16 </td>
            </tr>
            <tr>
                <td class="td-name-left">Maths</td>
                <td>17 </td>
                <td>02 </td>
            </tr>
            <tr>
                <td class="td-name-left">Physical Science</td>
                <td>10 </td>
                <td>03 </td>
            </tr>
            <tr>
                <td class="td-name-left">Biological Science</td>
                <td>04 </td>
                <td>03 </td>
            </tr>
            <tr>
                <td class="td-name-left">History</td>
                <td>09 </td>
                <td>02 </td>
            </tr>
            <tr>
                <td class="td-name-left">Commerce and Accountancy</td>
                <td>10 </td>
                <td>02 </td>
            </tr>
            <tr>
                <td class="td-name-left">Computer Science</td>
                <td>17 </td>
                <td>07 </td>
            </tr>
        </table>
    </div>
</div>
<div class="col2">
    <?php $this->load->view('include/req_form'); ?>
    <div class="rtab">
        <?php $this->load->view('include/stud_navi'); ?>
    </div>
    <?php $this->load->view('include/clg_gallery'); ?>
</div>