<?php $__env->startSection('content'); ?>   
<div class="gb ut">
  <div class="uv">
    <form role="form" class="alq dj j">

      <a href="/" class="l amb">
        <h2> Election Management  </h2>

      </a>

      <div class="et">
        <input class="form-control" placeholder="Username">
      </div>

      <div class="et alu">
        <input type="password" class="form-control" placeholder="Password">
      </div>

      <div class="amb">
        <button class="cg fp">Log In</button>
        <button class="cg fm">Sign up</button>
      </div>

      <footer class="apd">
        <a href="#" class="dp">Forgot password</a>
      </footer>
    </form>
  </div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.login', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>