Файловый менеджер - Редактировать - /home/clickysoft/public_html/benchexc.clickysoft.net/storage/framework/views/02b96b4b12587f164780daa6bc59e405.php
Назад
<!DOCTYPE html> <html lang="en" class="light-style layout-navbar-fixed layout-menu-fixed" dir="ltr" data-theme="theme-default" data-assets-path="../../assets/" data-template="vertical-menu-template-starter"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" /> <title>Login</title> <meta name="description" content=""/> <!-- Favicon --> <link rel="icon" type="image/x-icon" href="<?php echo e(asset('assets/img/favicon/favicon.png')); ?>"/> <!-- Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"/> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/> <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet" /> <!-- Icons --> <link rel="stylesheet" href="<?php echo e(asset('assets/vendor/fonts/boxicons.css')); ?>"/> <!-- Core CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/vendor/css/rtl/core.css')); ?>" class="template-customizer-core-css"/> <link rel="stylesheet" href="<?php echo e(asset('assets/vendor/css/rtl/theme-default.css')); ?>" class="template-customizer-theme-css"/> <link rel="stylesheet" href="<?php echo e(asset('assets/css/main.css')); ?>"/> <!-- Vendors CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.css')); ?>"/> <!-- Vendor --> <link rel="stylesheet" href="<?php echo e(asset('assets/vendor/libs/formvalidation/dist/css/formValidation.min.css')); ?>"/> <!-- Page CSS --> <!-- Page --> <link rel="stylesheet" href="<?php echo e(asset('assets/vendor/css/pages/page-auth.css')); ?>"/> <!-- Helpers --> <script src="<?php echo e(asset('assets/vendor/js/helpers.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/config.js')); ?>"></script> </head> <body> <!-- Content --> <div class="authentication-wrapper authentication-cover"> <div class="authentication-inner row m-0"> <div class="d-none d-lg-flex col-lg-7 col-xl-8 align-items-center"> <div class="flex-row text-center mx-auto"> <img src="<?php echo e(asset('assets/img/logo/logo-banner.png')); ?>" alt="Auth Cover Bg color" width="520" class="img-fluid authentication-cover-img" data-app-light-img="<?php echo e(asset('assets/img/logo/logo-banner.png')); ?>" data-app-dark-img="<?php echo e(asset('assets/img/logo/logo-banner.png')); ?>" /> </div> </div> <div class="d-flex col-12 col-lg-5 col-xl-4 align-items-center authentication-bg p-sm-5 p-4"> <div class="w-px-400 mx-auto"> <!-- Logo --> <div class="app-brand mb-4"> <span class="app-brand-text demo h3 mb-0 fw-bold"><?php echo e(config('app.name')); ?></span> </a> </div> <h4 class="mb-2">Welcome to <?php echo e(config('app.name')); ?>! 👋</h4> <p class="mb-4">Please sign-in to your account</p> <form class="mb-3" action="<?php echo e(route('adminLogin')); ?>" method="POST"> <?php echo csrf_field(); ?> <?php echo $__env->make('partials.alert', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="mb-3"> <label for="email" class="form-label">Email</label> <input type="text" class="form-control" name="email" placeholder="Enter your email" value="<?php echo e(old('email')); ?>" autofocus /> </div> <div class="mb-3 form-password-toggle"> <div class="d-flex justify-content-between"> <label class="form-label" for="password">Password</label> <small>Forgot Password?</small> </a> </div> <div class="input-group input-group-merge"> <input type="password" class="form-control" name="password" placeholder="············" aria-describedby="password" /> <span class="input-group-text cursor-pointer"><i class="bx bx-hide"></i></span> </div> </div> <div class="mb-3"> <div class="form-check"> <input class="form-check-input" type="checkbox" id="remember-me" name="remember_me" value="1" <?php echo e(!empty(old('remember_me')) ? "checked" : ""); ?>/> <label class="form-check-label" for="remember-me"> Remember Me </label> </div> </div> <button type="submit" class="btn btn-primary d-grid w-100">Sign in</button> </form> </div> </div> <!-- /Login --> </div> </div> <!-- / Content --> <!-- Core JS --> <!-- build:js assets/vendor/js/core.js --> <script src="<?php echo e(asset('assets/vendor/libs/jquery/jquery.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/popper/popper.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/js/bootstrap.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/hammer/hammer.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/i18n/i18n.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/typeahead-js/typeahead.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/js/menu.js')); ?>"></script> <!-- endbuild --> <!-- Vendors JS --> <script src="<?php echo e(asset('assets/vendor/libs/formvalidation/dist/js/FormValidation.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/formvalidation/dist/js/plugins/Bootstrap5.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/vendor/libs/formvalidation/dist/js/plugins/AutoFocus.min.js')); ?>"></script> <!-- Main JS --> <script src="<?php echo e(asset('assets/js/main.js')); ?>"></script> <!-- Page JS --> <script src="<?php echo e(asset('assets/js/pages-auth.js')); ?>"></script> </body> </html> <?php /**PATH /home/clickysoft/public_html/benchexc.clickysoft.net/resources/views/authentication/login.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка