%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/storage/framework/views/ |
Upload File : |
<?php if (isset($component)) { $__componentOriginald278722911781386ebf0ce0184b0f0fb = $component; } ?>
<?php $component = App\View\Components\Auth::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('auth'); ?>
<?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\Auth::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<form id="forgot-password-form" action="<?php echo e(route('password.email')); ?>" class="ajax-form" method="POST">
<?php echo e(csrf_field()); ?>
<h3 class="text-capitalize mb-4 f-w-500"><?php echo app('translator')->get('app.recoverPassword'); ?></h3>
<div class="alert alert-success m-t-10 d-none" id="success-msg"></div>
<div class="group">
<div class="form-group text-left">
<label for="email" class="f-w-500"><?php echo app('translator')->get('auth.email'); ?></label>
<input type="email" name="email" class="form-control height-50 f-15 light_text"
autofocus placeholder="<?php echo app('translator')->get('placeholders.email'); ?>" id="email">
</div>
<button
type="button"
id="submit-login"
class="btn-primary f-w-500 rounded w-100 height-50 f-18">
<?php echo app('translator')->get('app.sendPasswordLink'); ?> <i class="fa fa-arrow-right pl-1"></i>
</button>
</div>
<div class="forgot_pswd mt-3">
<a href="<?php echo e(route('login')); ?>" class="justify-content-center"><?php echo app('translator')->get('app.login'); ?></a>
</div>
</form>
<?php $__env->slot('scripts', null, []); ?>
<script>
$('#submit-login').click(function () {
const url = "<?php echo e(route('password.email')); ?>";
$.easyAjax({
url: url,
container: '#forgot-password-form',
disableButton: true,
blockUI: true,
buttonSelector: "#submit-login",
type: "POST",
data: $('#forgot-password-form').serialize(),
success: function (response) {
$('#success-msg').removeClass('d-none');
$('#success-msg').html(response.message);
$('.group').remove();
}
})
});
</script>
<?php $__env->endSlot(); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginald278722911781386ebf0ce0184b0f0fb)): ?>
<?php $component = $__componentOriginald278722911781386ebf0ce0184b0f0fb; ?>
<?php unset($__componentOriginald278722911781386ebf0ce0184b0f0fb); ?>
<?php endif; ?>
<?php /**PATH /home/addictionfreeind/public_html/admin1/resources/views/auth/passwords/forget.blade.php ENDPATH**/ ?>