D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
hms.dentostock.com
/
storage
/
framework
/
views
/
Filename :
721e9f74341a8beca25a1e5ffeb9664e.php
back
Copy
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.user.password')); ?> <?php echo e(__('messages.common.reset')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php $style = 'style=background-image:url(' . asset('assets/img/progress-hd.png') . ')'; $settingValue = getSettingValue(); App::setLocale(session('languageName')); ?> <div class="d-flex flex-column flex-column-fluid align-items-center mt-12 p-4"> <div class="col-12 text-center mt-0"> <a href="<?php echo e(route('front')); ?>" class="image mb-7 mb-sm-10"> <img alt="Logo" src="<?php echo e($settingValue['app_logo']['value']); ?>" class="img-fluid logo-fix-size"> </a> </div> <div class="width-540"> <?php if($errors->any()): ?> <div class="alert alert-danger"> <ul class="mb-0"> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><?php echo e($error); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> <?php if(session('status')): ?> <div class="alert alert-success"> <?php echo e(session('status')); ?> </div> <?php endif; ?> </div> <div class="bg-white rounded-15 shadow-md width-540 px-5 px-sm-7 py-10 mx-auto"> <h1 class="text-center mb-7"><?php echo e(__('auth.login.forgot_password') . ' ?'); ?></h1> <div class="fs-5 mb-5 text-center"><?php echo e(__('auth.forgot_password.title')); ?></div> <form class="form w-100" method="POST" action="<?php echo e(url('/password/email')); ?>"> <?php echo csrf_field(); ?> <div class="row"> <div class="mb-4"> <label for="email" class="form-label"> <?php echo e(__('auth.email') . ':'); ?><span class="required"></span> </label> <input id="email" class="form-control" type="email" value="<?php echo e(old('email')); ?>" required autofocus name="email" autocomplete="off" placeholder="<?php echo e(__('auth.email')); ?>" /> </div> </div> <div class="row"> <!-- Submit Field --> <div class="form-group col-sm-12 d-flex text-start align-items-center"> <button type="submit" class="btn btn-primary"> <span class="indicator-label"> <?php echo e(__('auth.forgot_password.send_pwd_reset')); ?></span> </button> <a href="<?php echo e(route('login')); ?>" class="btn btn-secondary my-0 ms-5 me-0"><?php echo e(__('messages.common.cancel')); ?></a> </div> </div> </form> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.auth_app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/forge/hms.dentostock.com/resources/views/auth/passwords/email.blade.php ENDPATH**/ ?>