관리-도구
편집 파일: affa3433f84e66f6ab8ecdc4aefe2550.php
<?php $settings = [ 'components' => [ 'inner-header-top' => '', ], ]; ?> <?php if (isset($component)) { $__componentOriginal985be82bd8559937ad7d6df8ecf56d16 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal985be82bd8559937ad7d6df8ecf56d16 = $attributes; } ?> <?php $component = Modules\LMS\View\Components\Frontend\AuthenticationLayout::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('auth-layout'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Modules\LMS\View\Components\Frontend\AuthenticationLayout::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'home-online-education','data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($settings)]); ?> <div class="min-w-full min-h-screen flex items-center"> <div class="grow min-h-screen h-full w-full lg:w-1/2 p-3 bg-primary-50 hidden lg:flex-center"> <img data-src="<?php echo e(asset('lms/frontend/assets/images/auth/auth-loti.svg')); ?>" alt="loti"> </div> <div class="grow min-h-screen h-full w-full lg:w-1/2 pt-32 pb-12 px-3 lg:p-3 flex-center flex-col"> <h2 class="area-title"><?php echo e(translate('Sign In')); ?>!</h2> <p class="area-description max-w-screen-sm mx-auto text-center mt-5"> <?php echo e(translate('Discover, learn, and thrive with us. Experience a smooth and rewarding educational adventure. Let\'s get started')); ?>! </p> <div class="dashkit-tab flex-center gap-2 flex-wrap mt-10" id="userRegisterTab"> <button type="button" aria-label="Login tab for Student" class="dashkit-tab-btn login-credentials btn b-light btn-primary-light btn-lg h-11 !rounded-full text-[14px] sm:text-[16px] md:text-[18px] [&.active]:bg-primary [&.active]:text-white active" id="asStudent"> <?php echo e(translate('Student')); ?> </button> <button type="button" aria-label="Login tab for Instructor" class="dashkit-tab-btn login-credentials btn b-light btn-primary-light btn-lg h-11 !rounded-full text-[14px] sm:text-[16px] md:text-[18px] [&.active]:bg-primary [&.active]:text-white" id="asStudent"> <?php echo e(translate('Instructor')); ?> </button> <button type="button" aria-label="Login tab for Organization" class="dashkit-tab-btn login-credentials btn b-light btn-primary-light btn-lg h-11 !rounded-full text-[14px] sm:text-[16px] md:text-[18px] [&.active]:bg-primary [&.active]:text-white" id="asStudent"> <?php echo e(translate('Organization')); ?> </button> <button type="button" aria-label="Login tab for Admin" class="dashkit-tab-btn btn b-light btn-primary-light btn-lg h-11 !rounded-full text-[14px] sm:text-[16px] md:text-[18px] [&.active]:bg-primary [&.active]:text-white" id="admin"> <?php echo e(translate('Admin')); ?> </button> </div> <div class="dashkit-tab-content w-full max-w-screen-sm *:hidden" id="userRegisterTabContent"> <div class="dashkit-tab-pane !block" data-tab="asStudent"> <?php if (isset($component)) { $__componentOriginal04013f370e2831b10c163c213254ab3c = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal04013f370e2831b10c163c213254ab3c = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::form.login-form','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::form.login-form'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal04013f370e2831b10c163c213254ab3c)): ?> <?php $attributes = $__attributesOriginal04013f370e2831b10c163c213254ab3c; ?> <?php unset($__attributesOriginal04013f370e2831b10c163c213254ab3c); ?> <?php endif; ?> <?php if (isset($__componentOriginal04013f370e2831b10c163c213254ab3c)): ?> <?php $component = $__componentOriginal04013f370e2831b10c163c213254ab3c; ?> <?php unset($__componentOriginal04013f370e2831b10c163c213254ab3c); ?> <?php endif; ?> </div> <!-- JOIN AS STUDENT --> <div class="dashkit-tab-pane" data-tab="admin"> <form action="<?php echo e(route('admin.login')); ?>" class="w-full max-w-screen-sm mt-10 form" method="POST"> <?php echo csrf_field(); ?> <div class="grid grid-cols-2 gap-x-3 gap-y-5"> <div class="col-span-full"> <div class="relative"> <input type="email" name="email" id="admin_email" class="form-input rounded-full peer" placeholder="" /> <label for="admin_email" class="form-label floating-form-label"><?php echo e(translate('Email')); ?> <span class="text-danger">*</span></label> </div> <span class="error-text content_err"></span> </div> <div class="col-span-full"> <div class="relative"> <input type="password" name="password" id="admin_password" class="form-input rounded-full peer" placeholder="" /> <label for="admin_password" class="form-label floating-form-label"><?php echo e(translate('Password')); ?> <span class="text-danger">*</span></label> <!-- type toggler --> <label class="size-8 rounded-full cursor-pointer flex-center hover:bg-gray-200 focus:bg-gray-200 absolute top-1/2 -translate-y-1/2 right-2 rtl:right-auto rtl:left-2"> <input type="checkbox" class="inputTypeToggle peer/it" hidden> <i class="ri-eye-off-line text-gray-500 dark:text-dark-text peer-checked/it:before:content-['\ecb5']"></i> </label> </div> <span class="error-text content_err"></span> </div> <div class="col-span-full"> <button type="submit" aria-label="Login" class="btn b-solid btn-secondary-solid !text-heading dark:text-white btn-xl !rounded-full font-bold w-full h-12"> <?php echo e(translate('Log in')); ?> </button> </div> </div> </form> </div> </div> <div class="flex-center w-full max-w-screen-sm py-6 h-max relative text-heading dark:text-white font-normal before:absolute inset-0 before:w-full before:h-px before:bg-border"> <span class="relative z-10 px-5 bg-white text-sm"><?php echo e(translate('OR')); ?></span> </div> <div class="text-heading"> <?php echo e(translate('Don\'t have an account yet')); ?>? <a href="<?php echo e(route('register.page')); ?>" class="text-primary hover:underline" aria-label="Sign up page"><?php echo e(translate('Sign up')); ?></a> </div> </div> </div> <?php $__env->startPush('js'); ?> <script> var loginPortals = $('.login-credentials'); loginPortals.each(function() { let loginPortal = $(this); if (loginPortal.hasClass('active')) { let email = loginPortal.data('email'); let password = loginPortal.data('password'); $("#email").val(email); $("#password").val(password); } }); $(document).on('click', '.login-credentials', function() { let email = $(this).data('email'); let password = $(this).data('password'); $('.dashkit-tab-btn').removeClass('active'); $(this).addClass('active'); $("#email").val(email) ; $("#password").val(password); }) </script> <?php $__env->stopPush(); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal985be82bd8559937ad7d6df8ecf56d16)): ?> <?php $attributes = $__attributesOriginal985be82bd8559937ad7d6df8ecf56d16; ?> <?php unset($__attributesOriginal985be82bd8559937ad7d6df8ecf56d16); ?> <?php endif; ?> <?php if (isset($__componentOriginal985be82bd8559937ad7d6df8ecf56d16)): ?> <?php $component = $__componentOriginal985be82bd8559937ad7d6df8ecf56d16; ?> <?php unset($__componentOriginal985be82bd8559937ad7d6df8ecf56d16); ?> <?php endif; ?> <?php /**PATH /home/inprosysltd/public_html/edulab.inprosysltd.com/Modules/LMS/resources/views/theme/login/login.blade.php ENDPATH**/ ?>