<!DOCTYPE html>
<html lang="en">
<head>
	<title>The Ivy Key</title>
	<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
	<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css">
	<link rel="stylesheet" href="<?php echo e(URL::asset('uikit/css/uikit.gradient.css')); ?>">
	<link rel="stylesheet" href="<?php echo e(URL::asset('uikit/css/addons/uikit.addons.min.css')); ?>">
	<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600,700">
	<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Playfair+Display:400,700">
    <link rel="stylesheet" href="<?php echo e(URL::asset('css/register/style.css')); ?>">
	<script type="text/javascript" src="<?php echo e(URL::asset('js/jquery.js')); ?>"></script>
	<script type="text/javascript" src="<?php echo e(URL::asset('uikit/js/uikit.min.js')); ?>"></script>
	<script type="text/javascript" src="<?php echo e(URL::asset('uikit/js/addons/upload.min.js')); ?>"></script>
	<script type="text/javascript" src="<?php echo e(URL::asset('uikit/js/addons/datepicker.min.js')); ?>"></script>
</head>
<body>
<div id="menu">
    <ul id="ulmenu">
        <li>
            <a href="<?php echo e(URL::to('/ivykey/dashboard')); ?>">
                <div class="button_label">
                    <img src="<?php echo e(URL::asset('images/icons/dashboard-1.png')); ?>" alt="">Profile
                </div>        
            </a>
        </li>
        <li>
            <a href="<?php echo e(URL::to('/ivykey/dashboard/classroom')); ?>">
                <div class="button_label">
                    <img src="<?php echo e(URL::asset('images/icons/dashboard-2.png')); ?>" alt="">Classroom
                </div>        
            </a>
        </li>
        <li>
            <a href="<?php echo e(URL::to('/ivykey/dashboard/messages')); ?>">
                <div class="button_label">
                    <img src="<?php echo e(URL::asset('images/icons/dashboard-3.png')); ?>" alt="">Messages
                </div>        
            </a>
        </li>
        <li>
            <a href="<?php echo e(URL::to('/ivykey/dashboard/calendar')); ?>">
                <div class="button_label">
                    <img src="<?php echo e(URL::asset('images/icons/dashboard-4.png')); ?>" alt="">Calendar
                </div>        
            </a>
        </li>
        <li>
            <a href="<?php echo e(URL::to('/ivykey/dashboard/notes')); ?>">
                <div class="button_label">
                    <img src="<?php echo e(URL::asset('images/icons/dashboard-5.png')); ?>" alt="">Notes
                </div>        
            </a>
        </li>
        <li>
            <a href="<?php echo e(URL::to('/ivykey/dashboard/support')); ?>">
                <div class="button_label">
                    <img src="<?php echo e(URL::asset('images/icons/dashboard-6.png')); ?>" alt="">Support
                </div>        
            </a>
        </li>
        <li>
            <a href="<?php echo e(URL::to('/ivykey/dashboard/logout')); ?>">
                <div class="button_label">
                    <img src="<?php echo e(URL::asset('images/icons/dashboard-7.png')); ?>" alt="">Logout
                </div>        
            </a>
        </li>
    </ul>
</div>
<!-- Profile -->
    <?php echo $__env->yieldContent('content'); ?>
<!-- /Profile -->
<footer>
    <div id="logo">
    	<img src="<?php echo e(URL::asset('images/logo.png')); ?>" alt="The Ivy Key" id="logoimg">
	</div>

    <div id="soc_icons">
        <a href="https://www.facebook.com/theivykey" target="_blank" class="uk-icon-facebook soc-border"></a>
        <a href="http://www.twitter.com/theivykey" target="_blank" class="uk-icon-twitter soc-border"></a>
        <a href="https://www.youtube.com/user/TheIvyKey/videos" target="_blank" class="uk-icon-youtube soc-border"></a>
        <a href="/ivykeyportal/aboutus/#contactus" class="uk-icon-phone soc-border"></a>
        <a href="/ivykeyportal/aboutus/#contactus" class="uk-icon-envelope-o soc-border"></a>
    </div>
    <p>© Copyright 2014 The Ivy Key. LLC. All Rights Reserved</p>
</footer>
</body>
</html>