HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/be.naniguide.com/storage/framework/views/5ee3f59ddd38cebc2b2c0bdec36d64b4.php
<!DOCTYPE html>
<html lang="en">
<head>
	<?php echo $__env->make('layouts.core._head', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

	<?php echo $__env->make('layouts.core._favicon', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

	<?php echo $__env->make('layouts.core._script_vars', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

	<?php echo $__env->yieldContent('head'); ?>

	<?php if(getThemeMode(Auth::user()->admin->theme_mode, request()->session()->get('admin-auto-theme-mode')) == 'dark'): ?>
		<meta name="theme-color" content="<?php echo e(getThemeColor(
			Auth::user()->admin->getColorScheme(),
			request()->session()->get('admin-auto-theme-mode')
		), false); ?>">
	<?php elseif(Auth::user()->admin->getMenuLayout() == 'left'): ?>
		<meta name="theme-color" content="#eff3f5">
	<?php endif; ?>

	<script>
		<?php if(Auth::user()->admin->theme_mode == 'auto'): ?>
			var ECHARTS_THEME = isDarkMode() ? 'dark' : null

			// auto detect dark-mode
			$(function() {
				autoDetechDarkMode('<?php echo e(action('Admin\AccountController@saveAutoThemeMode'), false); ?>');
			});
		<?php else: ?>
			var ECHARTS_THEME = '<?php echo e(Auth::user()->admin->theme_mode == 'dark' ? 'dark' : null, false); ?>';
		<?php endif; ?>
	</script>

    <!-- Theme -->
    <link rel="stylesheet" type="text/css" href="<?php echo e(AppUrl::asset('core/css/theme/'.Auth::user()->admin->getColorScheme().'.css'), false); ?>">
</head>
<body class="<?php echo e(isset($body_class) ? $body_class : '', false); ?> theme-<?php echo e(Auth::user()->admin->getColorScheme(), false); ?> <?php echo e(Auth::user()->admin->getMenuLayout(), false); ?>bar
	<?php echo e(Auth::user()->admin->getMenuLayout(), false); ?>bar-<?php echo e(request()->session()->get('admin-leftbar-state'), false); ?> state-<?php echo e(request()->session()->get('admin-leftbar-state'), false); ?>

	
	mode-<?php echo e(getThemeMode(Auth::user()->admin->theme_mode, request()->session()->get('admin-auto-theme-mode')), false); ?>

">
	
	<?php if(config('app.saas')): ?>
		<?php echo $__env->make('layouts.core._menu_backend', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
	<?php else: ?>
		<?php echo $__env->make('layouts.core._menu_frontend_single', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
	<?php endif; ?>

	<?php echo $__env->make('layouts.core._middle_bar', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

	<main class="container page-container px-3">
		<?php echo $__env->make('layouts.core._headbar_backend', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
		
		<?php echo $__env->yieldContent('page_header'); ?>

		<!-- display flash message -->
		<?php echo $__env->make('layouts.core._errors', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

		<!-- main inner content -->
		<?php echo $__env->yieldContent('content'); ?>

		<!-- Footer -->
		<?php echo $__env->make('layouts.core._footer', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
	</main>

	<!-- Notification -->
	<?php echo $__env->make('layouts.core._notify', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
    <?php echo $__env->make('layouts.core._notify_backend', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

	<!-- Admin area -->
	<?php echo $__env->make('layouts.core._loginas_area', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

	<!-- display flash message -->
	<?php echo $__env->make('layouts.core._flash', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

	<?php echo \Acelle\Model\Setting::get('custom_script'); ?>

</body>
</html><?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/layouts/core/backend.blade.php ENDPATH**/ ?>