|
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/sld.edukrypt.app/storage/framework/views/ |
Upload File : |
<!doctype html>
<html lang="en">
<?php echo $__env->make('includes.style', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<body>
<?php
// $url = Request::session()->get('urlarr');
// $currentURL = url()->current();
// $url[] = $currentURL;
// // array_push($url,$currentURL);
// // $arr[] = $currentURL;
// session()->put('urlarr',$url);
// print_r( session()->get('urlarr'));
?>
<style>
@media(max-width:991px){
.change_password_row{
position:relative !important;
top:70px !important;
}
}
</style>
<div class="wrapper home-bg">
<div class="fixed-header black-header">
<div class="container-fluid cf-set">
<?php echo $__env->make('includes.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
<div class="data-adjust">
<div class="container-fluid cf-set">
<div class="row align-items-top justify-content-center pt-20 mt-5 change_password_row">
<div class="col-lg-4 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.2s">
<?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; ?>
<form method="post" action="<?php echo e(route('web.change-password-out')); ?>">
<?php echo csrf_field(); ?>
<h2 class="h2 mb-3" style="margin-top: 30px;">Change Password </h2>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">New Password</label>
<input type="password" name="password" class="form-control" placeholder="Password......">
<?php if($errors->has('password')): ?>
<div class="error">
<?php echo e($errors->first('password')); ?>
</div>
<?php endif; ?>
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Confirm New Password</label>
<input type="password" name="password_confirmation" class="form-control" placeholder="Confirm Password......">
<?php if($errors->has('password_confirmation')): ?>
<div class="error">
<?php echo e($errors->first('password_confirmation')); ?>
</div>
<?php endif; ?>
</div>
<div class=" d-flex justify-content-center">
<div class="button_su mt-3 mb-3 " >
<span class="su_button_circle"></span>
<a href="<?php echo e(url()->previous()); ?>" class="button_su_inner"><span class="button_text_container"> <i class="bi bi-arrow-left"></i> Back </span></a>
</div>
<button class="button_su mt-3 mb-3 " type="submit" >
<span class="su_button_circle"></span>
<a href="#" class="button_su_inner"><span class="button_text_container"> Submit <i class="bi bi-arrow-right"></i></span></a>
</button>
</div>
</form>
</div>
<div class="col-lg-3 offset-lg-1 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.2s">
<center>
<img style="margin:30px" width="100%" src="<?php echo e(asset('public/frontend/img/login.png')); ?>" alt="">
</center>
</div>
</div>
</div>
</div>
</div>
<?php echo $__env->make('includes.js', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</body>
</html><?php /**PATH /var/www/sld.edukrypt.app/resources/views/change-pass-out.blade.php ENDPATH**/ ?>