HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /var/www/html/punjabcabs/storage/framework/views/f59f9137a2adbee4580d3d01662d1173f87e7e5c.php
<?php $__env->startSection('content'); ?>
<form name="form1" class="box" onsubmit="return checkStuff()" method="POST" action="<?php echo e(url('/admin/login')); ?>">
  <?php echo e(csrf_field()); ?>

      <h4>Admin <span>Dashboard</span></h4>
      <h5>Sign in to your account.</h5>
      <?php if($errors->has('email')): ?>
          <span class="error" id="msg"><?php echo e($errors->first('email')); ?></span>
      <?php endif; ?>
      <?php if($errors->has('password')): ?>
         <span class="error" id="msg"><?php echo e($errors->first('password')); ?></span> 
      <?php endif; ?>
          <input type="text" name="email" placeholder="Email" autocomplete="off">
          <input type="password" name="password" placeholder="Passsword" id="pwd" autocomplete="off">
          <label>
              <input type="checkbox">
              <span></span>
              <small class="remember">Remember me</small>
          </label>
          <a href="<?php echo e(url('/admin/password/reset')); ?>" class="forgetpass">Forget Password?</a>
          <input type="submit" value="SIGN IN" class="btn1">
</form>
<?php $__env->stopSection(); ?>

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