PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 6c53d44262f166611e5519ad7745aa26.php
<!DOCTYPE html> <html lang="<?php echo e(LaravelLocalization::getCurrentLocale()); ?>" <?php if(LaravelLocalization::getCurrentLocaleDirection() == "rtl"): ?> direction="rtl" dir="rtl" style="direction: rtl" <?php endif; ?>> <head> <title><?php echo e(gs('title')); ?></title> <meta charset="utf-8" /> <meta name="description" content="<?php echo e(gs('description')); ?>" /> <meta name="keywords" content="<?php echo e(gs('description')); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <?php echo $__env->make("admin.partials.styles", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </head> <body id="kt_body" <?php if(LaravelLocalization::getCurrentLocaleDirection() == "rtl"): ?> direction="rtl" <?php endif; ?> class="app-blank bgi-size-cover bgi-attachment-fixed bgi-position-center bgi-no-repeat"> <body class="app-default" data-kt-app-page-loading-enabled="true" data-kt-app-page-loading="on"> <script>let defaultThemeMode = "light"; let themeMode; if ( document.documentElement ) { if ( document.documentElement.hasAttribute("data-bs-theme-mode")) { themeMode = document.documentElement.getAttribute("data-bs-theme-mode"); } else { if ( localStorage.getItem("data-bs-theme") !== null ) { themeMode = localStorage.getItem("data-bs-theme"); } else { themeMode = defaultThemeMode; } } if (themeMode === "system") { themeMode = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; } document.documentElement.setAttribute("data-bs-theme", themeMode); }</script> <div class="d-flex flex-column flex-root" id="kt_app_root"> <style>body { background-image: url('<?php echo e(asset('backend/media/auth/bg4.jpg')); ?>'); } [data-bs-theme="dark"] body { background-image: url('<?php echo e(asset('backend/media/auth/bg4-dark.jpg')); ?>'); }</style> <div class="d-flex flex-lg-row"> <div class="d-flex flex-column-fluid justify-content-center p-12 p-lg-20"> <div class="bg-body d-flex flex-column align-items-stretch flex-center rounded-4 w-md-600px p-20"> <a href="<?php echo e(url()->current()); ?>" class="d-block text-center mb-10"> <img src="<?php echo e(gs('logo')); ?>" alt="" style="width: 150px;" class="img-fluid img-fluid"> </a> <?php echo $__env->yieldContent("content"); ?> <div class="d-flex flex-stack px-lg-10"> <div class="me-0"> <button class="btn btn-flex btn-link btn-color-gray-700 btn-active-color-primary rotate fs-base" data-kt-menu-trigger="click" data-kt-menu-placement="bottom-start" data-kt-menu-offset="0px, 0px"> <img data-kt-element="current-lang-flag" class="w-20px h-20px rounded me-3" src="<?php echo e(asset('backend/media/flags/' . LaravelLocalization::getSupportedLocales()[app()->getLocale()]["flag"])); ?>" alt=""/> <span data-kt-element="current-lang-name" class="me-1"><?php echo e(LaravelLocalization::getCurrentLocaleNativeReading()); ?></span> <i class="ki-duotone ki-down fs-5 text-muted rotate-180 m-0"></i> </button> <div class="menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-800 menu-state-bg-light-primary fw-semibold w-200px py-4 fs-7" data-kt-menu="true" id="kt_auth_lang_menu"> <?php $__currentLoopData = LaravelLocalization::getSupportedLocales(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $localeCode => $properties): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="menu-item px-3"> <a href="<?php echo e(LaravelLocalization::getLocalizedURL($localeCode, null, [], true)); ?>" hreflang="<?php echo e($localeCode); ?>" class="menu-link d-flex px-5" data-kt-lang="English"> <span class="symbol symbol-20px me-4"> <img data-kt-element="lang-flag" class="rounded-1" src="<?php echo e(asset('backend/media/flags/' . $properties['flag'])); ?>" alt=""/> </span> <span data-kt-element="lang-name"> <?php echo e($properties['native']); ?></span> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </div> </div> <?php echo $__env->make("admin.partials.scripts", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo app('Illuminate\Foundation\Vite')(["resources/js/app.js"]); ?> </body> </html> <?php /**PATH /home/rwabtee/project/resources/views/admin/layouts/auth.blade.php ENDPATH**/ ?>
SAVE
CANCEL