HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/admin.javaapp.co.uk/storage/framework/views/9b5db6125d91d445a9a0fd8180efcfa099eb501c.php
<?php if (isset($component)) { $__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da = $component; } ?>
<?php $component = App\View\Components\AppLayout::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('app-layout'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\AppLayout::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>

    <div class="form-container Cafelogin">
        <div class="form-image imageForgot">
            <div class="l-image">
                <div class="backButton">
                    <a href="<?php echo e(route($user_type . '.login')); ?>" class="btn">
                        <svg style="width:12px;" width="12" height="12" viewBox="0 0 16 16" fill="none">
                            <path
                                d="M0.292892 7.29289C-0.097632 7.68342 -0.097632 8.31658 0.292892 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292892 7.29289ZM16 7L0.999999 7V9L16 9V7Z"
                                fill="#461C10" />
                        </svg> <?php echo e(__('auth.BackToLogin')); ?>

                    </a>
                </div>
            </div>
        </div>
        <div class="form-form">
            <div class="form-form-wrap">
                <div class="form-container">
                    <div class="form-content">
                        <h1 class="loginTitle"><?php echo e(__('auth.' . $user_type)); ?> <?php echo e(__('auth.forgotPassword')); ?></h1>
                        
                        <form class="text-left" id="forgot_password_form" method="POST" action="<?php echo e($url); ?>">
                            <?php echo csrf_field(); ?>
                            <div class="form">
                                <p class="mb-3 mt-3"><?php echo e(__('auth.forgotPasswordText')); ?></p>
                                <div id="username-field" class="field-wrapper input">
                                    <label class="form-label"><?php echo e(__('auth.email')); ?></label>
                                    <div class="position-relative">
                                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none"
                                            stroke="currentColor" stroke-width="2">
                                            <path
                                                d="M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z"
                                                stroke-linecap="round" stroke-linejoin="round" />
                                            <path d="M22 6L12 13L2 6" stroke-linecap="round" stroke-linejoin="round" />
                                        </svg>
                                        <input id="email" name="email" type="text"
                                            class="form-control <?php $__errorArgs = ['email'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>"
                                            value="<?php echo e(old('email')); ?>" placeholder="<?php echo e(__('auth.email')); ?>">
                                        <?php $__errorArgs = ['email'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                                            <span class="invalid-feedback" role="alert">
                                                <strong><?php echo e($message); ?></strong>
                                            </span>
                                        <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                                    </div>
                                </div>
                                <p>&nbsp;</p>
                                <!-- <div class="d-sm-flex justify-content-between">
                                    <div class="field-wrapper">
                                        <button type="submit" class="btn btn-primary"
                                            value=""><?php echo e(__('auth.passwordResetLinkButton')); ?></button>
                                    </div>
                                </div> -->
                            </div>
                            <div class="field-wrapper loginBtnFullSize">
                                <button type="submit" class="btn-login text-uppercase w-100"
                                    value=""><?php echo e(__('auth.passwordResetLinkButton')); ?></button>
                            </div>
                        </form>
                        <!-- <p class="terms-conditions"><?php echo e(__('auth.rightsReserved')); ?></p> -->
                    </div>
                </div>
            </div>
        </div>
    </div>

     <?php $__env->slot('script', null, []); ?> 
        <script src="<?php echo e(asset('assets/js/libs/jquery.validate.min.js')); ?>"></script>
        <script src="<?php echo e(asset('assets/js/libs/additional-methods.min.js')); ?>"></script>
        <script>
            const validation = {};
            validation.email_required = "<?php echo e(__('validation.validation.email.required')); ?>";
            validation.email_email = "<?php echo e(__('validation.validation.email.email')); ?>";
            validation.email_customEmail = "<?php echo e(__('validation.validation.email.customEmail')); ?>";
        </script>
        <script src="<?php echo e(asset('assets/js/auth/forgot-password.js')); ?>"></script>
     <?php $__env->endSlot(); ?>

 <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da)): ?>
<?php $component = $__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da; ?>
<?php unset($__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da); ?>
<?php endif; ?>
<?php /**PATH /var/www/admin.javaapp.co.uk/resources/views/custom_auth/forgot-password.blade.php ENDPATH**/ ?>