?>
" rel="stylesheet">
        <link href="<?php 
echo site_url('include/ext/bootstrap-table.css');
?>
" rel="stylesheet">
        <script src="<?php 
echo site_url('include/ext/bootstrap-table.js');
?>
"></script>
        <?php 
$use = new class_loader();
$use->use_lib('site/students/students_lib');
$lib = new students_lib();
$data = array_shift($lib->get_info());
$data_co = array_shift($lib->info_companies());
?>
        <div class="col-sm-12 main">
            <div class="col-sm-6">

                    <h4>Name : <?php 
echo $data[tpl_students::first_name()] . ' ' . $data[tpl_students::last_name()];
?>
</h4>
                    <h4>Supervisor : <?php 
echo $data[tpl_supervisor::supervisor() . '_' . tpl_supervisor::name()];
?>
</h4>
                    <h4>Specialty : <?php 
echo $data[tpl_specialty::specialty() . '_' . tpl_specialty::name()];
?>