<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="utf-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="description" content="Welcome to Market Kounimap, Market Kounimap is virtual shopping mall.">
 <meta name="keywords" content="kounimap, unimap, kounimap idea, shopping, online, virtual shopping, shopping mall, free, buy online, online shop, perlis, roap, roapers">
 <meta name="author" content="Kounimap Idea">
 <meta name="robots" content="index, nofollow">
 <link rel="shortcut icon" href="/img-system/icon.png">

 <title>Market Kounimap - virtual shopping mall</title>
 <title>Virtual Shopping Mall</title>

 <!-- Bootstrap core CSS -->
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <link href="/css/custom.css" rel="stylesheet">

 <!-- Just for debugging purposes. Don't actually copy this line! -->
 <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->

 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>

<body>

  <div class="container">

    <div class="row">

      <div class="col-md-offset-3 col-md-6">
        <div class="panel panel-default">
          <div class="panel-heading"><h4>Admin - Login</h4></div>
          <div class="panel-body">
            <?php if(Session::has('loginStatus') && !Session::get('loginStatus')): ?>
            <div class="alert alert-danger center">Login Error!</div>  
            <?php endif; ?>
            <br>
            <form class="form-horizontal" method="post" action="/adminlogin">
              <div class="form-group">
                <label class="col-md-4 control-label">Username</label>
                <div class="col-md-4">
                  <input type="text" class="form-control" name="username" required>
                </div>
                <div class="col-lg-4">
                  <!--a href="">Forgot Username?</a-->
                </div>
              </div>
              <div class="form-group">
                <label class="col-md-4 control-label">Password</label>
                <div class="col-md-4">
                  <input type="password" class="form-control" name="password" required>
                </div>
                <div class="col-md-4">
                  <!--a href="">Forgot Password?</a-->
                </div>
              </div>
              <div class="form-group">
                <div class="col-lg-offset-4 col-lg-10">
                  <button type="submit" class="btn btn-warning">Login</button>
                </div>
              </div>
            </form>
          </div>
        </div>
      </div>
      <?php echo $__env->make('/status-message', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    </div> <!-- /container -->

<!-- Bootstrap core JavaScript
  ================================================== -->
  <!-- Placed at the end of the document so the pages load faster -->
  <script src="/js/jquery-1.11.1.min.js"></script>
  <script src="/js/bootstrap.min.js"></script>
</body>
</html>
