<!doctype html>
<html>
    <head>
        <meta charset="utf-8"> 
        <?php $__env->startSection('title'); ?>
            Golars Networks
        <?php $__env->stopSection(); ?>
        <title><?php echo $__env->yieldContent('title'); ?></title>
        <link href='http://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
        <link href="<?php echo URL::to('/');; ?>/css/bootstrap.min.css" rel="stylesheet"/>
        <link href="<?php echo URL::to('/');; ?>/css/bootstrap-theme.min.css" rel="stylesheet"/>
        <link href="<?php echo URL::to('/');; ?>/css/datatable.css" rel="stylesheet"/>
        <link href="<?php echo URL::to('/');; ?>/css/chosen.min.css" rel="stylesheet"/>
        <link href="<?php echo URL::to('/');; ?>/css/custom1.css" rel="stylesheet"/>
        <link href="<?php echo URL::to('/');; ?>/css/style.css" rel="stylesheet"/>
        <link href="<?php echo URL::to('/');; ?>/css/datepicker.css" rel="stylesheet"/>
        <link href="<?php echo URL::to('/');; ?>/css/prettyPhoto.css" rel="stylesheet"/>
        <link href="<?php echo URL::to('/');; ?>/css/chat.css" rel="stylesheet" media="all" />
        <link href="<?php echo URL::to('/');; ?>/css/screen.css" rel="stylesheet" media="all" />
        <link href="<?php echo URL::to('/');; ?>/css/screen_ie.css" rel="stylesheet" media="all" />
        <script>var base_url = "<?php echo URL::to('/');; ?>/";</script>

    </head>
    <body>
        <div class="container bg_container">
            <header class="headere_main"> 

                <div class="left-profilo dropdown">
                    <a data-toggle="dropdown" href="javascript:void(0);" style="color:#01bbec;">Admin<span class="caret"></span></a>
                    <p>
                        <span>Welcome </span>
                        <strong><?php echo Auth::user()->user_displayname; ?></strong>
                        <span class="utype">(<?php echo $type = Session::get('usertype'); ?>)</span>
                    </p>
                    <ul class="droup dropdown-menu" role="menu" aria-labelledby="dLabel">
                        <!--<li><a class="profilo" href="<?php echo URL::to('/');; ?>/profile" title="Update Profile">Edit Profile</a></li>-->
                        <li><a class="changpass" href="<?php echo URL::to('/');; ?>/changepass" title="Change Password">Change Password</a></li>
                        <li><a class="logout" href="<?php echo URL::to('/');; ?>/logout" title="Logout">logout</a></li>
                    </ul>
                </div>
                <div class="reports">
                    <a href="<?php echo URL::to('/');; ?>/technologies" ><span>Technologies</span></a> 
                </div>
                <div class="reports">
                    <a href="<?php echo URL::to('/');; ?>/questions" ><span>Questions</span></a> 
                </div>
                <div class="reports">
                    <span class="chatSubMenu"><a style='color:green;padding: 5px 0;' href="javascript:void(0)" >Support</a>
                        <ul class="reportsDrpDwnPointer">
                            <a href="#requestconfirm" rel='prettyPhoto' id="confirmpp"></a>
                            <div id="requestconfirm"></div>  
                            <?php if($type == 'student'): ?>
                            <?php $supportBatches = Session::get("supportBatches"); ?>
                            <?php foreach($supportBatches as $k=>$v): ?>
                            <!--<li id="openchatonsuccess"><a href="javascript:void(0);" onclick="javascript:chatWith('<?php echo $k; ?>','<?php echo $v; ?>')"></a></li>-->
                            <li><a href="<?php echo URL::to('/');; ?>/invitetochat/<?php echo $k; ?>?iframe=true" rel='prettyPhoto'><?php echo $v; ?></a></li>
                            <?php endforeach; ?>
                            <?php endif; ?> 
                            <?php if($type == 'faculty'): ?>
                            <?php $editStudents = Session::get("editStudents"); ?>
                            <?php foreach($editStudents as $k=>$v): ?>
                            <li><a href="javascript:void(0);" onclick="javascript:chatWith('<?php echo $k; ?>','<?php echo $v; ?>')"><?php echo $v; ?></a></li>
                            <?php endforeach; ?>
                            <?php endif; ?>
                            <?php if($type == 'admin'): ?>
                            <?php $allStudents = Session::get("allStudents"); ?>
                            <?php foreach($allStudents as $k=>$v): ?>
                            <li><a href="javascript:void(0);" onclick="javascript:chatWith('<?php echo $k; ?>','<?php echo $v; ?>')"><?php echo $v; ?></a></li>
                            <?php endforeach; ?>
                            <?php endif; ?>
                            <a href="#sendchatdataid" rel='prettyPhoto' id="sendchatdatadiv"></a>
                            <div id="sendchatdataid"></div> 	
                        </ul>

                    </span> 
                </div> 
            </header>

            <a href="<?php echo URL::to('/');; ?>"  style="float: left;"><img class="ilogo" src="<?php echo URL::to('/');; ?>/img/logo.png" alt="logo" /></a>
            <div class="header">
                <ul>
                    <?php $temp = Session::get("role_permissions"); ?>
                    <?php if (isset($temp['all'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/students" class="student"><span>Student</span></a></li>
                    <?php } ?>
                    <?php if (isset($temp['attendance']['r'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/students" class="student"><span>Student</span></a></li>
                    <?php } ?>
                    <?php if (isset($temp['materials']['r'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/studentmaterials" class="student"><span>Materials</span></a></li>
                    <?php } ?>
                    <?php if (isset($temp['assignment']['r'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/studentassignments" class="admin"><span>Assignments</span></a></li>
                    <?php } ?>
                    <?php if (isset($temp['assignment']['r'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/studentclasses" class="consultancy"><span>Classes</span></a></li>
                    <?php } ?>
                    <?php if (isset($temp['all'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/faculties" class="faculty"><span>Faculty</span></a></li>
                    <?php } ?>
                    <?php if (isset($temp['all'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/adminusers" class="admin"><span>Admin</span></a></li>
                    <?php } ?>
                    <?php if (isset($temp['all'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/clients" class="consultancy"><span>Clients</span></a></li>
                    <?php } ?>
                    <?php if($type == 'admin' || $type == 'client'): ?>
                    <li class="reportsSubMenu"><a class="course" href="javascript:void(0)"><span>Reports</span></a>
                        <ul class="reportsDrpDwnPointer"> 
                            <?php if($type == 'admin'): ?>
                            <li><a href="<?php echo URL::to('/');; ?>/reports">Report By Batch</a></li>
                            <li><a href="<?php echo URL::to('/');; ?>/reportsbystudent">Report By Student</a></li>
                            <li><a href="<?php echo URL::to('/');; ?>/reportsbyclients">Report By Client</a></li>
                            <?php endif; ?>
                            <?php if($type == 'client'): ?>
                            <li><a href="<?php echo URL::to('/');; ?>/reportbystudentforclient">Report by Student</a></li>
                            <?php endif; ?>
                            <?php if($type == 'client' || $type == 'admin'): ?>
                            <li><a href="<?php echo URL::to('/');; ?>/overallreportsforclients">Overall Attendance</a></li> 
                            <?php endif; ?>
                        </ul>
                    </li>
                    <?php endif; ?>
                    <?php if (isset($temp['all']) || isset($temp['batches']['r'])) { ?>
                        <li><a href="<?php echo URL::to('/');; ?>/batches" class="common"><span>Batches</span></a></li>
                    <?php } ?>
                </ul>
            </div>


            <div class="mainlayout">

                <div class="flash alert error hide" id="ajaxmsg"></div>
                <div class="flash alert success hide" id="ajaxmsg_success"></div>
                <span class="loadimg"></span>	


                <?php if (Session::has('message')): ?>
                <div class="flash alert hide">
                    <p><?php echo Session::get('message'); ?></p>
                </div>
                <?php endif; ?>
                <?php if (Session::has('emessage')): ?>
                <div class="flash alert error" id="emsgdply">
                    <p><span class="error_msg"></span><?php echo Session::get('emessage'); ?><a href="javascript:void(0)" onClick="delfun();"><span class='emsgicon'></span></a></p>
                </div>
                <?php endif; ?>
                <?php if (Session::has('successmessage')): ?>
                <div class="flashing alert error" id="successmsgdply">
                    <p><span class="success_msg"></span><?php echo Session::get('successmessage'); ?><a href="javascript:void(0)" onClick="delmsg();"><span class='emsgicon'></span></a></p>
                </div>
                <?php endif; ?>
                <?php echo $__env->yieldContent('main'); ?> 

                <div class="info abtinfo">
                    <div class="info-a">
                        <h3>About Us</h3>
                        <p>Golars Networks has been committed to excellence in Networking and Security training foraying into diversified disciplines of learning. It has steadily evolved into a world class training recognized for the experiential industry leading technology learning.</p>
                        <p>The Golars Group has two institutes - its main office at New Jersey and branch office at Hyderabad. Known for its creative dynamism and flexibility, the Golars Networks offers varied programs blending skill development and value orientation to shape the career of students and develop holistic personality to be privileged members of the civil society. The Golars also offers severalprograms through distance learning to increase access to higher education with emphasis on reaching the unreached.</p>
                        <p>The Golars Group has established placement cell in each of its institutes to train and guide the students in finding lucrative placements. The placement record has been consistently highly impressive, with major recruiters from both the core and IT companies. Welcome to Golars Network Training institute, a dream destination of all Networking and Security Courses.</p>
                    </div>	
                    <div class="info-b">
                        <h3>Why Us</h3>
                        <p><img src="<?php echo URL::to('/');; ?>/img/content-img1.png" alt=""/>Our  variety of services in the areas of Taining and Placements is like a tree structure , where all the resources are available in single window to make our students goals true. </p>
                        <p><img src="<?php echo URL::to('/');; ?>/img/content-img2.png" alt=""/> Our service can be Onsite or Offsite or Combination that best suites to everyone.We belive our students are one of the strongest pillars for our success. </p>
                        <p><img src="<?php echo URL::to('/');; ?>/img/content-img3.png" alt="">The dedicated team of placement officers at Golars work deligently to seek and provide opportunities for our students, once a student has been placed in the industry he can come back to us to better his job prospects.We maintain this relationship up until our student is stabalized and confident in the industry.</p>
                    </div>
                </div>

                <div class="footer">
                    <a  href="<?php echo URL::to('/');; ?>"><img src="<?php echo URL::to('/');; ?>/img/logo.png" alt="logo" /></a>
                    <ul>
                        <li><a href="<?php echo URL::to('/');; ?>/students" class="">Student</a></li>
                        <li><a href="<?php echo URL::to('/');; ?>/faculties" class="">Faculty</a></li>
                        <li><a href="<?php echo URL::to('/');; ?>/adminusers" class="">Admin</a></li>
                        <li><a href="<?php echo URL::to('/');; ?>/clients" class="">Clients</a></li>
                        <li><a href="<?php echo URL::to('/');; ?>/technologies" class="">Technologies</a></li>
                        <li><a href="<?php echo URL::to('/');; ?>/batches" class="">Batches</a></li>
                    </ul> 
                    <?php $year = Session::get("current_year"); ?>
                    <p>Copyright © Golars Networks Pvt Ltd,<?php echo $year; ?>.</p>
                </div> 
            </div>
        </div>
        <script>

            function delfun() {
                $("#emsgdply").addClass("hide");
            }
            function delmsg() {
                $("#successmsgdply").addClass("hide");
            }
            
        </script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/jquery.js"></script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/jquery.validation.js"></script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/datatables.js"></script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/bootstrap.min.js"></script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/chosen.jquery.min.js"></script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/bootstrap-datepicker.js"></script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/custom.js"></script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/ckeditor/ckeditor.js"></script> 
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/jquery.prettyPhoto.js"></script>
        <script type="text/javascript" src="<?php echo URL::to('/');; ?>/js/chat.js"></script> 
        <?php echo (isset($scripts)) ? '<script src="'. asset($scripts).'"></script>' : ""; ?>

    </body>
</html>
