KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/leadai/leadai.co.in/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/leadai/leadai.co.in/storage/framework/views/2e8deddde73e06df258c162e42294c261dc3cbc5.php
<!doctype html>
<html lang="en">


<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>LeadAI</title>
    <link rel="shortcut icon" href="<?php echo e(asset('public/favicon.png')); ?>" type="image/x-icon">

    <!-- begin::global styles -->
    <link rel="stylesheet" href="<?php echo e(asset('public/admin/vendors/bundle.css')); ?>" type="text/css">
    <!-- end::global styles -->

    <!-- begin::custom styles -->
    <link rel="stylesheet" href="<?php echo e(asset('public/admin/css/app.min.css')); ?>" type="text/css">
    <link href="<?php echo e(asset('public/assets/css/bootstrap.min.css')); ?>" id="bootstrap-style" class="theme-opt"
        rel="stylesheet" type="text/css">

    <!-- <link href="<?php echo e(asset('public/assets/css/icons.min.css')); ?>" rel="stylesheet" type="text/css" > -->
    <!-- <link href="<?php echo e(asset('public/assets/libs/%40iconscout/unicons/css/line.css')); ?>" type="text/css" rel="stylesheet" > -->

    <link href="<?php echo e(asset('public/assets/css/style.min.css')); ?>" id="color-opt" class="theme-opt" rel="stylesheet"
        type="text/css">
    <!-- <link href="<?php echo e(asset('public/assets/css/tailwind.css')); ?>" id="color-opt" class="theme-opt" rel="stylesheet" type="text/css" > -->


    <!-- end::custom styles -->
    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" />

</head>

<body class="bg-white h-100-vh p-t-0">

    <!-- begin::page loader-->
    <div class="page-loader">
        <div class="spinner-border"></div>
        <span>Loading</span>
    </div>
    <!-- end::page loader -->

    <div class="p-b-50 d-block d-lg-none"></div>

    <div class=" ">
        <div class="row align-items-md-center">
            <div class="col-lg-7 " style='display:flex;align-items:center;justify-content:center;'>
                <!-- <img class="img-fluid" src="<?php echo e(asset('public/login.jpg')); ?>" alt="..."> -->
                <img class="img-fluid" src="<?php echo e(asset('public/login-left.svg')); ?>" alt="..." style='width:80%'>

            </div>
            <div class="col-lg-5 mt-3"
                style="padding:25px 0px 25px 0px;background:#5d78ff !important;display:flex;justify-content:center;align-items:center;">
                <!-- Nav tabs -->


                <!-- Tab panes -->
                <div class="tab-content" style='background:white;border-radius:8px;width:89%;padding:15px;'>
                    <div class="tab-pane container active " id="admin">
                        <div class="m-b-20" style='display:flex;justify-content:center;'>

                            <a href="<?php echo e(asset('/')); ?>"> <img src="<?php echo e(asset('public/logo.png')); ?>" class="m-r-15"
                                    width="180" alt=""></a>

                        </div>
                        <p>Sign in to continue.</p>
                        <?php if (isset($component)) { $__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\FlashMessage::class, []); ?>
<?php $component->withName('flashMessage'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74)): ?>
<?php $component = $__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74; ?>
<?php unset($__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74); ?>
<?php endif; ?>

                        <form action="<?php echo e(route('login')); ?>" method="post">
                            <?php echo csrf_field(); ?>
                            <div class="form-group mb-4">
                                <input type="text" class="form-control form-control-lg" name="email" id="email"
                                    autofocus placeholder="Email/Mobile">
                                <?php if($errors->has('email')): ?>
                                    <div class="text-danger">
                                        <?php echo e($errors->first('email')); ?>

                                    </div>
                                <?php endif; ?>

                            </div>
                            <div class="form-group mb-4">
                                <input type="password" name="password" class="form-control form-control-lg"
                                    id="password" placeholder="Password">
                                <?php if($errors->has('password')): ?>
                                    <div class="text-danger">
                                        <?php echo e($errors->first('password')); ?>

                                    </div>
                                <?php endif; ?>
                            </div>
                            
                            <div class="d-flex justify-content-between align-items-center mb-4">
                                <div class="custom-control custom-checkbox">
                                    <input type="checkbox" name="i_agree" class="custom-control-input" id="customCheck">
                                    <label class="custom-control-label" for="customCheck">I Agree with <a
                                            href="<?php echo e(asset('privacy')); ?>"><u>Privacy
                                                Policy</u></a></label>
                                </div>
                                <div class="clearfix"></div>
                                <?php if($errors->has('i_agree')): ?>
                                    <div class="text-danger">
                                        <?php echo e($errors->first('i_agree')); ?>

                                    </div>
                                <?php endif; ?>
                            </div>
                            <button
                                class="btn btn-primary btn-lg btn-block btn-uppercase mb-2 mt-1">Sign In</button>

                        </form>
                    </div>
                    

                </div>

            </div>
        </div>

        <footer class="footer">
            <div class=" footer-bar" style='background:white !important;border-top: 1px solid #eaecee !important;'>
                <div class="container text-center">
                    <div class="row align-items-center">
                        <div class="col-sm-6">
                            <a href="<?php echo e(asset('/')); ?>"> <img
                                    src="<?php echo e(asset('public/assets/images/logo/blurb2.png')); ?>" alt=""
                                    style="width:120px;background:white;border-radius:4px;display:flex;margin-top:0px"></a>
                            <p class="mb-0 text-black text-sm mt-2" style='text-align:start;font-size:14px;;'>All
                                Rights Reserved © 2024 Blurb Software Private Limited </p>
                        </div><!--end col-->

                        <div class="col-sm-6" style='display:flex;justify-content:end;'>
                            <div class="text-sm-start">
                                <p style='text-align:end;color:black;position:relative;top:24px;'>Our Products </p>
                                <div class='d-flex'>
                                    <a href="https://edukrypt.com/" target="_blank">
                                        <img src="<?php echo e(asset('public/assets/images/logo/logo.png')); ?>" alt=""
                                            class='ms-2'
                                            style='width:120px;background:;padding:2px;border-radius:4px;object-fit:contain;margin-top:27px;'>
                                    </a>

                                    <a href="https://edumix.com/" target="_blank">
                                        <img src="<?php echo e(asset('public/assets/images/logo/edumix.png')); ?>" alt=""
                                            class='ms-2'
                                            style='width:100px;background:;padding:2px;border-radius:4px;object-fit:contain;position:relative;bottom:5px;'>
                                    </a>
                                    <a href="https://eduvsatpro.com/" target="_blank">
                                        <img src="<?php echo e(asset('public/assets/images/logo/eduvsat.png')); ?>"
                                            alt="" class='ms-2'
                                            style='width:80px;background:;padding:2px;border-radius:4px; object-fit:contain;margin-top:7px;'>
                                    </a>
                                    <a href="https://theinteractive.in/" target="_blank">
                                        <img src="<?php echo e(asset('public/assets/images/logo/interactive.png')); ?>"
                                            alt=""
                                            class='ms-2'style='width:120px;background:;padding:2px;border-radius:4px;object-fit:contain;margin-top:22px;'>
                                    </a>
                                </div>

                            </div>
                        </div><!--end col-->
                    </div><!--end row-->

                </div><!--end container-->
                <hr style='position:relative;margin:0;top:4px;' />
                <p class="mb-0 text-black text-sm"
                    style='text-align:center;position:relative;top:20px;padding:5px;font-size:14px;'><a
                        href="<?php echo e(asset('privacy')); ?>">Privacy Policy</a> | <a href="<?php echo e(asset('terms')); ?>">Terms &
                        Conditions</a> </p>

            </div>
        </footer><!--end footer-->
        <!-- Footer End -->
    </div>



    <!-- 
    <div class="modal fade bd-example-modal-lg" id="policyModalLong" tabindex="-1" role="dialog"
        aria-labelledby="policyModalLongTitle" aria-hidden="true">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <h5 class="modal-title" id="policyModalLongTitle">Privacy Policy</h5>
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                        <span aria-hidden="true">&times;</span>
                    </button>
                </div>
                <div class="modal-body">
                    <p>Privacy Policy</p>
                </div>
                <div class="modal-footer">
                    <button type="button" class="btn btn-secondary" data-dismiss="modal">Close
                    </button>
                </div>
            </div>
        </div>
    </div>
     -->




    <!-- begin::global scripts -->
    <script src="<?php echo e(asset('public/admin/vendors/bundle.js')); ?>"></script>
    <!-- end::global scripts -->

    <!-- begin::custom scripts -->
    <script src="<?php echo e(asset('public/admin/js/borderless.min.js')); ?>"></script>
    <!-- end::custom scripts -->


    <!-- begin::select2 -->
    <link rel="stylesheet" href="<?php echo e(asset('public/admin/vendors/select2/css/select2.min.css')); ?>" type="text/css">
    <script src="<?php echo e(asset('public/admin/vendors/select2/js/select2.min.js')); ?>"></script>






    <!-- end::select2 -->
    <script>
        $(document).ready(function() {

            $(".visitor-login-form").submit(function(e) {
                e.preventDefault();

                $.ajax({
                    type: "post",
                    headers: {
                        'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
                    },
                    data: new FormData(this),
                    contentType: false,
                    processData: false,
                    cache: false,
                    url: "<?php echo e(asset('visitor-otp')); ?>",
                    success: function(result) {
                        var allData = result;
                        console.log(allData);
                        if (allData.message == "success") {
                            $(".visitor-login-form").addClass("d-none");
                            $(".otp-form").removeClass("d-none");
                            var timer = 60;
                            $(".time-running").html("Time Left : " + 60);

                            $("#email_input").val(allData.email);
                            $("#message_id").val(allData.message_id);

                            setInterval(function() {
                                timer--;
                                if (timer <= 0) {
                                    $(".time-running").attr("mobile", allData.email);
                                    $(".time-running").html("Resend OTP");

                                } else {
                                    $(".time-running").html("Time Left : " + timer);
                                }
                            }, 1000);

                            $("#otp-input").on("input", function(e) {
                                var otp = $(this).val();
                                var len = otp.length;
                                if (len > 4) {
                                    e.preventDefault();
                                    $(this).val(otp.slice(0, 4));
                                }
                            });

                            $(".otp-form").submit(function(e) {
                                e.preventDefault();

                                $.ajax({
                                    type: "post",
                                    headers: {
                                        'X-CSRF-TOKEN': $(
                                            'meta[name="csrf-token"]').attr(
                                            'content')
                                    },
                                    data: new FormData(this),
                                    contentType: false,
                                    processData: false,
                                    cache: false,
                                    url: "<?php echo e(asset('visitor-otp-verify')); ?>",
                                    success: function(result) {
                                        if (result.message == "success") {
                                            $(".otp-form").addClass(
                                                "d-none");
                                            $(".visitor-password-reset-form")
                                                .removeClass("d-none");
                                            $("#reset_email").val(result
                                                .email);
                                        }
                                    },
                                    error: function(xhr, status, error) {
                                        console.log(error);
                                    }
                                });

                            });

                        }
                    },
                    error: function(xhr, status, error) {
                        console.log(error);
                    }
                });
            });
            /*function fetchHost()
            {

            }*/
        });
    </script>


</body>



</html>
<?php /**PATH /var/www/leadai/leadai.co.in/resources/views/login.blade.php ENDPATH**/ ?>

Anon7 - 2021