<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Pannonia - premium responsive admin template by Eugene Kopyov</title>
<link href="<?php echo e(URL::asset('css/main.css')); ?>" rel="stylesheet" />
<!--[if IE 8]><link href="css/ie8.css" rel="stylesheet" type="text/css" /><![endif]-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>

<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/charts/excanvas.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/charts/jquery.flot.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/charts/jquery.flot.resize.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/charts/jquery.sparkline.min.js')); ?>"></script>

<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.easytabs.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.collapsible.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.mousewheel.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/prettify.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.bootbox.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.colorpicker.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.timepicker.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.jgrowl.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.fancybox.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.fullcalendar.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/ui/jquery.elfinder.js')); ?>"></script>

<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/uploader/plupload.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/uploader/plupload.html4.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/uploader/plupload.html5.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/uploader/jquery.plupload.queue.js')); ?>"></script>

<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.uniform.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.autosize.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.inputlimiter.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.tagsinput.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.inputmask.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.select2.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.listbox.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.validation.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.validationEngine-en.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.form.wizard.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/forms/jquery.form.min.js')); ?>"></script>

<script type="text/javascript" src="<?php echo e(URL::asset('js/plugins/tables/jquery.dataTables.min.js')); ?>"></script>

<script type="text/javascript" src="<?php echo e(URL::asset('js/files/bootstrap.min.js')); ?>"></script>

<script type="text/javascript" src="<?php echo e(URL::asset('js/files/functions.js')); ?>"></script>

<script type="text/javascript" src="<?php echo e(URL::asset('js/charts/graph.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/charts/chart1.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/charts/chart2.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/charts/chart3.js')); ?>"></script>
</head>

<body>
    <!-- Content container -->
    <div id="container">
    <div id="top" styele="position: relative;">
        <div class="ivylogo">
            <a href="<?php echo e(URL::to('/cms/administration')); ?>"><img alt='ivylogo' src="<?php echo e(URL::asset('/images/ivylogo.png')); ?>"></a>
        </div>

        <div class='logout_wrap' style="position: absolute; right: 30px; top: 80px;">
         
         <a href="<?php echo e(URL::to('/cms/logout')); ?>"><button class='btn btn-danger'>Log out</button></a>

        </div>
    </div>
        <!-- Sidebar -->
        <div id="sidebar">
            <div class="sidebar-tabs">
                
                <div id="general">
                      <ul class="navigation widget">
                      <?php if(Auth::user()->username == 'admin'): ?>

                        <li><a href="<?php echo e(URL::to('/cms/administration/manage-users')); ?>" title=""><i class="icon-copy"></i>Manage Users</a></li>

                        <li><a href="<?php echo e(URL::to('/cms/administration/manage-students')); ?>" title=""><i class="icon-copy"></i>Manage Students</a></li>

                      <?php endif; ?>
                     <?php if(Auth::user()->username == 'tutor'): ?>

                        <li id='msgs'><a href="<?php echo e(URL::to('/cms/administration/messages/inbox')); ?>" title=""><i class="icon-copy"></i>Messages  <strong><span id='msg_not' style='display:none;'> </span></strong></a></li>

                     <?php endif; ?> 

                        <li><a href="administration/Manage_Groups" title=""><i class="icon-copy"></i>Manage Groups</a></li>

                      <?php if(Auth::user()->username == 'admin'): ?>

                        <li><a href="<?php echo e(URL::to('/cms/administration/manage-courses')); ?>" title=""><i class="icon-copy"></i>Manage Courses</a></li>

                      <?php endif; ?>
                       

                         
                   <!--      <li><a href="invoice.html" title=""><i class="icon-copy"></i>Manage Locations</a></li> -->
                        <li><a href="<?php echo e(URL::to('/cms/administration/classroom/create-classroom')); ?>" title=""><i class="icon-copy"></i>Create Classroom</a></li>
         <!--                <li><a href="tables.html" title=""><i class="icon-table"></i>Tables</a></li>
                        <li><a href="#" title="" class="expand"><i class="icon-warning-sign"></i>Error pages<strong>6</strong></a> -->
                      </ul>
                    <!-- /main navigation -->
                </div>
            
            </div>
        </div>
        <!-- /sidebar -->
        <!-- Content -->
    <div id="content">
        <?php echo $__env->yieldContent('content'); ?>
   </div>
   </div>
<!-- Footer -->
<div id="footer">
	<div class="copyrights">&copy;  Brought to you by Eugene Kopyov.</div>
	<ul class="footer-links">
		<li><a href="" title=""><i class="icon-cogs"></i>Contact admin</a></li>
		<li><a href="" title=""><i class="icon-screenshot"></i>Report bug</a></li>
	</ul>
</div>
</body>
