<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> <!--320-->
  <title><?php echo AppHelper::config('site_name'); ?></title>
  <!-- <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
  <link rel="icon" href="images/favicon.ico" type="image/x-icon"> -->
  <!-- Bootstrap CSS -->
  <link rel='stylesheet' href='<?php echo URL('admin/assets/css/bootstrap.min.css'); ?>'>
  <link rel='stylesheet' href='<?php echo URL('admin/assets/css/material.css'); ?>'>
  <link rel='stylesheet' href='<?php echo URL('admin/assets/css/style.css'); ?>'>
  <link rel='stylesheet' href='<?php echo URL('admin/assets/css/sweet-alerts/sweetalert.css'); ?>'>
  <link rel='stylesheet' href='<?php echo URL('admin/assets/css/jtree.css'); ?>'>
  <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
  <link rel="icon" href="<?php echo URL('favicon'); ?>" type="image/x-icon" />
  <link rel="shortcut icon" href="<?php echo URL('favicon'); ?>" type="image/x-icon" />

  <script src='<?php echo URL('admin/assets/js/jquery.js'); ?>'></script>

  <script src='<?php echo URL('admin/assets/js/app.js'); ?>'></script>
</head>
<body>

<div class="wrapper ">
<?php echo $__env->make('admin.includes.leftbar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

