<!DOCTYPE html>



<html lang="en">



<meta charset="utf-8">



  <head>



    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">



    <!-- Meta, title, CSS, favicons, etc. -->



    <meta charset="utf-8">



    <meta http-equiv="X-UA-Compatible" content="IE=edge">



    <meta name="viewport" content="width=device-width, initial-scale=1">







    <title>Login - <?php echo e(@$site_option->name); ?></title>







    <!-- Bootstrap -->



    <link href="public/vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">



    <!-- Font Awesome -->



    <link href="public/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">



    <!-- NProgress -->



    <link href="public/vendors/nprogress/nprogress.css" rel="stylesheet">



    <!-- Animate.css -->



    <link href="public/vendors/animate.css/animate.min.css" rel="stylesheet">







    <!-- Custom Theme Style -->



    <link href="public/build/css/custom.min.css" rel="stylesheet">



  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>



  </head>







  <body class="login">







    <div class="cont">



      <div class="bg_container">



  <div class="demo">



    <div class="login">



       <?php echo $__env->make('errors.note', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>



      <div style="position: absolute; top: 30px"><img src="<?php echo e(url('public/images/logo.png')); ?>" alt="" width="300"></div>



      <div class="login__form">



          <form method="post">



        <div class="login__row">



          <svg class="login__icon name svg-icon" viewBox="0 0 20 20">



            <path d="M0,20 a10,8 0 0,1 20,0z M10,0 a4,4 0 0,1 0,8 a4,4 0 0,1 0,-8" />



          </svg>



          <input type="text" name="account" value="<?php echo e(old('account')); ?>" class="login__input name" placeholder="Username"/>



        </div>



        <div class="login__row">



          <svg class="login__icon pass svg-icon" viewBox="0 0 20 20">



            <path d="M0,20 20,20 20,8 0,8z M10,13 10,16z M4,8 a6,8 0 0,1 12,0" />



          </svg>



          <input type="password" name="password" class="login__input pass" placeholder="Password"/>



        </div>



        <button type="submit" name="submit" class="login__submit">Sign in</button>



        <p class="login__signup">Bản quyền thuộc về &nbsp;<a href="http://wonderads.vn/" target="_blank">WonderAds</a></p>



         <?php echo e(csrf_field()); ?>







      </form>



      </div>



    </div>



  </div>



</div>







  </body>







</html>



