|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/leadai/leadai.co.in/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<!-- begin::main content -->
<main class="main-content">
<div class="container">
<!-- begin::page header -->
<div class="page-header">
<h3>Change Gatekeeper Password</h3>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<?php echo e(asset('dashboard')); ?>">Dashboard</a></li>
<li class="breadcrumb-item" aria-current="page"><a href="<?php echo e(asset('gatekeeper/gatekeeper-list')); ?>">Gatekeeper</a></li>
<li class="breadcrumb-item active" aria-current="page">Change Password</li>
</ol>
</nav>
</div>
<!-- end::page header -->
<div class="row">
<div class="col-md-6">
<?php if (isset($component)) { $__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\FlashMessage::class, []); ?>
<?php $component->withName('flashMessage'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74)): ?>
<?php $component = $__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74; ?>
<?php unset($__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74); ?>
<?php endif; ?>
<div class="card">
<div class="card-body">
<a href="<?php echo e(asset('admin/users')); ?>" class="btn text-white btn-primary pull-right"><i
class="fa fa-list fa-lg pr-2 text-white"></i>Users</a>
<h4 class="card-title">Gatekeeper Password</h4>
<form action="<?php echo e(asset('gatekeeper/getekeeper-password-reset/' . Request::segment(3))); ?>" method="post">
<?php echo csrf_field(); ?>
<div class="form-group">
<label for="password">Password</label>
<input type="password" class="form-control" name="password" id="password"
placeholder="New password">
<?php if($errors->has('password')): ?>
<div class="error">
<?php echo e($errors->first('password')); ?>
</div>
<?php endif; ?>
</div>
<div class="form-group">
<label for="confirm_password">Confirm Password</label>
<input type="password" class="form-control" name="confirm_password"
id="confirm_password" placeholder="Confirm Password">
<?php if($errors->has('confirm_password')): ?>
<div class="error">
<?php echo e($errors->first('confirm_password')); ?>
</div>
<?php endif; ?>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- end::main content -->
<?php $__env->stopSection(); ?>
<?php $__env->startPush('footer-script'); ?>
<!-- begin::select2 -->
<!-- begin::select2 -->
<link rel="stylesheet" href="<?php echo e(asset('public/admin/vendors/select2/css/select2.min.css')); ?>" type="text/css">
<!-- end::select2 -->
<script src="<?php echo e(asset('public/admin/vendors/select2/js/select2.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/admin/js/examples/select2.js')); ?>"></script>
<!-- end::select2 -->
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH F:\xampp\htdocs\visitor_management\resources\views/gatekeeper/reset-password.blade.php ENDPATH**/ ?>