Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/storage/framework/views/569e3bb17a13076c270bd0927c947f8d.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css"> <link rel="stylesheet" href="<?php echo e(asset('/css/main.css')); ?>"> <title>SOMNI LOGIN</title> </head> <body class="login-body"> <div class="login-main"> <div class="login-container"> <div class="container h-100"> <div class="row h-100 justify-content-center flex-column align-items-center p20"> <div class="col-md-7 col-lg-7 col-xl-7 col-sm-12 col-12"> <div class="login-logo"> <a href="<?php echo e(route('home')); ?>"> <img src="<?php echo e(asset(trans('login_web.somni_logo.content'))); ?>" alt="" class="img-fluid"> </a> </div> <div class="login-welcome"> <h3><?php echo e(trans('login_web.somni_login_heading.content')); ?></h3> <p><?php echo e(trans('login_web.somni_login_description.content')); ?></p> </div> <div class="row justify-content-center"> <div class="col-md-10"> <form action="<?php echo e(route('web.post.login')); ?>" id="loginForm" method="POST"> <?php echo csrf_field(); ?> <div class="login-fields"> <label for=""><?php echo e(trans('login_web.somni_login_label_email.content')); ?></label> <input type="email" placeholder="Enter your email address" name="email" required> <?php if(Session::has('error')): ?> <label class="error"><?php echo e(Session::get('error')); ?></label> <?php endif; ?> </div> <div class="login-fields"> <label for=""><?php echo e(trans('login_web.somni_login_label_password.content')); ?></label> <input type="password" class="password-field" placeholder="••••••••" name="password"> <?php $__errorArgs = ['password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <label class="error"><?php echo e($message); ?></label> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> <div class="eye-pass"> <svg class="password-toggle" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"> <path class="eye-icon" fill-rule="evenodd" clip-rule="evenodd" d="M6.8883 11.4988C6.8883 8.95726 8.9556 6.8891 11.4999 6.8891C14.0416 6.8891 16.1088 8.95721 16.1088 11.4988C16.1088 14.041 14.0416 16.1083 11.4999 16.1083C8.95556 16.1083 6.8883 14.041 6.8883 11.4988ZM1.28138 11.0591C1.12235 11.3467 1.12235 11.651 1.28138 11.9389C3.34594 15.6463 7.26115 17.9494 11.4999 17.9494C15.7359 17.9494 19.6512 15.6463 21.7158 11.9389C21.8775 11.651 21.8775 11.3467 21.7158 11.0591C19.6512 7.35166 15.736 5.04883 11.4999 5.04883C7.26115 5.04883 3.34594 7.35166 1.28138 11.0591ZM11.4999 8.39982C9.78909 8.39982 8.39898 9.78988 8.39898 11.4988C8.39898 13.2078 9.78904 14.5979 11.4999 14.5979C13.208 14.5979 14.5981 13.2078 14.5981 11.4988C14.5981 9.78988 13.208 8.39982 11.4999 8.39982Z" fill="#3155F4" /> </svg> </div> </div> <div class="d-flex justify-content-between"> <p class="trouble-link"><a href="<?php echo e(route('reset.show')); ?>">Having trouble signing in?</a> </p> <p class="trouble-link"><a href="<?php echo e(route('show.email.verification')); ?>">Verfiy Your Email</a> </p> </div> <div class="log-login-button"> <button type="submit" class="submit-login-btn"><?php echo e(trans('login_web.somni_login_button_text.content')); ?></button> </div> <div class="register-link"> <p><?php echo e(trans('login_web.somni_login_new_to_somni.content')); ?> <a href="<?php echo e(route('register.select')); ?>"><?php echo e(trans('login_web.somni_login_register_now_link.content')); ?></a></p> </div> </form> </div> </div> </div> </div> </div> </div> <div class="copyright-sec login-copyright-sec"> <div class="row m-0"> <div class="col-md-12 col-lg-6 col-sm-12 col-12"> <div class="copyright-text"> <p> © 2024 Somni. All Rights Reserved. </p> </div> </div> <div class="col-md-12 col-lg-6 col-sm-12 col-12"> <div class="cpt-text-main"> <div class="copyright-text"> <p> Privacy Policy </p> </div> <div class="copyright-text"> <p class="m-0"> Terms of Service </p> </div> </div> </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script> <script src="<?php echo e(asset('/js/jquery-validate.js')); ?>"></script> <script src="<?php echo e(asset('/js/login.js')); ?>"></script> <?php if(session('status')): ?> <script> toastr.options = { "closeButton": true, "debug": false, "newestOnTop": false, "progressBar": false, "positionClass": "toast-top-right", "preventDuplicates": false, "onclick": null, "showDuration": "300", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" } toastr.success('<?php echo e(session("status")); ?>'); </script> <?php endif; ?> </body> </html> <?php /**PATH /home/clickysoft/public_html/somni.clickysoft.net/resources/views/front/login.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка