This commit is contained in:
2025-12-28 12:16:05 +05:45
commit 7c46ec6731
3358 changed files with 467149 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
<!doctype html>
<html lang="en" data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg"
data-sidebar-image="none" data-preloader="disable">
<head>
<meta charset="utf-8" />
<title><?php echo e(setting('title')); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Consultancy CMS Admin Dashboard" name="description" />
<meta content="Bibhuti Solutions" name="author" />
<link rel="canonical" href="<?php echo e(setting('website_url')); ?>">
<link rel="shortcut icon" href="<?php echo e(asset(setting('favicon'))); ?>">
<script src="<?php echo e(asset('assets/js/layout.js')); ?>"></script>
<link href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>" rel="stylesheet" type="text/css" />
<link href="<?php echo e(asset('assets/css/icons.min.css')); ?>" rel="stylesheet" type="text/css" />
<link href="<?php echo e(asset('assets/css/app.min.css')); ?>" rel="stylesheet" type="text/css" />
<link href="<?php echo e(asset('assets/css/custom.min.css')); ?>" rel="stylesheet" type="text/css" />
<style>
:root{
--vz-primary: <?php echo e(setting('color')); ?>;
}
</style>
</head>
<body>
<?php echo $__env->yieldContent('content'); ?>
<script src="<?php echo e(asset('assets/libs/bootstrap/js/bootstrap.bundle.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/libs/simplebar/simplebar.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/libs/node-waves/waves.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/libs/feather-icons/feather.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/pages/plugins/lord-icon-2.1.0.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/plugins.js')); ?>"></script>
<script src="<?php echo e(asset('assets/libs/particles.js/particles.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/pages/particles.app.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/pages/password-addon.init.js')); ?>"></script>
</body>
</html>
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/layouts/guest.blade.php ENDPATH**/ ?>