File: /var/www/html/punjabcabs/storage/framework/views/ff07300206128a52b7d7de971e638478df22c01b.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(); ?>