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/javago-portal-updates/storage/framework/views/127cb409d8fdfe147791bd02bb7e808f3c8aa8d6.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">
            <div class="l-image">
            </div>
        </div>
        <div class="form-form">
            <div class="form-form-wrap">
                <div class="form-container">
                    <div class="">
                        <div class="form-content">
                            <h1 class="loginTitle"><?php echo e(__('auth.' . $type)); ?> <?php echo e(__('auth.login')); ?></h1>
                            
                            
                            <form class="text-left pt-3" id="login_form" method="POST" action="<?php echo e($url); ?>">
                                <?php echo csrf_field(); ?>
                                <div class="form">
                                    <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>

                                    <div id="password-field" class="field-wrapper input pb-3">
                                        <label class="form-label"><?php echo e(__('auth.password')); ?></label>
                                        <div class="position-relative">
                                            <svg width="24" height="24" viewBox="0 0 24 24" fill="none"
                                                stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                                stroke-linejoin="round" class="feather feather-lock">
                                                <rect x="3" y="11" width="18" height="11"
                                                    rx="2" ry="2"></rect>
                                                <path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
                                            </svg>
                                            <input id="password" name="password" type="password"
                                                class="form-control <?php $__errorArgs = ['password'];
$__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); ?>"
                                                placeholder="<?php echo e(__('auth.password')); ?>">
                                            <svg class="show-password" width="24" height="24" viewBox="0 0 24 24" fill="none"
                                                stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                                stroke-linejoin="round" class="feather feather-eye-off">
                                                <path
                                                    d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24">
                                                </path>
                                                <line x1="1" y1="1" x2="23" y2="23">
                                                </line>
                                            </svg>
                                            <?php $__errorArgs = ['password'];
$__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>
                                    
                                    <div class="field-wrapper pt-3 pb-3">
                                        <a href="<?php echo e(route('forgot.showLinkRequestForm', $type)); ?>"
                                            class="forgot-pass-link capital"><?php echo e(__('auth.forgotPassword')); ?></a>
                                        <!--  <?php if($type == 'cafe'): ?>
<a href="<?php echo e($urlSignup); ?>"
                                                class="forgot-pass-link capital"><?php echo e(__('auth.signup')); ?></a>
<?php endif; ?> -->
                                    </div>
                                </div>

                                <div class="field-wrapper loginBtnFullSize">
                                    <button type="submit" id="LoginBtn" class="btn-login text-uppercase w-100"
                                        value=""><?php echo e(__('auth.loginButton')); ?></button>
                                </div>
                            </form>
                            <!-- <p class="terms-conditions"><?php echo e(__('auth.rightsReserved')); ?></p> -->
                        </div>
                        <div class="field-wrapper pt-3">
                            <?php if($type == 'cafe'): ?>
                                <p class="textLink">
                                    <?php echo e(__('auth.You’reNewHere?')); ?>

                                    <a href="<?php echo e($urlSignup); ?>"
                                        class="forgot-pass-link"><?php echo e(__('auth.signupButton')); ?></a>
                                </p>
                            <?php endif; ?>
                        </div>
                    </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>
            $(document).on("click", ".show-password", function() {
                input = $(this).parent().find("input");
                if (input.attr("type") == "password") {
                    input.next('.show-password').remove();
                    input.parent().append(
                        '<svg class="show-password" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye"> <path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path> <circle cx="12" cy="12" r="3"></circle> </svg>'
                    );
                    input.attr("type", "text");
                } else {
                    input.next('.show-password').remove();
                    input.parent().append(
                        '<svg class="show-password" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye-off"> <path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line></svg>'
                    );
                    input.attr("type", "password");
                }
            });
            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')); ?>";
            validation.password_required = "<?php echo e(__('validation.validation.password.required')); ?>";
            validation.password_minlength = "<?php echo e(__('validation.validation.password.minlength')); ?>";
            validation.password_maxlength = "<?php echo e(__('validation.validation.password.maxlength')); ?>";
            validation.password_upperLetterPassword = "<?php echo e(__('validation.validation.password.upperLetterPassword')); ?>";
            validation.password_lowerLetterPassword = "<?php echo e(__('validation.validation.password.lowerLetterPassword')); ?>";
            validation.password_digitPassword = "<?php echo e(__('validation.validation.password.digitPassword')); ?>";
            validation.password_specialLetterPassword = "<?php echo e(__('validation.validation.password.specialLetterPassword')); ?>";
        </script>
        <script src="<?php echo e(asset('assets/js/auth/login.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/javago-portal-updates/resources/views/custom_auth/login.blade.php ENDPATH**/ ?>