관리-도구
편집 파일: 718c4b0322e0fbda56fdce42f127cfa6.php
<?php $__env->startSection('meta_title', 'Forget Password'. ' || ' . $setting->app_name); ?> <?php $__env->startSection('contents'); ?> <!-- breadcrumb-area --> <?php if (isset($component)) { $__componentOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c = $attributes; } ?> <?php $component = App\View\Components\Frontend\Breadcrumb::resolve(['title' => __('Forgot Password'),'links' => [ ['url' => route('home'), 'text' => __('Home')], ['url' => route('password.request'), 'text' => __('Forgot Password')], ]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.breadcrumb'); ?> <?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\Frontend\Breadcrumb::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c)): ?> <?php $attributes = $__attributesOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c; ?> <?php unset($__attributesOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c); ?> <?php endif; ?> <?php if (isset($__componentOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c)): ?> <?php $component = $__componentOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c; ?> <?php unset($__componentOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c); ?> <?php endif; ?> <!-- breadcrumb-area-end --> <!-- singUp-area --> <section class="singUp-area section-py-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-8"> <div class="singUp-wrap"> <h2 class="title"><?php echo e(__('Forgot your password?')); ?></h2> <p><?php echo e(__('Enter your email address and we will send you a link to reset your password')); ?> </p> <form method="POST" action="<?php echo e(route('forget-password')); ?>" class="account__form"> <?php echo csrf_field(); ?> <div class="form-grp"> <label for="email"><?php echo e(__('Email')); ?> <code>*</code></label> <input id="email" type="text" placeholder="email" name="email"> <?php if (isset($component)) { $__componentOriginal32fc7fa7a4bdcf7e4010834194770ff6 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal32fc7fa7a4bdcf7e4010834194770ff6 = $attributes; } ?> <?php $component = App\View\Components\Frontend\ValidationError::resolve(['name' => 'email'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.validation-error'); ?> <?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\Frontend\ValidationError::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal32fc7fa7a4bdcf7e4010834194770ff6)): ?> <?php $attributes = $__attributesOriginal32fc7fa7a4bdcf7e4010834194770ff6; ?> <?php unset($__attributesOriginal32fc7fa7a4bdcf7e4010834194770ff6); ?> <?php endif; ?> <?php if (isset($__componentOriginal32fc7fa7a4bdcf7e4010834194770ff6)): ?> <?php $component = $__componentOriginal32fc7fa7a4bdcf7e4010834194770ff6; ?> <?php unset($__componentOriginal32fc7fa7a4bdcf7e4010834194770ff6); ?> <?php endif; ?> </div> <!-- g-recaptcha --> <?php if(Cache::get('setting')->recaptcha_status === 'active'): ?> <div class="form-grp mt-3"> <div class="g-recaptcha" data-sitekey="<?php echo e(Cache::get('setting')->recaptcha_site_key); ?>"></div> <?php if (isset($component)) { $__componentOriginal32fc7fa7a4bdcf7e4010834194770ff6 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal32fc7fa7a4bdcf7e4010834194770ff6 = $attributes; } ?> <?php $component = App\View\Components\Frontend\ValidationError::resolve(['name' => 'g-recaptcha-response'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.validation-error'); ?> <?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\Frontend\ValidationError::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal32fc7fa7a4bdcf7e4010834194770ff6)): ?> <?php $attributes = $__attributesOriginal32fc7fa7a4bdcf7e4010834194770ff6; ?> <?php unset($__attributesOriginal32fc7fa7a4bdcf7e4010834194770ff6); ?> <?php endif; ?> <?php if (isset($__componentOriginal32fc7fa7a4bdcf7e4010834194770ff6)): ?> <?php $component = $__componentOriginal32fc7fa7a4bdcf7e4010834194770ff6; ?> <?php unset($__componentOriginal32fc7fa7a4bdcf7e4010834194770ff6); ?> <?php endif; ?> </div> <?php endif; ?> <button type="submit" class="btn btn-two arrow-btn"><?php echo e(__('Send Reset Link')); ?><img src="<?php echo e(asset('frontend/img/icons/right_arrow.svg')); ?>" alt="img" class="injectable"></button> </form> <div class="account__switch"> <p><?php echo e(__('Already have an account?')); ?><a href="<?php echo e(route('login')); ?>"><?php echo e(__('Sign in')); ?></a></p> </div> </div> </div> </div> </div> </section> <!-- singUp-area-end --> <?php $__env->stopSection(); ?> <?php echo $__env->make('frontend.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/auth/forgot-password.blade.php ENDPATH**/ ?>