CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/storage/framework/views/
Upload File :
Current File : /var/www/hrms.uiet.co.in/storage/framework/views/b2f88f1a337b56e77a225e0f8c4700ef4ae57a28.php

<?php if (isset($component)) { $__componentOriginalc3251b308c33b100480ddc8862d4f9c79f6df015 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\GuestLayout::class, []); ?>
<?php $component->withName('guest-layout'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
    <div class="d-flex flex-column flex-lg-row flex-column-fluid">
        <!--begin::Aside-->
        <div class="d-flex d-none flex-column flex-lg-row-auto bg-primary w-xl-600px positon-xl-relative">
            <!--begin::Wrapper-->
            <div class="d-flex  flex-column  position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y">
                <!--begin::Header-->
                <div class="d-flex flex-row-fluid flex-column text-center p-10 pt-lg-0">
                    <!--begin::Logo-->
                    <a href="/" class="py-9 pt-lg-20 ">
                        <img alt="Logo"  src="<?php echo e(asset('assets/media/logos/uietlogo.png')); ?>" class="h-100px" />
                    </a>
                    <p class="fw-bold fs-2 text-white">Connect To World</p>
                    <!--end::Description-->
                </div>
                <!--end::Header-->
                <!--begin::Illustration-->
                <div class="d-flex flex-row-auto bgi-no-repeat bgi-position-x-center bgi-size-contain bgi-position-y-bottom min-h-300px min-h-lg-450px" style="background-image: url(<?php echo e(asset('assets/media/yobytech/connected_people.png')); ?>)"></div>
                <!--end::Illustration-->
            </div>
            <!--end::Wrapper-->
        </div>
    <!--begin::Body-->

    <div class="main-title d-flex flex-column flex-lg-row-fluid py-10 animate__animated animate__fadeInUp " id="login_bg">

        <div class="d-flex  flex-column flex-column-fluid">

            <div class="col-md-4 offset-md-1 mt-10  ml-lg-0   p-10 p-lg-15 " style="position: relative;">

                <form class="form " novalidate="novalidate" id="" action="<?php echo e(route('login')); ?>" method="POST">
                <?php echo csrf_field(); ?>

                    <div class="text-center mb-10">

                        <img alt="Logo" src="<?php echo e(asset('assets/media/logos/uietlogo.png')); ?>" class="h-150px animate__animated animate__zoomInDown animate__delay-1s" style="width:45%"/>

                        <h1 class="mt-10">LOGIN TO SYSTEM</h1>
                        <hr/>
                    </div>

                    <div class="fv-row mb-10">

                        <label class="form-label fs-6 fw-bolder text-dark"><?php echo e(__('USERNAME')); ?></label>

                        <input class="form-control form-control-lg border-1 border-dark" style="height: 50px; font-size: 20px;" type="text" name="username" value="<?php echo e(old('username')); ?>" autocomplete="off" />
                        <?php $__errorArgs = ['username'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                            <div class="text-danger mt-2"><?php echo e($message); ?></div>
                        <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                        
                        <!--end::Input-->
                    </div>

                    <div class="fv-row mb-10">

                        <div class="d-flex flex-stack mb-2">

                            <label class="form-label fw-bolder text-dark fs-6 mb-0"><?php echo e(__('PASSWORD')); ?></label>

                        </div>
                        <input class="form-control form-control-lg border-1 border-dark" style="height: 50px; font-size: 20px;" type="password" name="password" autocomplete="current-password" autocomplete="off" />
                        <?php $__errorArgs = ['password'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                        <div class="text-danger mt-2"><?php echo e($message); ?></div>
                        <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                        <!--end::Input-->
                    </div>

                    <div class="text-center">

                        <button type="submit" id="kt_sign_in_submit" class="btn btn-lg btn-info w-100 mb-5">
                            <span class="indicator-label">LOGIN & VALIDATE</span>
                            <span class="indicator-progress">Please wait...
										<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
                        </button>

                    </div>

                </form>
                <div class="d-flex flex-center fw-boldest"><span style="color: skyblue"><a href="/forgot-password">Forgot Password ?</a> </span></div>
            </div>

        </div>

        <div class="d-flex flex-center flex-wrap fs-6 p-5 pb-0">
            <!--begin::Links-->
            <div class="d-flex flex-center fw-bold fs-6">
                <span>Powered By <a href="https://yobytech.com" class="text-warning text-hover-info px-2" target="_blank"><img src="<?php echo e(asset('assets/images/yobytechlogo.png')); ?>" style="height: 30px"></a></span>

            </div>
            <!--end::Links-->
        </div>
        <!--end::Footer-->
    </div>

    <!--end::Body-->
    </div>
 <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc3251b308c33b100480ddc8862d4f9c79f6df015)): ?>
<?php $component = $__componentOriginalc3251b308c33b100480ddc8862d4f9c79f6df015; ?>
<?php unset($__componentOriginalc3251b308c33b100480ddc8862d4f9c79f6df015); ?>
<?php endif; ?>
<?php /**PATH /var/www/hrms.uiet.co.in/resources/views/auth/login.blade.php ENDPATH**/ ?>
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY