File: //var/www/html/punjabcabs/storage/framework/views/fa8e4d6e62fb7630d67b6021c7c508df04433910.php
<?php $__env->startSection('content'); ?>
<!-- Page Header -->
<div class="page-header">
<div class="container">
<h2 class="page-title">Reset Password</h2>
</div>
</div>
<!-- Page Header End -->
<div class="cps-section cps-section-padding custom-padding">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-xs-12">
<div class="cps-section-header text-center">
<h3 class="cps-section-title">Create your account and get moving in minutes</h3>
<p class="cps-section-text">Welcome to <?php echo e(Setting::get('site_title', 'Unicotaxi')); ?>, the easiest way to get around at the tap of a button.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 col-md-offset-4 col-sm-offset-3">
<?php if(session('status')): ?>
<div class="alert alert-success">
<?php echo e(session('status')); ?>
</div>
<?php endif; ?>
<div class="login-with-social" style="margin-bottom: 25px;">
<a class="twitter-login" href="<?php echo e(url('login')); ?>">ALREADY HAVE AN ACCOUNT?</a>
</div>
<form id="loginForm" class="account-form" action="<?php echo e(url('/password/email')); ?>" method="POST">
<?php echo e(csrf_field()); ?>
<input type="email" name="email" placeholder="Email Address" value="<?php echo e(old('email')); ?>">
<?php if($errors->has('email')): ?>
<span class="help-block">
<strong><?php echo e($errors->first('email')); ?></strong>
</span>
<?php endif; ?>
<button type="submit">SEND PASSWORD RESET LINK</button>
</form>
<div class="text-center or-section">
Or <a href="<?php echo e(route('login')); ?>">Sign in</a> with your user account.
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('user.layout.auth', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>