관리-도구
편집 파일: 471e7e6ab7f266aca5bb24d4eaa581af.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Dr. Ashna P A Admin Login</title> <!-- plugins:css --> <link rel="stylesheet" href="<?php echo e(asset('admin/vendors/feather/feather.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('admin/vendors/ti-icons/css/themify-icons.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('admin/vendors/css/vendor.bundle.base.css')); ?>"> <!-- endinject --> <!-- Plugin css for this page --> <!-- End plugin css for this page --> <!-- inject:css --> <link rel="stylesheet" href="<?php echo e(asset('admin/css/vertical-layout-light/style.css')); ?>"> <!-- endinject --> <link rel="shortcut icon" href="<?php echo e(asset('assets/images/banner/favicon.png')); ?>" /> </head> <body> <div class="container-scroller"> <div class="container-fluid page-body-wrapper full-page-wrapper"> <div class="content-wrapper d-flex align-items-center auth px-0"> <div class="row w-100 mx-0"> <div class="col-lg-4 mx-auto"> <div class="auth-form-light text-left py-5 px-4 px-sm-5" style="border-radius: 20px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;"> <div class="brand-logo text-center"> <img src="<?php echo e(asset('assets/images/banner/favicon.png')); ?>" alt="logo"> </div> <h4 class="text-center">Dr Ashna P A</h4> <h6 class="font-weight-light text-center">Admin Login</h6> <form method="post" action="<?php echo e(route('admin.adminLogin')); ?>" class="pt-3"> <?php echo csrf_field(); ?> <div class="form-group"> <input type="email" name="email" class="form-control form-control-lg" id="exampleInputEmail1" placeholder="Username" required> </div> <div class="form-group"> <input type="password" name="password" class="form-control form-control-lg" id="exampleInputPassword1" placeholder="Password" required> </div> <div class="container"> <a class="end" href="<?php echo e(route('password.request')); ?>">Forgot Password?</a> </div> <div class="mt-3"> <button type="submit" class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn">SIGN IN</button> </div> </form> </div> </div> </div> </div> <style> .container { text-align: right; /* Aligns text to the right */ } .end { /* Optional: styling for the link */ text-decoration: none; color: #007bff; /* Bootstrap primary color */ } </style> <!-- content-wrapper ends --> </div> <!-- page-body-wrapper ends --> </div> <!-- container-scroller --> <!-- plugins:js --> <script src=".vendors/js/vendor.bundle.base.js"></script> <!-- endinject --> <!-- Plugin js for this page --> <!-- End plugin js for this page --> <!-- inject:js --> <script src="<?php echo e(asset('admin/.js/off-canvas.js')); ?>"></script> <script src="<?php echo e(asset('admin/.js/hoverable-collapse.js')); ?>"></script> <script src="<?php echo e(asset('admin/.js/template.js')); ?>"></script> <script src="<?php echo e(asset('admin/.js/settings.js')); ?>"></script> <script src="<?php echo e(asset('admin/.js/todolist.js')); ?>"></script> <!-- endinject --> </body> </html> <?php /**PATH C:\Users\D E L L\Downloads\ashnapa\resources\views/admin/login.blade.php ENDPATH**/ ?>