Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/rentpix.corals.io/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/rentpix.corals.io/storage/framework/views/b4b17682709bcf79ed07016c89edaf1e5c707c01.php
<?php $__env->startSection('title','Reset Password'); ?>

<?php $__env->startSection('content'); ?>
    <div class="col-md-4">
        <div class="block block-rounded block-themed mb-0">
            <div class="block-header bg-primary-dark">
                <h3 class="block-title">RESET PASSWORD</h3>
                <div class="block-options">
                    <a class="btn-block-option js-tooltip-enabled" href="<?php echo e(url('login')); ?>"
                       data-toggle="tooltip" data-placement="left" title="" data-original-title="Sign In">
                        <i class="fa fa-sign-in"></i>
                    </a>
                </div>
            </div>

            <div class="block-content">
                <?php if(session('status')): ?>
                    <div class="alert alert-success">
                        <?php echo e(session('status')); ?>

                    </div>
                <?php endif; ?>

                <div class="p-sm-3 px-lg-4 py-lg-5">
                    <h4 class="text-muted">Please provide your account’s email and we will send you your password.</h4>
                    <form method="POST" action="<?php echo e(route('password.email')); ?>">
                        <?php echo e(csrf_field()); ?>

                        <div class="form-group text-center">
                            <?php if(session('confirmation_user_id')): ?>
                                <a href="<?php echo e(route('auth.resend_confirmation')); ?>"><?php echo app('translator')->get('User::labels.confirmation.resend_email'); ?></a>
                            <?php endif; ?>
                        </div>
                        <div class="form-group py-3 has-feedback <?php echo e($errors->has('email') ? ' has-error' : ''); ?>">
                            <input type="email" name="email"
                                   class="form-control form-control-alt form-control-lg" placeholder="Email"
                                   value="<?php echo e(old('email')); ?>" autofocus/>

                            <?php if($errors->has('email')): ?>
                                <div class="help-block">
                                    <strong><?php echo e($errors->first('email')); ?></strong>
                                </div>
                            <?php endif; ?>
                        </div>

                        <div class="form-group row">
                            <div class="col-md-6 col-xl-5">
                                <button type="submit" class="btn btn-block btn-alt-primary">
                                    <i class="fa fa-fw fa-envelope mr-1"></i> Send Mail
                                </button>
                            </div>
                        </div>

                    </form>
                </div>
            </div>

        </div>
    </div>

<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.auth', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/rentpix.corals.io/resources/themes/rentpix/auth/passwords/email.blade.php ENDPATH**/ ?>

Spamworldpro Mini