관리-도구
편집 파일: 5c01548230428d49747b806d6692159ea10e951d.php
<?php $__env->startSection('content'); ?> <section class="login-page"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-5 col-md-7"> <div class="admin-login-wrapper"> <h3 class="text-dark text-center mb-4"><?php echo e(__('Send Reset Code')); ?></h3> <form action="<?php echo e(route('admin.password.reset')); ?>" method="POST" class="cmn-form mt-30"> <?php echo csrf_field(); ?> <div class="form-group"> <label for="email" class="text-white"><?php echo e(__('Email')); ?></label> <input type="email" name="email" class="form-control b-radius--capsule" id="username" value="<?php echo e(old('email')); ?>" placeholder="Enter your email"> <i class="las la-user input-icon"></i> </div> <div class="form-group text-right"> <a href="<?php echo e(route('admin.login')); ?>" class="text--small"><i class="fas fa-lock mr-2"></i><?php echo e(__('Login Here')); ?></a> </div> <div class="form-group mb-0"> <button type="submit" class="login-button text-white w-100" tabindex="4"> <?php echo e(__('Send Reset Code')); ?> </button> </div> </form> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('backend.auth.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/inprosysltd/public_html/cityscape.inprosysltd.com/core/resources/views/backend/auth/email.blade.php ENDPATH**/ ?>