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/medad.corals.io/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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

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

        </div>
    <?php endif; ?>

    <form class="form-horizontal" method="POST" id="recoverform" action="<?php echo e(route('password.email')); ?>"
          style="display: block;">
        <?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 ">
            <div class="col-xs-12">
                <h3><?php echo app('translator')->get('corals-elite-admin::labels.auth.reset_password'); ?></h3>
                <p class="text-muted"><?php echo app('translator')->get('corals-elite-admin::labels.auth.reset_message'); ?></p>
            </div>
        </div>
        <div class="form-group <?php echo e($errors->has('email') ? ' has-danger' : ''); ?>">
            <div class="col-xs-12">
                <label><?php echo app('translator')->get('User::attributes.user.email'); ?></label>
                <input class="form-control" type="email" name="email" placeholder="<?php echo app('translator')->get('User::attributes.user.email'); ?>"
                       value="<?php echo e(old('email')); ?>" autofocus
                />

                <?php if($errors->has('email')): ?>
                    <small class="form-control-feedback"><?php echo e($errors->first('email')); ?></small>
                <?php endif; ?>
            </div>
        </div>
        <div class="form-group text-center m-t-20">
            <div class="col-xs-12">
                <button class="btn btn-primary btn-block waves-effect waves-light"
                        type="submit"><?php echo app('translator')->get('corals-elite-admin::labels.auth.send_password_reset'); ?></button>
            </div>
        </div>
    </form>
<?php $__env->stopSection(); ?>

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

Spamworldpro Mini