Files
rohini-web/storage2/framework/views/2455f22afd4c671cb2c2eeb4624c970a.php
2025-12-28 12:16:05 +05:45

45 lines
2.2 KiB
PHP

<!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:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/layouts/guest.blade.php ENDPATH**/ ?>