https://ebusiness.cloudnet.com.kh/

Submitted URL:
https://ebusiness.cloudnet.com.kh/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 37 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
__cfQRobject
$function
jQueryfunction
hljsobject
PhpDebugBarobject
Sfdumpfunction
Popperobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errorsecurity
URL
https://ebusiness.cloudnet.com.kh/
Text
Refused to apply style from 'https://ebusiness.cloudnet.com.kh/css/custom-color.css?v=1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en" dir="" class="sf-js-enabled"><head>
<title></title>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="title" content="ERP, HRM, CRM, POS Software, e-business strategies, online business development, e-commerce solutions, digital transformation, cloud services for business">
<meta name="description" content="Discover leading cloud networking solutions with our innovative cloudnet services designed to empower your e-business. Our comprehensive cloud technology and e-business strategies propel online business development and digital transformation.">

<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:title" content="ERP, HRM, CRM, POS Software, e-business strategies, online business development, e-commerce solutions, digital transformation, cloud services for business">
<meta property="og:description" content="Discover leading cloud networking solutions with our innovative cloudnet services designed to empower your e-business. Our comprehensive cloud technology and e-business strategies propel online business development and digital transformation.">
<meta property="og:image" content="https://ebusiness.cloudnet.com.kh/storage/uploads/meta/logo-light.png">

<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="">
<meta property="twitter:title" content="ERP, HRM, CRM, POS Software, e-business strategies, online business development, e-commerce solutions, digital transformation, cloud services for business">
<meta property="twitter:description" content="Discover leading cloud networking solutions with our innovative cloudnet services designed to empower your e-business. Our comprehensive cloud technology and e-business strategies propel online business development and digital transformation.">
<meta property="twitter:image" content="https://ebusiness.cloudnet.com.kh/storage/uploads/meta/logo-light.png">

<link rel="icon" href="https://ebusiness.cloudnet.com.kh/storage/uploads/logo/favicon.png" type="image/x-icon">

<link rel="stylesheet" href=" //ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/fonts/tabler-icons.min.css?v=1">
<link rel="stylesheet" href=" //ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/fonts/feather.css?v=1">
<link rel="stylesheet" href="  //ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/fonts/fontawesome.css?v=1">
<link rel="stylesheet" href="//ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/fonts/material.css?v=1">
<script src="https://ebusiness.cloudnet.com.kh/js/jquery.min.js?v=2" type="text/javascript"></script>

<link rel="stylesheet" href="//ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/css/style.css?v=10" id="main-style-link">
<link rel="stylesheet" href=" //ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/css/customizer.css?v=1">
<link rel="stylesheet" href=" //ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/css/landing-page.css?v=1">
<link rel="stylesheet" href=" //ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/css/custom.css?v=1">
<style>
        :root {
            --color-customColor: theme-6;
        }
    </style>
<style>
        @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600");
        .chatbot {
            position: fixed;
            top: 0;
            bottom: 0;
            width: 100%;
            box-shadow: 0 -6px 99px -17px rgba(0, 0, 0, 0.68);
        }
        @media screen and (min-width: 640px) {
            .chatbot {
                border-radius: 50px;
                max-width: 420px;
                right: 0px;
                top: auto;
            }
        }
        .chatbot.chatbot--closed {
            top: auto;
            width: 60%;
        }

        .chatbot__header {
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* background-color: #292460; */
            height: 54px;
            padding: 0 20px;
            width: 100%;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }
        .chatbot__header_xxx{
            background-color: #292460;

        }
        /* .chatbot__header:hover {
            background-color: #393285;
        } */
        .chatbot__header p {
            margin-right: 20px;
            margin-top: 18px;
        }

        .chatbot__close-button {
            fill: #fff;
        }
        .chatbot__close-button.icon-speech {
            width: 20px;
            display: none;
        }
        .chatbot--closed .chatbot__close-button.icon-speech {
            display: block;
        }
        .chatbot__close-button.icon-close {
            width: 14px;
        }
        .chatbot--closed .chatbot__close-button.icon-close {
            display: none;
        }

        .chatbot__message-window {
            height: calc(100% - (54px + 60px));
            padding: 40px 20px 20px;
            background-color: #fff;
            overflow-x: none;
            overflow-y: auto;
        }
        @media screen and (min-width: 640px) {
            .chatbot__message-window {
                height: 380px;
            }
        }
        .chatbot__message-window::-webkit-scrollbar {
            display: none;
        }
        .chatbot--closed .chatbot__message-window {
            display: none;
        }

        .chatbot__messages {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            width: auto;
        }
        .chatbot__messages li {
            margin-bottom: 20px;
        }
        .chatbot__messages li.is-ai {
            display: inline-flex;
            align-items: flex-start;
        }
        .chatbot__messages li.is-user {
            text-align: right;
            display: inline-flex;
            align-self: flex-end;
        }
        .chatbot__messages li .is-ai__profile-picture {
            margin-right: 8px;
        }
        .chatbot__messages li .is-ai__profile-picture .icon-avatar {
            width: 40px;
            height: 40px;
            padding-top: 6px;
        }

        .chatbot__message {
            display: inline-block;
            padding: 12px 20px;
            word-break: break-word;
            margin: 0;
            border-radius: 6px;
            letter-spacing: -0.01em;
            line-height: 1.45;
            overflow: hidden;
        }
        .is-ai .chatbot__message {
            background-color: #f0f0f0;
            margin-right: 30px;
        }
        .is-user .chatbot__message {
            background-color: #c5fff74d;
            margin-left: 30px;
        }
        .chatbot__message a {
            color: #7226e0;
            word-break: break-all;
            display: inline-block;
        }
        .chatbot__message p:first-child {
            margin-top: 0;
        }
        .chatbot__message p:last-child {
            margin-bottom: 0;
        }
        .chatbot__message button {
            background-color: #fff;
            font-weight: 300;
            border: 2px solid #7226e0;
            border-radius: 50px;
            padding: 8px 20px;
            margin: -8px 10px 18px 0;
            transition: background-color 0.2s ease;
            cursor: pointer;
        }
        .chatbot__message button:hover {
            background-color: #f2f2f2;
        }
        .chatbot__message button:focus {
            outline: none;
        }
        .chatbot__message img {
            max-width: 100%;
        }
        .chatbot__message .card {
            background-color: #fff;
            text-decoration: none;
            overflow: hidden;
            border-radius: 6px;
            color: black;
            word-break: normal;
        }
        .chatbot__message .card .card-content {
            padding: 20px;
        }
        .chatbot__message .card .card-title {
            margin-top: 0;
        }
        .chatbot__message .card .card-button {
            color: #7226e0;
            text-decoration: underline;
        }

        .animation:last-child {
            -webkit-animation: fadein 0.25s;
            animation: fadein 0.25s;
            -webkit-animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        .chatbot__arrow {
            width: 0;
            height: 0;
            margin-top: 18px;
        }

        .chatbot__arrow--right {
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #c5fff74d;
        }

        .chatbot__arrow--left {
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 6px solid #f0f0f0;
        }

        .chatbot__entry {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 60px;
            padding: 0 20px;
            border-top: 1px solid #e6eaee;
            background-color: #fff;
        }
        .chatbot--closed .chatbot__entry {
            display: none;
        }

        .chatbot__input {
            height: 100%;
            width: 80%;
            border: 0;
        }
        .chatbot__input:focus {
            outline: none;
        }
        .chatbot__input::-webkit-input-placeholder {
            color: #7f7f7f;
        }
        .chatbot__input::-moz-placeholder {
            color: #7f7f7f;
        }
        .chatbot__input::-ms-input-placeholder {
            color: #7f7f7f;
        }
        .chatbot__input::-moz-placeholder {
            color: #7f7f7f;
        }

        .chatbot__submit {
            fill: #7226e0;
            height: 22px;
            width: 22px;
            transition: fill 0.2s ease;
            cursor: pointer;
        }
        .chatbot__submit:hover {
            fill: #45148c;
        }

        .u-text-highlight {
            color: #7ee0d2;
        }

        .loader {
            margin-bottom: -2px;
            text-align: center;
            opacity: 0.3;
        }

        .loader__dot {
            display: inline-block;
            vertical-align: middle;
            width: 6px;
            height: 6px;
            margin: 0 1px;
            background: black;
            border-radius: 50px;
            -webkit-animation: loader 0.45s infinite alternate;
            animation: loader 0.45s infinite alternate;
        }
        .loader__dot:nth-of-type(2) {
            -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
        }
        .loader__dot:nth-of-type(3) {
            -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
        }

        @-webkit-keyframes loader {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-5px);
            }
        }

        @keyframes loader {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-5px);
            }
        }
        @-webkit-keyframes fadein {
            from {
                opacity: 0;
                margin-top: 10px;
                margin-bottom: 0;
            }
            to {
                opacity: 1;
                margin-top: 0;
                margin-bottom: 10px;
            }
        }
        @keyframes fadein {
            from {
                opacity: 0;
                margin-top: 10px;
                margin-bottom: 0;
            }
            to {
                opacity: 1;
                margin-top: 0;
                margin-bottom: 10px;
            }
        }
        * {
            box-sizing: border-box;
        }

        body {
            background: url("https://images.unsplash.com/photo-1464823063530-08f10ed1a2dd?dpr=1&auto=compress,format&fit=crop&w=1199&h=799&q=80&cs=tinysrgb&crop=&bg=") no-repeat center center;
            background-size: cover;
            height: 1000px;
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
        }

        input {
            font-family: "Open Sans", sans-serif;
        }

        strong {
            font-weight: 600;
        }

        .intro {
            display: block;
            margin-bottom: 20px;
        }
        @media (max-width: 768px) { /* Tablet and smaller */
            .img_bot {
                width: 50% ;
                margin: 10% auto; /* Center the image */
            }
        }
        @media (max-width: 576px) { /* Mobile devices */
            .img_bot {
                width: 70%; /* Adjust the width further for mobile */
                margin: 10% auto; /* Center the image */
            }
        }
    </style>
<link rel="stylesheet" href="https://ebusiness.cloudnet.com.kh/css/custom-color.css?v=1">
<link rel="stylesheet" type="text/css" property="stylesheet" href="//ebusiness.cloudnet.com.kh/_debugbar/assets/stylesheets?v=1728019780&amp;theme=auto" data-turbolinks-eval="false" data-turbo-eval="false"><script src="//ebusiness.cloudnet.com.kh/_debugbar/assets/javascript?v=1728019780" data-turbolinks-eval="false" data-turbo-eval="false" type="text/javascript"></script><script data-turbo-eval="false" type="text/javascript">jQuery.noConflict(true);</script>
<script type="text/javascript"> Sfdump = window.Sfdump || (function (doc) { doc.documentElement.classList.add('sf-js-enabled'); var rxEsc = /([.*+?^${}()|\[\]\/\\])/g, idRx = /\bsf-dump-\d+-ref[012]\w+\b/, keyHint = 0 <= navigator.platform.toUpperCase().indexOf('MAC') ? 'Cmd' : 'Ctrl', addEventListener = function (e, n, cb) { e.addEventListener(n, cb, false); }; if (!doc.addEventListener) { addEventListener = function (element, eventName, callback) { element.attachEvent('on' + eventName, function (e) { e.preventDefault = function () {e.returnValue = false;}; e.target = e.srcElement; callback(e); }); }; } function toggle(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className, arrow, newClass; if (/\bsf-dump-compact\b/.test(oldClass)) { arrow = '▼'; newClass = 'sf-dump-expanded'; } else if (/\bsf-dump-expanded\b/.test(oldClass)) { arrow = '▶'; newClass = 'sf-dump-compact'; } else { return false; } if (doc.createEvent && s.dispatchEvent) { var event = doc.createEvent('Event'); event.initEvent('sf-dump-expanded' === newClass ? 'sfbeforedumpexpand' : 'sfbeforedumpcollapse', true, false); s.dispatchEvent(event); } a.lastChild.innerHTML = arrow; s.className = s.className.replace(/\bsf-dump-(compact|expanded)\b/, newClass); if (recursive) { try { a = s.querySelectorAll('.'+oldClass); for (s = 0; s < a.length; ++s) { if (-1 == a[s].className.indexOf(newClass)) { a[s].className = newClass; a[s].previousSibling.lastChild.innerHTML = arrow; } } } catch (e) { } } return true; }; function collapse(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className; if (/\bsf-dump-expanded\b/.test(oldClass)) { toggle(a, recursive); return true; } return false; }; function expand(a, recursive) { var s = a.nextSibling || {}, oldClass = s.className; if (/\bsf-dump-compact\b/.test(oldClass)) { toggle(a, recursive); return true; } return false; }; function collapseAll(root) { var a = root.querySelector('a.sf-dump-toggle'); if (a) { collapse(a, true); expand(a); return true; } return false; } function reveal(node) { var previous, parents = []; while ((node = node.parentNode || {}) && (previous = node.previousSibling) && 'A' === previous.tagName) { parents.push(previous); } if (0 !== parents.length) { parents.forEach(function (parent) { expand(parent); }); return true; } return false; } function highlight(root, activeNode, nodes) { resetHighlightedNodes(root); Array.from(nodes||[]).forEach(function (node) { if (!/\bsf-dump-highlight\b/.test(node.className)) { node.className = node.className + ' sf-dump-highlight'; } }); if (!/\bsf-dump-highlight-active\b/.test(activeNode.className)) { activeNode.className = activeNode.className + ' sf-dump-highlight-active'; } } function resetHighlightedNodes(root) { Array.from(root.querySelectorAll('.sf-dump-str, .sf-dump-key, .sf-dump-public, .sf-dump-protected, .sf-dump-private')).forEach(function (strNode) { strNode.className = strNode.className.replace(/\bsf-dump-highlight\b/, ''); strNode.className = strNode.className.replace(/\bsf-dump-highlight-active\b/, ''); }); } return function (root, x) { root = doc.getElementById(root); var indentRx = new RegExp('^('+(root.getAttribute('data-indent-pad') || ' ').replace(rxEsc, '\\$1')+')+', 'm'), options = {"maxDepth":1,"maxStringLength":160,"fileLinkFormat":false}, elt = root.getElementsByTagName('A'), len = elt.length, i = 0, s, h, t = []; while (i < len) t.push(elt[i++]); for (i in x) { options[i] = x[i]; } function a(e, f) { addEventListener(root, e, function (e, n) { if ('A' == e.target.tagName) { f(e.target, e); } else if ('A' == e.target.parentNode.tagName) { f(e.target.parentNode, e); } else { n = /\bsf-dump-ellipsis\b/.test(e.target.className) ? e.target.parentNode : e.target; if ((n = n.nextElementSibling) && 'A' == n.tagName) { if (!/\bsf-dump-toggle\b/.test(n.className)) { n = n.nextElementSibling || n; } f(n, e, true); } } }); }; function isCtrlKey(e) { return e.ctrlKey || e.metaKey; } function xpathString(str) { var parts = str.match(/[^'"]+|['"]/g).map(function (part) { if ("'" == part) { return '"\'"'; } if ('"' == part) { return "'\"'"; } return "'" + part + "'"; }); return "concat(" + parts.join(",") + ", '')"; } function xpathHasClass(className) { return "contains(concat(' ', normalize-space(@class), ' '), ' " + className +" ')"; } a('mouseover', function (a, e, c) { if (c) { e.target.style.cursor = "pointer"; } }); a('click', function (a, e, c) { if (/\bsf-dump-toggle\b/.test(a.className)) { e.preventDefault(); if (!toggle(a, isCtrlKey(e))) { var r = doc.getElementById(a.getAttribute('href').slice(1)), s = r.previousSibling, f = r.parentNode, t = a.parentNode; t.replaceChild(r, a); f.replaceChild(a, s); t.insertBefore(s, r); f = f.firstChild.nodeValue.match(indentRx); t = t.firstChild.nodeValue.match(indentRx); if (f && t && f[0] !== t[0]) { r.innerHTML = r.innerHTML.replace(new RegExp('^'+f[0].replace(rxEsc, '\\$1'), 'mg'), t[0]); } if (/\bsf-dump-compact\b/.test(r.className)) { toggle(s, isCtrlKey(e)); } } if (c) { } else if (doc.getSelection) { try { doc.getSelection().removeAllRanges(); } catch (e) { doc.getSelection().empty(); } } else { doc.selection.empty(); } } else if (/\bsf-dump-str-toggle\b/.test(a.className)) { e.preventDefault(); e = a.parentNode.parentNode; e.className = e.className.replace(/\bsf-dump-str-(expand|collapse)\b/, a.parentNode.className); } }); elt = root.getElementsByTagName('SAMP'); len = elt.length; i = 0; while (i < len) t.push(elt[i++]); len = t.length; for (i = 0; i < len; ++i) { elt = t[i]; if ('SAMP' == elt.tagName) { a = elt.previousSibling || {}; if ('A' != a.tagName) { a = doc.createElement('A'); a.className = 'sf-dump-ref'; elt.parentNode.insertBefore(a, elt); } else { a.innerHTML += ' '; } a.title = (a.title ? a.title+'\n[' : '[')+keyHint+'+click] Expand all children'; a.innerHTML += elt.className == 'sf-dump-compact' ? '<span>▶</span>' : '<span>▼</span>'; a.className += ' sf-dump-toggle'; x = 1; if ('sf-dump' != elt.parentNode.className) { x += elt.parentNode.getAttribute('data-depth')/1; } } else if (/\bsf-dump-ref\b/.test(elt.className) && (a = elt.getAttribute('href'))) { a = a.slice(1); elt.className += ' sf-dump-hover'; elt.className += ' '+a; if (/[\[{]$/.test(elt.previousSibling.nodeValue)) { a = a != elt.nextSibling.id && doc.getElementById(a); try { s = a.nextSibling; elt.appendChild(a); s.parentNode.insertBefore(a, s); if (/^[@#]/.test(elt.innerHTML)) { elt.innerHTML += ' <span>▶</span>'; } else { elt.innerHTML = '<span>▶</span>'; elt.className = 'sf-dump-ref'; } elt.className += ' sf-dump-toggle'; } catch (e) { if ('&' == elt.innerHTML.charAt(0)) { elt.innerHTML = '…'; elt.className = 'sf-dump-ref'; } } } } } if (doc.evaluate && Array.from && root.children.length > 1) { root.setAttribute('tabindex', 0); SearchState = function () { this.nodes = []; this.idx = 0; }; SearchState.prototype = { next: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx < (this.nodes.length - 1) ? this.idx + 1 : 0; return this.current(); }, previous: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx > 0 ? this.idx - 1 : (this.nodes.length - 1); return this.current(); }, isEmpty: function () { return 0 === this.count(); }, current: function () { if (this.isEmpty()) { return null; } return this.nodes[this.idx]; }, reset: function () { this.nodes = []; this.idx = 0; }, count: function () { return this.nodes.length; }, }; function showCurrent(state) { var currentNode = state.current(), currentRect, searchRect; if (currentNode) { reveal(currentNode); highlight(root, currentNode, state.nodes); if ('scrollIntoView' in currentNode) { currentNode.scrollIntoView(true); currentRect = currentNode.getBoundingClientRect(); searchRect = search.getBoundingClientRect(); if (currentRect.top < (searchRect.top + searchRect.height)) { window.scrollBy(0, -(searchRect.top + searchRect.height + 5)); } } } counter.textContent = (state.isEmpty() ? 0 : state.idx + 1) + ' of ' + state.count(); } var search = doc.createElement('div'); search.className = 'sf-dump-search-wrapper sf-dump-search-hidden'; search.innerHTML = ' <input type="text" class="sf-dump-search-input"> <span class="sf-dump-search-count">0 of 0<\/span> <button type="button" class="sf-dump-search-input-previous" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19L896 965l-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"\/><\/svg> <\/button> <button type="button" class="sf-dump-search-input-next" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 808l-742 741q-19 19-45 19t-45-19L109 808q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z"\/><\/svg> <\/button> '; root.insertBefore(search, root.firstChild); var state = new SearchState(); var searchInput = search.querySelector('.sf-dump-search-input'); var counter = search.querySelector('.sf-dump-search-count'); var searchInputTimer = 0; var previousSearchQuery = ''; addEventListener(searchInput, 'keyup', function (e) { var searchQuery = e.target.value; /* Don't perform anything if the pressed key didn't change the query */ if (searchQuery === previousSearchQuery) { return; } previousSearchQuery = searchQuery; clearTimeout(searchInputTimer); searchInputTimer = setTimeout(function () { state.reset(); collapseAll(root); resetHighlightedNodes(root); if ('' === searchQuery) { counter.textContent = '0 of 0'; return; } var classMatches = [ "sf-dump-str", "sf-dump-key", "sf-dump-public", "sf-dump-protected", "sf-dump-private", ].map(xpathHasClass).join(' or '); var xpathResult = doc.evaluate('.//span[' + classMatches + '][contains(translate(child::text(), ' + xpathString(searchQuery.toUpperCase()) + ', ' + xpathString(searchQuery.toLowerCase()) + '), ' + xpathString(searchQuery.toLowerCase()) + ')]', root, null, XPathResult.ORDERED_NODE_ITERATOR_TYPE, null); while (node = xpathResult.iterateNext()) state.nodes.push(node); showCurrent(state); }, 400); }); Array.from(search.querySelectorAll('.sf-dump-search-input-next, .sf-dump-search-input-previous')).forEach(function (btn) { addEventListener(btn, 'click', function (e) { e.preventDefault(); -1 !== e.target.className.indexOf('next') ? state.next() : state.previous(); searchInput.focus(); collapseAll(root); showCurrent(state); }) }); addEventListener(root, 'keydown', function (e) { var isSearchActive = !/\bsf-dump-search-hidden\b/.test(search.className); if ((114 === e.keyCode && !isSearchActive) || (isCtrlKey(e) && 70 === e.keyCode)) { /* F3 or CMD/CTRL + F */ if (70 === e.keyCode && document.activeElement === searchInput) { /* * If CMD/CTRL + F is hit while having focus on search input, * the user probably meant to trigger browser search instead. * Let the browser execute its behavior: */ return; } e.preventDefault(); search.className = search.className.replace(/\bsf-dump-search-hidden\b/, ''); searchInput.focus(); } else if (isSearchActive) { if (27 === e.keyCode) { /* ESC key */ search.className += ' sf-dump-search-hidden'; e.preventDefault(); resetHighlightedNodes(root); searchInput.value = ''; } else if ( (isCtrlKey(e) && 71 === e.keyCode) /* CMD/CTRL + G */ || 13 === e.keyCode /* Enter */ || 114 === e.keyCode /* F3 */ ) { e.preventDefault(); e.shiftKey ? state.previous() : state.next(); collapseAll(root); showCurrent(state); } } }); } if (0 >= options.maxStringLength) { return; } try { elt = root.querySelectorAll('.sf-dump-str'); len = elt.length; i = 0; t = []; while (i < len) t.push(elt[i++]); len = t.length; for (i = 0; i < len; ++i) { elt = t[i]; s = elt.innerText || elt.textContent; x = s.length - options.maxStringLength; if (0 < x) { h = elt.innerHTML; elt[elt.innerText ? 'innerText' : 'textContent'] = s.substring(0, options.maxStringLength); elt.className += ' sf-dump-str-collapse'; elt.innerHTML = '<span class=sf-dump-str-collapse>'+h+'<a class="sf-dump-ref sf-dump-str-toggle" title="Collapse"> ◀</a></span>'+ '<span class=sf-dump-str-expand>'+elt.innerHTML+'<a class="sf-dump-ref sf-dump-str-toggle" title="'+x+' remaining characters"> ▶</a></span>'; } } } catch (e) { } }; })(document); </script><style> .sf-js-enabled .phpdebugbar pre.sf-dump .sf-dump-compact, .sf-js-enabled .sf-dump-str-collapse .sf-dump-str-collapse, .sf-js-enabled .sf-dump-str-expand .sf-dump-str-expand { display: none; } .sf-dump-hover:hover { background-color: #B729D9; color: #FFF !important; border-radius: 2px; } .phpdebugbar pre.sf-dump { display: block; white-space: pre; padding: 5px; overflow: initial !important; } .phpdebugbar pre.sf-dump:after { content: ""; visibility: hidden; display: block; height: 0; clear: both; } .phpdebugbar pre.sf-dump span { display: inline; } .phpdebugbar pre.sf-dump a { text-decoration: none; cursor: pointer; border: 0; outline: none; color: inherit; } .phpdebugbar pre.sf-dump img { max-width: 50em; max-height: 50em; margin: .5em 0 0 0; padding: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAHUlEQVQY02O8zAABilCaiQEN0EeA8QuUcX9g3QEAAjcC5piyhyEAAAAASUVORK5CYII=) #D3D3D3; } .phpdebugbar pre.sf-dump .sf-dump-ellipsis { display: inline-block; overflow: visible; text-overflow: ellipsis; max-width: 5em; white-space: nowrap; overflow: hidden; vertical-align: top; } .phpdebugbar pre.sf-dump .sf-dump-ellipsis+.sf-dump-ellipsis { max-width: none; } .phpdebugbar pre.sf-dump code { display:inline; padding:0; background:none; } .sf-dump-public.sf-dump-highlight, .sf-dump-protected.sf-dump-highlight, .sf-dump-private.sf-dump-highlight, .sf-dump-str.sf-dump-highlight, .sf-dump-key.sf-dump-highlight { background: rgba(111, 172, 204, 0.3); border: 1px solid #7DA0B1; border-radius: 3px; } .sf-dump-public.sf-dump-highlight-active, .sf-dump-protected.sf-dump-highlight-active, .sf-dump-private.sf-dump-highlight-active, .sf-dump-str.sf-dump-highlight-active, .sf-dump-key.sf-dump-highlight-active { background: rgba(253, 175, 0, 0.4); border: 1px solid #ffa500; border-radius: 3px; } .phpdebugbar pre.sf-dump .sf-dump-search-hidden { display: none !important; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper { font-size: 0; white-space: nowrap; margin-bottom: 5px; display: flex; position: -webkit-sticky; position: sticky; top: 5px; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > * { vertical-align: top; box-sizing: border-box; height: 21px; font-weight: normal; border-radius: 0; background: #FFF; color: #757575; border: 1px solid #BBB; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > input.sf-dump-search-input { padding: 3px; height: 21px; font-size: 12px; border-right: none; border-top-left-radius: 3px; border-bottom-left-radius: 3px; color: #000; min-width: 15px; width: 100%; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next, .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-previous { background: #F2F2F2; outline: none; border-left: none; font-size: 0; line-height: 0; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-next > svg, .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-input-previous > svg { pointer-events: none; width: 12px; height: 12px; } .phpdebugbar pre.sf-dump .sf-dump-search-wrapper > .sf-dump-search-count { display: inline-block; padding: 0 5px; margin: 0; border-left: none; line-height: 21px; font-size: 12px; }.phpdebugbar pre.sf-dump, .phpdebugbar pre.sf-dump .sf-dump-default{word-wrap: break-word; white-space: pre-wrap; word-break: normal}.phpdebugbar pre.sf-dump .sf-dump-num{font-weight:bold; color:#1299DA}.phpdebugbar pre.sf-dump .sf-dump-const{font-weight:bold}.phpdebugbar pre.sf-dump .sf-dump-str{font-weight:bold; color:#3A9B26}.phpdebugbar pre.sf-dump .sf-dump-note{color:#1299DA}.phpdebugbar pre.sf-dump .sf-dump-ref{color:#7B7B7B}.phpdebugbar pre.sf-dump .sf-dump-public{color:#000000}.phpdebugbar pre.sf-dump .sf-dump-protected{color:#000000}.phpdebugbar pre.sf-dump .sf-dump-private{color:#000000}.phpdebugbar pre.sf-dump .sf-dump-meta{color:#B729D9}.phpdebugbar pre.sf-dump .sf-dump-key{color:#3A9B26}.phpdebugbar pre.sf-dump .sf-dump-index{color:#1299DA}.phpdebugbar pre.sf-dump .sf-dump-ellipsis{color:#A0A000}.phpdebugbar pre.sf-dump .sf-dump-ns{user-select:none;}.phpdebugbar pre.sf-dump .sf-dump-ellipsis-note{color:#1299DA}</style>
</head>
<body class="theme-6" style="margin-bottom: 32px;">

<header class="main-header">
<div class="announcement bg-dark text-center p-2">
<p class="mb-0">Free Lifetime Special Offer. Don’t Miss it. The offer ends in 72 hours.</p>
</div>
<div class="container">
<nav class="navbar navbar-expand-md  default top-nav-collapse">
<div class="header-left">
<a class="navbar-brand bg-transparent" href="#">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/site_logo.png" alt="logo" class="landing_logo">
</a>
</div>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plan">Plan</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">Faq</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://ebusiness.cloudnet.com.kh/pages/about_us">About Us</a>
</li>
</ul>
<button class="navbar-toggler bg-primary" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="ms-auto d-flex justify-content-end gap-2">
<a href="https://ebusiness.cloudnet.com.kh/login" class="btn btn-outline-dark rounded">
<span class="hide-mob me-2">
Login
</span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg>
</a>
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-outline-dark rounded">
<span class="hide-mob me-2">
Register
</span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-check"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline></svg>
</a>
<button class="navbar-toggler " type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
</div>
</header>


<section class="main-banner bg-primary" id="home">
<div class="container-offset">
<div class="row gy-3 g-0 align-items-center">
<div class="col-xxl-4 col-md-6 p-3">
<span class="badge py-2 px-3 bg-white text-dark rounded-pill fw-bold mb-3">
Free Lifetime Special Offer
</span>
<h1 class="mb-3">
eBusiness All In One Business ERP With Project, Account, HRM, CRM, POS
</h1>
<h6 class="mb-0">Love the idea of having all your business operations in one place? No problem! eBusiness is the only tool you need to manage your company's entire workflow from anywhere, at any time!</h6>
<div class="d-flex gap-3 mt-4 banner-btn">
<a href="https://ebusiness.cloudnet.com.kh/login" class="btn btn-outline-dark">
Live Demo
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play-circle ms-2"><circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon></svg>
</a>
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-outline-dark">Buy Now <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock ms-2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg></a>
</div>
</div>
<div class="col-xxl-8 col-md-6">
<div class="dash-preview">
<img class="img-fluid preview-img" src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/home_banner.png" alt="">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row g-0 gy-2 mt-4 align-items-center">
<div class="col-xxl-3">
<p class="mb-0">Trusted by <b class="fw-bold">1000+ Customer</b></p>
</div>
<div class="col-xxl-9">
<div class="row gy-3 row-cols-9">
<div class="col-auto">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/home_logo.png" alt="" class="landing_logo" style="width: 130px;">
</div>
</div>
</div>
</div>
</div>
</section>


<section class="features-section section-gap bg-dark" id="features">
<div class="container">
<div class="row gy-3">
<div class="col-xxl-4">
<span class="d-block mb-2 text-uppercase">Features</span>
<div class="title mb-4">
<h2><b class="fw-bold">All In One Place ERP System</b></h2>
</div>
<p class="mb-3">Love the idea of having all your business operations in one place? No problem! eBusiness is the only tool you need to manage your company's entire workflow from anywhere, at any time!</p>
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill d-inline-flex align-items-center">Buy Now
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock ms-2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg></a>
</div>
<div class="col-xxl-8">
<div class="row">
<div class="col-lg-4 col-sm-6 d-flex">
<div class="card bg-primary">
<div class="card-body">
<span class="theme-avtar avtar avtar-xl mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688108756-feature_logo.png" alt="">
</span>
<h3 class="mb-3 ">
Feature</h3>
<p class=" f-w-600 mb-0 text-body">
</p><p>Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.</p><p></p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 d-flex">
<div class="card ">
<div class="card-body">
<span class="theme-avtar avtar avtar-xl mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099120-feature_logo.png" alt="">
</span>
<h3 class="mb-3 text-white">
Support</h3>
<p class=" f-w-600 mb-0 ">
</p><p>Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.</p><p></p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 d-flex">
<div class="card ">
<div class="card-body">
<span class="theme-avtar avtar avtar-xl mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099197-feature_logo.png" alt="">
</span>
<h3 class="mb-3 text-white">
Integration</h3>
<p class=" f-w-600 mb-0 ">
</p><p>Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.</p><p></p>
</div>
</div>
</div>
</div>
</div>
<div class="mt-5">
<div class="title text-center mb-4">
<span class="d-block mb-2 text-uppercase">Features</span>
<h2 class="mb-4">eBusiness All In One Business ERP With Project, Account, HRM, CRM</h2>
<p>Use these awesome forms to login or create new account in your project for free.</p>
</div>
<div class="features-preview">
<img class="img-fluid m-auto d-block" src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/highlight_feature_image.png" alt="">
</div>
</div>
</div>
</div>
</section>


<section class="element-section  section-gap ">
<div class="container">
<div class="row align-items-center justify-content-center mb-4">
<div class="col-lg-4 col-md-6">
<div class="title mb-4">
<span class="d-block fw-bold mb-2 text-uppercase">Features</span>
<h2>
eBusiness All In One Business ERP With Project, Account, HRM, CRM, POS
</h2>
</div>
<p class="mb-3"></p><p>Use these awesome forms to login or create new account in your project for free.</p><p></p>
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill d-inline-flex align-items-center">Buy Now
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock ms-2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg></a>
</div>
<div class="col-lg-7 col-md-6 res-img">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688108824-other_features_image.png" alt="" class="img-fluid header-img">
</div>
</div>
</div>
<div class="row align-items-center justify-content-center mb-4">
<div class="col-lg-7 col-md-6">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688108842-other_features_image.png" alt="" class="img-fluid header-img">
</div>
</div>
<div class="col-lg-4  col-md-6">
<div class="title mb-4">
<span class="d-block fw-bold mb-2 text-uppercase">Features</span>
<h2>
eBusiness All In One Business ERP With Project, Account, HRM, CRM, POS
</h2>
</div>
<p class="mb-3"></p><p>Use these awesome forms to login or create new account in your project for free.</p><p></p>
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill d-inline-flex align-items-center">Buy Now
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock ms-2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg></a>
</div>
</div>
<div class="row align-items-center justify-content-center mb-4">
<div class="col-lg-4 col-md-6">
<div class="title mb-4">
<span class="d-block fw-bold mb-2 text-uppercase">Features</span>
<h2>
eBusiness All In One Business ERP With Project, Account, HRM, CRM, POS
</h2>
</div>
<p class="mb-3"></p><p>Use these awesome forms to login or create new account in your project for free.</p><p></p>
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill d-inline-flex align-items-center">Buy Now
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock ms-2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg></a>
</div>
<div class="col-lg-7 col-md-6 res-img">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688115908-other_features_image.png" alt="" class="img-fluid header-img">
</div>
</div>
</div>
<div class="row align-items-center justify-content-center mb-4">
<div class="col-lg-7 col-md-6">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688108947-other_features_image.png" alt="" class="img-fluid header-img">
</div>
</div>
<div class="col-lg-4  col-md-6">
<div class="title mb-4">
<span class="d-block fw-bold mb-2 text-uppercase">Features</span>
<h2>
eBusiness All In One Business ERP With Project, Account, HRM, CRM, POS
</h2>
</div>
<p class="mb-3"></p><p>Use these awesome forms to login or create new account in your project for free.</p><p></p>
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill d-inline-flex align-items-center">Buy Now
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock ms-2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg></a>
</div>
</div>
</div>
</section>


<section class="bg-dark section-gap">
<div class="container">
<div class="row mb-2 justify-content-center">
<div class="col-xxl-6">
<div class="title text-center mb-4">
<span class="d-block mb-2 text-uppercase">DISCOVER</span>
<h2 class="mb-4">eBusiness All In One Business ERP With Project, Account, HRM, CRM, POS</h2>
<p>Use these awesome forms to login or create new account in your project for free.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099306-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">HR Management
</h3>
<p class="">
</p><p>Manage all aspects of your HR with a simple interface. Get instant access to key information about each employee from attendance history to training and performance.</p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-primary">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099328-discover_logo.png" alt="">
</span>
<h3 class="mb-3  ">Staff Management
</h3>
<p class="text-body">
</p><p>Keep track of employee information easily and conveniently. Search for staff through simple filter options, and edit and manage their information as you please.</p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099359-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Reports Management
</h3>
<p class="">
</p><p>Get detailed, real-time reports to help you keep track of your business performance. Use graphs and other visuals to make data easy to understand and act on.</p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099377-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Estimates Management
</h3>
<p class="">
</p><p>Generate new estimates for your projects quickly and easily. Manage estimates with ease by assigning clients, status, and expiry dates to each estimate.</p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099401-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Goals and Notes
</h3>
<p class="">
</p><p>Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.</p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099416-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Contract Module
</h3>
<p class="">
</p><p>Create legally binding contracts in seconds and keep all your contracts organized in one place. Also get real-time updates on the status of your contracts, and automatically record contract changes.&nbsp;</p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099434-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Assigning Roles
</h3>
<p class="">
</p><p>Use the multi-user accounting tool to assign roles and permissions to each staff member. Manage staff permissions and take control over access.&nbsp;</p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688099443-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Projects Management
</h3>
<p class="">
</p><p>Get an overview of your project status, budget, and due date. Assign and manage priority tasks with a kanban board, and get work done on time and on budget.&nbsp;</p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1721314732-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Leads Management
</h3>
<p class="">
</p><p>Get real-time updates on leads generated through your marketing campaigns. View leads in Kanban or List view. Assign pipelines and stages for better lead management&nbsp;<br></p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1721183228-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Tasks Management
</h3>
<p class="">
</p><p>Filter tasks by priority, due date, and type. Add a checklist to track your progress and take control of your projects!&nbsp;<br></p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1721182913-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Deal Management
</h3>
<p class="">
</p><p>Get a complete overview of all your deals in seconds. Assign tasks, products, and users to each deal for better organization&nbsp;<br></p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1721182807-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Customer Statement Report
</h3>
<p class="">
</p><p>Eliminate the hassle of tracking customer statements manually. Get an at-a-glance report of all orders, payments, and transactions with a customer or vendor.&nbsp;<br></p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1721314023-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Sale Management
</h3>
<p class="">
</p><p>Keep your sales process organized. Easily edit and manage invoices, payments, expenses, and credit notes.&nbsp;<br></p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1721313876-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Inventory Management
</h3>
<p class="">
</p><p>Effortlessly keep track of your inventory. Monitor your stock levels in real time, get notified when inventory levels are low, and make changes when necessary.&nbsp;<br></p>
<p></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-sm-6 col-lg-4 ">
<div class="card   border bg-transparent">
<div class="card-body text-center">
<span class="theme-avtar avtar avtar-xl mx-auto mb-4">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1721182315-discover_logo.png" alt="">
</span>
<h3 class="mb-3 text-white ">Telegram Integration
</h3>
<p class="">
</p><p>Never miss important notifications again! Get project notifications sent directly to your Telegram application in real-time. Collaborate better with team members and stay up-to-date with your projects.&nbsp;<br></p>
<p></p>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column justify-content-center flex-sm-row gap-3 mt-3">
<a href="https://ebusiness.cloudnet.com.kh/login" class="btn btn-outline-light rounded-pill">Live Demo
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play-circle ms-2"><circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon></svg>
</a>
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill">Buy Now <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock ms-2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg> </a>
</div>
</div>
</section>


<section class="screenshots section-gap">
<div class="container">
<div class="row mb-2 justify-content-center">
<div class="col-xxl-6">
<div class="title text-center mb-4">
<span class="d-block mb-2 fw-bold text-uppercase">SCREENSHOTS</span>
<h2 class="mb-4">eBusiness All In One Business ERP With Project, Account, HRM, CRM, POS</h2>
<p>Use these awesome forms to login or create new account in your project for free.</p>
</div>
</div>
</div>
<div class="row gy-4 gx-4">
<div class="col-md-4 col-sm-6">
<div class="screenshot-card">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688109087-screenshots.png" class="img-fluid header-img mb-4 shadow-sm" alt="">
</div>
<h5 class="mb-0">Balance Sheet</h5>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="screenshot-card">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688109104-screenshots.png" class="img-fluid header-img mb-4 shadow-sm" alt="">
</div>
<h5 class="mb-0">Budget Plan</h5>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="screenshot-card">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688100981-screenshots.png" class="img-fluid header-img mb-4 shadow-sm" alt="">
</div>
<h5 class="mb-0">CRM Deals</h5>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="screenshot-card">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688109222-screenshots.png" class="img-fluid header-img mb-4 shadow-sm" alt="">
</div>
<h5 class="mb-0">Project</h5>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="screenshot-card">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688108614-screenshots.png" class="img-fluid header-img mb-4 shadow-sm" alt="">
</div>
<h5 class="mb-0">Job Career</h5>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="screenshot-card">
<div class="img-wrapper">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1688108626-screenshots.png" class="img-fluid header-img mb-4 shadow-sm" alt="">
</div>
<h5 class="mb-0">POS</h5>
</div>
</div>
</div>
</div>
</section>


<section class="subscription bg-primary section-gap" id="plan">
<div class="container">
<div class="row mb-2 justify-content-center">
<div class="col-xxl-6">
<div class="title text-center mb-4">
<span class="d-block mb-2 fw-bold text-uppercase">PLAN</span>
<h2 class="mb-4">eBusiness All In One Business ERP With Project, Account, HRM, CRM, POS</h2>
<p>Use these awesome forms to login or create new account in your project for free.</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xxl-3 col-lg-4 col-md-6">
<div class="card price-card shadow-none ">
<div class="card-body">
<span class="price-badge bg-dark">Free Plan</span>
<span class="mb-4 f-w-00 p-price">$0<small class="text-sm">/lifetime</small></span>
<p>
Free Plan
</p>
<ul class="list-unstyled my-3">
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">5
User</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">5
Customer</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">5
Vendors</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">5
Clients</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
POS</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
CRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
HRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Project</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Account</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
ChatGPT</label>
</div>
</li>
</ul>
<div class="d-grid">
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill">Start with Starter <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in ms-2"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg> </a>
</div>
</div>
</div>
</div>
<div class="col-xxl-3 col-lg-4 col-md-6">
<div class="card price-card shadow-none ">
<div class="card-body">
<span class="price-badge bg-dark">Silver Plan</span>
<span class="mb-4 f-w-00 p-price">$110<small class="text-sm">/year</small></span>
<p>
https://pay.ababank.com/2nTgSosc74ZMGbbc6
</p>
<ul class="list-unstyled my-3">
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">10
User</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">50
Customer</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">50
Vendors</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">50
Clients</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
POS</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
CRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
HRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Project</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Account</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Disable
ChatGPT</label>
</div>
</li>
</ul>
<div class="d-grid">
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill">Start with Starter <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in ms-2"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg> </a>
</div>
</div>
</div>
</div>
<div class="col-xxl-3 col-lg-4 col-md-6">
<div class="card price-card shadow-none bg-dark">
<div class="card-body">
<span class="price-badge bg-dark">Gold Plan</span>
<span class="mb-4 f-w-00 p-price">$220<small class="text-sm">/year</small></span>
<p>
https://pay.ababank.com/eH4nG1RZXYE6Df3dA
</p>
<ul class="list-unstyled my-3">
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">20
User</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">100
Customer</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">100
Vendors</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">100
Clients</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
POS</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
CRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
HRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Project</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Account</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Disable
ChatGPT</label>
</div>
</li>
</ul>
<div class="d-grid">
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill">Start with Starter <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in ms-2"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg> </a>
</div>
</div>
</div>
</div>
<div class="col-xxl-3 col-lg-4 col-md-6">
<div class="card price-card shadow-none ">
<div class="card-body">
<span class="price-badge bg-dark">Platinum Plan</span>
<span class="mb-4 f-w-00 p-price">$330<small class="text-sm">/year</small></span>
<p>
https://pay.ababank.com/uXGX1iow6Q6Hb9qM8
</p>
<ul class="list-unstyled my-3">
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">50
User</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">300
Customer</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">300
Vendors</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">150
Clients</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
POS</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
CRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
HRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Project</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Account</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
ChatGPT</label>
</div>
</li>
</ul>
<div class="d-grid">
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill">Start with Starter <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in ms-2"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg> </a>
</div>
</div>
</div>
</div>
<div class="col-xxl-3 col-lg-4 col-md-6">
<div class="card price-card shadow-none ">
<div class="card-body">
<span class="price-badge bg-dark">Standard Plan</span>
<span class="mb-4 f-w-00 p-price">$660<small class="text-sm">/year</small></span>
<p>
https://pay.ababank.com/X2NBxaj7Dr6gJsZW9
</p>
<ul class="list-unstyled my-3">
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">100
User</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">500
Customer</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">500
Vendors</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">250
Clients</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
POS</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
CRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
HRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Project</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Account</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
ChatGPT</label>
</div>
</li>
</ul>
<div class="d-grid">
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill">Start with Starter <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in ms-2"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg> </a>
</div>
</div>
</div>
</div>
<div class="col-xxl-3 col-lg-4 col-md-6">
<div class="card price-card shadow-none ">
<div class="card-body">
<span class="price-badge bg-dark">Professional Plan</span>
<span class="mb-4 f-w-00 p-price">$1200<small class="text-sm">/year</small></span>
<p>
https://pay.ababank.com/Q4PwgSMPWmHFfSGx8
</p>
<ul class="list-unstyled my-3">
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">150
User</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">2000
Customer</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">2000
Vendors</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">300
Clients</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
POS</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
CRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
HRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Project</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Account</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
ChatGPT</label>
</div>
</li>
</ul>
<div class="d-grid">
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill">Start with Starter <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in ms-2"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg> </a>
</div>
</div>
</div>
</div>
<div class="col-xxl-3 col-lg-4 col-md-6">
<div class="card price-card shadow-none ">
<div class="card-body">
<span class="price-badge bg-dark">Enterprise Plan</span>
<span class="mb-4 f-w-00 p-price">$3000<small class="text-sm">/year</small></span>
<p>
https://pay.ababank.com/kkLkfBrrHwYmUVT67
</p>
<ul class="list-unstyled my-3">
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Unlimited
User</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Unlimited
Customer</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Unlimited
Vendors</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Unlimited
Clients</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
POS</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
CRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
HRM</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Project</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
Account</label>
</div>
</li>
<li>
<div class="form-check text-start">
<label class="form-check-label" for="customCheckc1">Enable
ChatGPT</label>
</div>
</li>
</ul>
<div class="d-grid">
<a href="https://ebusiness.cloudnet.com.kh/register" class="btn btn-primary rounded-pill">Start with Starter <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in ms-2"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg> </a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>


<section class="faqs section-gap bg-gray-100" id="faq">
<div class="container">
<div class="row mb-2">
<div class="col-xxl-6">
<div class="title mb-4">
<span class="d-block mb-2 fw-bold text-uppercase">Faq</span>
<h2 class="mb-4">eBusiness All In One Business ERP With Project, Account, HRM, CRM</h2>
<p>Use these awesome forms to login or create new account in your project for free.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading0">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-0" aria-expanded="false" aria-controls="flush-collapse0">
# What is eBusiness or iCloud ERP software?
</button>
</h2>
<div id="flush-0" class="accordion-collapse collapse" aria-labelledby="flush-heading0" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<div>Enterprise resource planning (ERP) is business process management software that allows an organization to use a system of integrated applications to manage the business and automate many back office functions related to technology, services, and human resources.</div><div><br></div><div>eBusiness or iCloud ERP makes your entire business run in real time. Employees can be more productive while customers are served better. Orders can be filled and tracked more quickly and easily, with inventory levels updated in real time and with full visibility into inventory by sales reps for order promising and by planners for purchasing, companies can lower inventory levels, analyze inventory costs and collaborate with vendors more effectively.</div>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading2">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-2" aria-expanded="false" aria-controls="flush-collapse2">
# How secure is eBusiness software?
</button>
</h2>
<div id="flush-2" class="accordion-collapse collapse" aria-labelledby="flush-heading2" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
eBusiness software providers use various security measures, such as data encryption, user authentication, and automatic backups, to protect your data. However, the security also depends on factors like the user's behavior and the quality of the internet connection.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading4">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-4" aria-expanded="false" aria-controls="flush-collapse4">
# What happens if I want to cancel my subscription?
</button>
</h2>
<div id="flush-4" class="accordion-collapse collapse" aria-labelledby="flush-heading4" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
Each provider has its own cancellation policies. Most allow cancellation at any time, but you may not get a refund for any remaining subscription periods.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading6">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-6" aria-expanded="false" aria-controls="flush-collapse6">
# Is training provided for using the software?
</button>
</h2>
<div id="flush-6" class="accordion-collapse collapse" aria-labelledby="flush-heading6" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<p>We offer training and support to help users understand and use their software effectively. This could be through online tutorials, webinars, or direct support.<br></p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading8">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-8" aria-expanded="false" aria-controls="flush-collapse8">
# Do I need to install any software on my computers?
</button>
</h2>
<div id="flush-8" class="accordion-collapse collapse" aria-labelledby="flush-heading8" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<p>No, cloud-based ERP systems are accessed via the internet, and no installation is typically required on individual computers.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading10">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-10" aria-expanded="false" aria-controls="flush-collapse10">
# Does the eBusiness software integrate with other business systems?
</button>
</h2>
<div id="flush-10" class="accordion-collapse collapse" aria-labelledby="flush-heading10" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<p>Yes, eBusiness software can integrate with various other software systems. This is often crucial for businesses to ensure all their systems can communicate and share information.</p><div><br></div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="accordion accordion-flush" id="accordionFlushExample2">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading1">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-1" aria-expanded="false" aria-controls="flush-collapse1">
# Why should my business use eBusiness software?
</button>
</h2>
<div id="flush-1" class="accordion-collapse collapse" aria-labelledby="flush-heading1" data-bs-parent="#accordionFlushExample2">
<div class="accordion-body">
Using eBusiness software allows your employees to access real-time business information from anywhere at any time, increasing productivity and collaboration. It reduces the need for expensive hardware and maintenance, and it's scalable, making it a great option as your business grows.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading3">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-3" aria-expanded="false" aria-controls="flush-collapse3">
# How much does eBusiness software cost?
</button>
</h2>
<div id="flush-3" class="accordion-collapse collapse" aria-labelledby="flush-heading3" data-bs-parent="#accordionFlushExample2">
<div class="accordion-body">
The cost varies greatly depending on the features, the number of users, and the provider. eBusiness software providers offer subscription-based pricing.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading5">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-5" aria-expanded="false" aria-controls="flush-collapse5">
# Can I use the eBusiness software on my mobile device?
</button>
</h2>
<div id="flush-5" class="accordion-collapse collapse" aria-labelledby="flush-heading5" data-bs-parent="#accordionFlushExample2">
<div class="accordion-body">
<div><span style="font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight); text-align: var(--bs-body-text-align);">eBusiness software solutions are designed to be mobile-friendly and are accessible via apps or a web browser on smartphones or tablets.</span><br></div>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading7">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-7" aria-expanded="false" aria-controls="flush-collapse7">
# How often is the software updated?
</button>
</h2>
<div id="flush-7" class="accordion-collapse collapse" aria-labelledby="flush-heading7" data-bs-parent="#accordionFlushExample2">
<div class="accordion-body">
<p><span style="font-family: var(--bs-body-font-family); font-weight: var(--bs-body-font-weight); text-align: var(--bs-body-text-align);">Generally, eBusiness software is updated regularly with improvements, new features, and security patches. The frequency of these updates can depend on the solutions and innovations we find. We are committed to providing the best software solution.</span><br></p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading9">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-9" aria-expanded="false" aria-controls="flush-collapse9">
# How is my data backed up?
</button>
</h2>
<div id="flush-9" class="accordion-collapse collapse" aria-labelledby="flush-heading9" data-bs-parent="#accordionFlushExample2">
<div class="accordion-body">
<p>eBusiness providers usually back up your data regularly to multiple servers and locations. Should data loss occur, the provider would restore your data from the most recent backup.<br></p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-heading11">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#flush-11" aria-expanded="false" aria-controls="flush-collapse11">
# Does the provider offer technical support?
</button>
</h2>
<div id="flush-11" class="accordion-collapse collapse" aria-labelledby="flush-heading11" data-bs-parent="#accordionFlushExample2">
<div class="accordion-body">
<p>Yes, eBusiness offers technical support to assist with any technical issues or queries you may have, often 24/7 via various methods like phone, email or live chat.<br></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>


<section class="testimonial section-gap">
<div class="container">
<div class="row gy-4">
<div class="col-lg-4">
<div class="title mb-4">
<span class="d-block mb-2 fw-bold text-uppercase">TESTIMONIALS</span>
<h2 class="mb-2">From our Clients</h2>
<p>Use these awesome forms to login or create new account in your project for free.</p>
</div>
</div>
<div class="col-lg-8">
<div class="row justify-content-center gy-3">
<div class="col-xxl-4 col-sm-6 col-lg-6 col-md-4">
<div class="card bg-dark shadow-none mb-0">
<div class="card-body p-3">
<div class="d-flex mb-3 align-items-center justify-content-between">
<span class="theme-avtar avtar avtar-sm bg-light-dark rounded-1">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="23" viewBox="0 0 36 23" fill="none">
<path d="M12.4728 22.6171H0.770508L10.6797 0.15625H18.2296L12.4728 22.6171ZM29.46 22.6171H17.7577L27.6669 0.15625H35.2168L29.46 22.6171Z" fill="white"></path>
</svg>
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
</span>
</div>
<h3 class="text-white">TEMPLE Restaurant</h3>
<p class="hljs-comment">
Very quick customer support, installing this application on my machine locally, within 5 minutes of creating a ticket, the developer was able to fix the issue I had within 10 minutes. EXCELLENT! Thank you very much
</p>
<div class="d-flex  align-items-center ">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1714271081-testimonials_user_avtar.jpeg" class="wid-40 rounded-circle me-3" alt="">
<span>
<b class="fw-bold d-block">Mr. Vong</b>
CEO
</span>
</div>
</div>
</div>
</div>
<div class="col-xxl-4 col-sm-6 col-lg-6 col-md-4">
<div class="card bg-dark shadow-none mb-0">
<div class="card-body p-3">
<div class="d-flex mb-3 align-items-center justify-content-between">
<span class="theme-avtar avtar avtar-sm bg-light-dark rounded-1">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="23" viewBox="0 0 36 23" fill="none">
<path d="M12.4728 22.6171H0.770508L10.6797 0.15625H18.2296L12.4728 22.6171ZM29.46 22.6171H17.7577L27.6669 0.15625H35.2168L29.46 22.6171Z" fill="white"></path>
</svg>
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
</span>
</div>
<h3 class="text-white">Chip Mong Megamall</h3>
<p class="hljs-comment">
Your staff is great customer service. I was in a rush and thought I would be late to my next stop but the service was great quality….
</p>
<div class="d-flex  align-items-center ">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/1714271408-testimonials_user_avtar.jpg" class="wid-40 rounded-circle me-3" alt="">
<span>
<b class="fw-bold d-block">Mr. Harry</b>
CEO
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12">
<p class="mb-0 f-w-600">
eBusiness package offers you a "sales-ready." secure online store. The package combines all the key pieces, from design to payment processing. This gives you a headstart in your eCommerce venture. Every store is built using a reliable platform. This speeds up the development process while increasing the store’s security and performance. Additionally, thanks to the accompanying mobile app, you and your team can manage the store on the go. What’s more, because the app works both for you and your customers, you can use it to reach a wider audience. And, unlike popular eCommerce platforms, it doesn’t bind you to any terms and conditions or recurring fees. You get to choose where you host it or which payment gateway you use. Lastly, you get complete control over the looks of the store. And if it lacks any functionalities that you need, reach out, and let’s discuss customization possibilities.
</p>
</div>
</div>
</div>
</section>
<div class="position-fixed top-0 end-0 p-3" style="z-index: 99999">
<div id="liveToast" class="toast text-white  fade" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div class="toast-body"> </div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
</div>
</div>

<div class="chatbot chatbot--closed">
<div class="chatbot__header">
<img src="uploads/robotChat.gif" class="img-fluid rounded-circle img_bot" style="width: 26%; height: auto; margin: 72% 30% 90% 70%;">
<span class="show_head d-none ">
<p><strong>Got a question?</strong> <span class="u-text-highlight"> Ask me <i class="fas fa-robot"></i></span></p>
<svg class="chatbot__close-button icon-speech" viewBox="0 0 32 32">
<use xlink:href="#icon-speech"></use>
</svg>
</span>
<svg class="chatbot__close-button icon-close" viewBox="0 0 32 32">
<use xlink:href="#icon-close"></use>
</svg>
</div>
<div class="chatbot__message-window">
<ul class="chatbot__messages">
<li class="is-ai animation">
<div class="is-ai__profile-picture">
<svg class="icon-avatar" viewBox="0 0 32 32">
</svg><span class="theme-avtar">
<img src="uploads/chatBot.png" class="img-fluid rounded-circle">
</span>

</div>
<span class="chatbot__arrow chatbot__arrow--left"></span>
<p class="chatbot__message">Hi there 🖐. I’m CloudNET Bot, your virtual assistant. I'm here to help with your general question.</p>
</li>

</ul>
</div>
<div class="chatbot__entry chatbot--closed">
<input type="text" class="chatbot__input" placeholder="Write a message...">
<svg class="chatbot__submit" viewBox="0 0 32 32">
<use xlink:href="#icon-send"></use>
</svg>
</div>
</div>


<svg>

<symbol id="icon-close" viewBox="0 0 32 32">
<title>Close</title>
<path d="M2.624 8.297l2.963-2.963 23.704 23.704-2.963 2.963-23.704-23.704z"></path>
<path d="M2.624 29.037l23.704-23.704 2.963 2.963-23.704 23.704-2.963-2.963z"></path>
</symbol>

<symbol id="icon-speech" viewBox="0 0 32 32">
<title>Speech</title>
<path d="M21.795 5.333h-11.413c-0.038 0-0.077 0-0.114 0l-0.134 0.011v2.796c0.143-0.006 0.273-0.009 0.385-0.009h11.277c0.070 0 7.074 0.213 7.074 7.695 0 5.179-2.956 7.695-9.036 7.695h-3.792c-0.691 0-1.12 0.526-1.38 1.159l-1.387 3.093-1.625 3.77 0.245 0.453h2.56l2.538-5.678h2.837c7.633 0 11.84-3.727 11.84-10.494 0.001-8.564-7.313-10.492-9.875-10.492z"></path>
<path d="M10.912 24.259c-0.242-0.442-0.703-0.737-1.234-0.737-0 0-0 0-0 0h-0.56c-0.599-0.011-1.171-0.108-1.71-0.28l0.042 0.012c-1.82-0.559-4.427-2.26-4.427-7.424 0-6.683 5.024-7.597 7.109-7.686v-2.8c-2.042 0.095-9.91 1.067-9.91 10.483 0 4.832 1.961 7.367 3.606 8.64 1.38 1.067 3.109 1.744 4.991 1.843l0.033 0.019 2.805 5.211 1.41-3.273z"></path>
</symbol>

<symbol id="icon-send" viewBox="0 0 23.97 21.9">
<title>Send</title>
<path d="M0.31,9.43a0.5,0.5,0,0,0,0,.93l8.3,3.23L23.15,0Z"></path>
<path d="M9,14.6H9V21.4a0.5,0.5,0,0,0,.93.25L13.22,16l6,3.32A0.5,0.5,0,0,0,20,19l4-18.4Z"></path>
</symbol>

<symbol id="avatar" width="32" height="32" viewBox="0 0 44.25 44">
<title>Avatar</title>
<path style="fill: #7226e0; fill-rule: evenodd;" d="M1035.88,1696.25a22,22,0,1,1-22.13,22A22.065,22.065,0,0,1,1035.88,1696.25Z" transform="translate(-1013.75 -1696.25)"></path>
<path style="fill: #fff; fill-rule: evenodd;" d="M1030.18,1725.16h2.35a0.335,0.335,0,0,0,.34-0.33v-5.23h5.94v5.23a0.342,0.342,0,0,0,.34.33h2.36a0.342,0.342,0,0,0,.34-0.33v-12.36a0.34,0.34,0,0,0-.34-0.32h-2.36a0.34,0.34,0,0,0-.34.32v4.51h-5.94v-4.51a0.333,0.333,0,0,0-.34-0.32h-2.35a0.333,0.333,0,0,0-.34.32v12.36a0.335,0.335,0,0,0,.34.33" transform="translate(-1013.75 -1696.25)"></path>
</symbol>
</svg>


<footer class="site-footer bg-gray-100">
<div class="container">
<div class="footer-row">
<div class="ftr-col cmp-detail">
<div class="footer-logo mb-3">
<a href="#">
<img src="https://ebusiness.cloudnet.com.kh/storage/uploads/landing_page_image/site_logo.png" alt="logo">
</a>
</div>
<p>
We build modern web tools to help you jump-start your daily business work.
</p>
</div>
<div class="ftr-col">
<ul class="list-unstyled">
<li><a href="https://ebusiness.cloudnet.com.kh/pages/about_us">About Us</a>
</li>
<li><a href="https://ebusiness.cloudnet.com.kh/pages/terms_and_conditions">Terms and Conditions</a>
</li>
<li><a href="https://ebusiness.cloudnet.com.kh/pages/privacy_policy">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</div>
<div class="border-top border-dark text-center p-2">
<p class="mb-0"> ©
2024
eBusiness
</p>
</div>
</footer>


<script src="//ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/js/plugins/popper.min.js?v=1" type="text/javascript"></script>
<script src="//ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/js/plugins/bootstrap.min.js?v=11" type="text/javascript"></script>
<script src="//ebusiness.cloudnet.com.kh/Modules/LandingPage/Resources/assets/js/plugins/feather.min.js?v=1" type="text/javascript"></script>

<script type="text/javascript">
            let accessToken = "";
            let baseUrl = "https://ebusiness-api.cloudnet.com.kh";
            let project_id = "asst_cqcIZmbybJ3wghSustsnAfSH";
            let conversation_id = "";

            const sessionId = "20150910";
            const loader = `<span class='loader'><span class='loader__dot'></span><span class='loader__dot'></span><span class='loader__dot'></span></span>`;
            const errorMessage = "My apologies, I'm not avail at the moment, however, feel free to call our support team directly 0123456789.";
            const urlPattern = /(\b(https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim;
            const $document = document;
            const $chatbot = $document.querySelector(".chatbot");
            const $img_bot = $document.querySelector(".img_bot");
            const $show_head = $document.querySelector(".show_head");
            const $chatbotMessageWindow = $document.querySelector(".chatbot__message-window");
            const $chatbotHeader = $document.querySelector(".chatbot__header");
            const $chatbotMessages = $document.querySelector(".chatbot__messages");
            const $chatbotInput = $document.querySelector(".chatbot__input");
            const $chatbotSubmit = $document.querySelector(".chatbot__submit");

            const botLoadingDelay = 1000;
            const botReplyDelay = 2000;

            document.addEventListener(
                "keypress",
                event => {
                    if (event.which == 13) validateMessage();
                },
                false);


            $chatbotHeader.addEventListener(
                "click",
                () => {

                    toggle($chatbot, "chatbot--closed");
                    toggle($img_bot, "d-none");
                    toggle($show_head, "d-none");
                    toggle($show_head, "chatbot__header");
                    toggle($chatbotHeader, "chatbot__header_xxx");
                    $chatbotInput.focus();
                },
                false);


            $chatbotSubmit.addEventListener(
                "click",
                () => {
                    validateMessage();
                },
                false);


            const toggle = (element, klass) => {
                const classes = element.className.match(/\S+/g) || [],
                    index = classes.indexOf(klass);
                index >= 0 ? classes.splice(index, 1) : classes.push(klass);
                element.className = classes.join(" ");
            };

            const userMessage = content => {
                $chatbotMessages.innerHTML += `<li class='is-user animation'>
                                          <p class='chatbot__message'>
                                            ${content}
                                          </p>
                                          <span class='chatbot__arrow chatbot__arrow--right'></span>
                                        </li>`;
            };

            const aiMessage = (content, isLoading = false, delay = 0) => {
                setTimeout(() => {
                    removeLoader();
                    $chatbotMessages.innerHTML += `<li class='is-ai animation' id='${isLoading ? "is-loading" : ""}'>
                                            <div class="is-ai__profile-picture">
                                              <span class="theme-avtar">
                                                    <img src="uploads/chatBot.png" class="img-fluid rounded-circle">
                                                </span>
                                            </div>
                                            <span class='chatbot__arrow chatbot__arrow--left'></span>
                                            <div class='chatbot__message'>${content}</div>
                                          </li>`;
                    scrollDown();
                }, delay);
            };

            const removeLoader = () => {
                let loadingElem = document.getElementById("is-loading");
                if (loadingElem) $chatbotMessages.removeChild(loadingElem);
            };

            const escapeScript = unsafe => {
                const safeString = unsafe.
                replace(/</g, " ").
                replace(/>/g, " ").
                replace(/&/g, " ").
                replace(/"/g, " ").
                replace(/\\/, " ").
                replace(/\s+/g, " ");
                return safeString.trim();
            };

            const linkify = inputText => {
                return inputText.replace(urlPattern, `<a href='$1' target='_blank'>$1</a>`);
            };

            const validateMessage = async () => {
                const text = $chatbotInput.value;
                const safeText = text ? escapeScript(text) : "";
                if (safeText.length && safeText !== " ") {
                    resetInputField();
                    userMessage(safeText);
                    await generateToken();
                    await send(safeText);
                }
                scrollDown();

            };

            const multiChoiceAnswer = text => {
                const decodedText = text.replace(/zzz/g, "'");
                userMessage(decodedText);
                send(decodedText);
                scrollDown();
            };

            const processResponse = (val) => {
                let output = "";

                if (!val) {
                    removeLoader();
                    return `<p>${errorMessage}</p>`;
                }
                let parsedText = linkify(val);
                output += `<p>${parsedText}</p>`;

                removeLoader();
                return output;
            };

            const setResponse = (val, delay = 0) => {
                setTimeout(() => {
                    aiMessage(processResponse(val));
                }, delay);
            };

            const resetInputField = () => {
                $chatbotInput.value = "";
            };

            const scrollDown = () => {
                const distanceToScroll =
                    $chatbotMessageWindow.scrollHeight - (
                        $chatbotMessages.lastChild.offsetHeight + 60);
                $chatbotMessageWindow.scrollTop = distanceToScroll;
                return false;
            };

            const send = async (chat_message = "") => {
                let breakTheLoop = false;
                let iRun = 0;
                aiMessage(loader, true, botLoadingDelay);
                try {
                    const chatResponse = await sendChatRequest(chat_message);

                    if (!chatResponse || !chatResponse.data) {
                        throw new Error("Invalid chat response.");
                    }

                    const { conversation_id,waiting_id } = chatResponse.data;
                    let checkStatus;

                    while (!breakTheLoop && iRun <= 50) {
                        checkStatus = await getCheckStatus(conversation_id, waiting_id);
                        if (checkStatus === "completed") {
                            breakTheLoop = true;
                        }
                        iRun++;
                    }

                    if (checkStatus === "completed") {
                        const resultResponse = await getChatResult(conversation_id);
                        if (resultResponse) {
                            setResponse(resultResponse, botLoadingDelay + botReplyDelay);
                        }
                    } else {
                        setResponse("Request timed out. Please try again.", botLoadingDelay + botReplyDelay);
                    }
                } catch (error) {
                    console.error('Error in sendChatRequest:', error);
                    throw error;
                }
            };


            const sendChatRequest = async (text) => {
                let config = {
                    "lang": "eng",
                    "project_key": project_id,
                    "content": text
                }
                if(conversation_id !== ""){
                    config = {
                        "lang": "eng",
                        "project_key": project_id,
                        "content": text,
                        "conversation_id":conversation_id
                    }
                }
                const settings = {
                    url: baseUrl+"/api/chat",
                    method: "POST",
                    headers: {
                        "Content-Type": "application/json",
                        "Authorization": 'Bearer ' + accessToken
                    },

                    data: JSON.stringify(config)
                };
                try {
                    const response = await $.ajax(settings);
                    conversation_id = response.data.conversation_id;
                    return response;
                } catch (error) {
                    console.error('Error in sendChatRequest:', error);
                    throw error;
                }
            };
            const getChatResult = async (conversation_id,) => {
                const settings = {
                    url: baseUrl+"/api/get-result",
                    method: "POST",
                    headers: {
                        "Content-Type": "application/json",
                        "Authorization": 'Bearer ' + accessToken
                    },
                    "data": JSON.stringify({
                        "lang": "km",
                        "conversation_id": conversation_id
                    }),
                };
                try {
                    const response = await $.ajax(settings);
                    return response.data;
                } catch (error) {
                    console.error('Error in getChatResult:', error);
                    throw error;
                }
            };

            const generateToken = async() => {
                var settings = {
                    "url": baseUrl+"/auth/generate-access-token-chat",
                    "method": "POST",
                    "timeout": 0,
                };
                try {
                    const response = await $.ajax(settings);
                     accessToken = response.accessToken;

                    // $.ajax(settings).done(function (response) {
                    //     accessToken = response.accessToken;
                    // });
                } catch (error) {
                    console.error('Error in sendChatRequest:', error);
                    throw error;
                }
            };
            const getCheckStatus = async (conversation_id, waiting_id) => {
                var settings = {
                    "url": baseUrl+"/api/check-status",
                    "method": "POST",
                    "timeout": 0,
                    "headers": {
                        "Content-Type": "application/json",
                        "Authorization": 'Bearer ' + accessToken
                    },
                    "data": JSON.stringify({
                        "waiting_id": waiting_id,
                        "conversation_id": conversation_id
                    }),
                };
                try {
                    const response = await $.ajax(settings);
                    return response.data;
                } catch (error) {
                    console.error('Error in getChatResult:', error);
                    throw error;
                }
            };
        </script>
<script type="text/javascript">
            // Start [ Menu hide/show on scroll ]
            let ost = 0;
            document.addEventListener("scroll", function() {
                let cOst = document.documentElement.scrollTop;
                if (cOst == 0) {
                    document.querySelector(".navbar").classList.add("top-nav-collapse");
                } else if (cOst > ost) {
                    document.querySelector(".navbar").classList.add("top-nav-collapse");
                    document.querySelector(".navbar").classList.remove("default");
                } else {
                    document.querySelector(".navbar").classList.add("default");
                    document
                        .querySelector(".navbar")
                        .classList.remove("top-nav-collapse");
                }
                ost = cOst;
            });
            // End [ Menu hide/show on scroll ]

            var scrollSpy = new bootstrap.ScrollSpy(document.body, {
                target: "#navbar-example",
            });
            feather.replace();
        </script>
<script src="https://ebusiness.cloudnet.com.kh/assets/js/plugins/simple-datatables.js?v=2" type="text/javascript"></script>
<script src="https://ebusiness.cloudnet.com.kh/js/jquery.dataTables.min.js?v=1" type="text/javascript"></script>
<script src="https://ebusiness.cloudnet.com.kh/js/custom.js?v=6" type="text/javascript"></script>
<script type="text/javascript">
var phpdebugbar = new PhpDebugBar.DebugBar();
phpdebugbar.addIndicator("php_version", new PhpDebugBar.DebugBar.Indicator({"icon":"code","tooltip":"PHP Version"}), "right");
phpdebugbar.addTab("messages", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Messages", "widget": new PhpDebugBar.Widgets.MessagesWidget()}));
phpdebugbar.addIndicator("time", new PhpDebugBar.DebugBar.Indicator({"icon":"clock-o","tooltip":"Request Duration"}), "right");
phpdebugbar.addTab("timeline", new PhpDebugBar.DebugBar.Tab({"icon":"tasks","title":"Timeline", "widget": new PhpDebugBar.Widgets.TimelineWidget()}));
phpdebugbar.addIndicator("memory", new PhpDebugBar.DebugBar.Indicator({"icon":"cogs","tooltip":"Memory Usage"}), "right");
phpdebugbar.addTab("exceptions", new PhpDebugBar.DebugBar.Tab({"icon":"bug","title":"Exceptions", "widget": new PhpDebugBar.Widgets.ExceptionsWidget()}));
phpdebugbar.addTab("views", new PhpDebugBar.DebugBar.Tab({"icon":"leaf","title":"Views", "widget": new PhpDebugBar.Widgets.TemplatesWidget()}));
phpdebugbar.addTab("route", new PhpDebugBar.DebugBar.Tab({"icon":"share","title":"Route", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
phpdebugbar.addIndicator("currentroute", new PhpDebugBar.DebugBar.Indicator({"icon":"share","tooltip":"Route"}), "right");
phpdebugbar.addTab("queries", new PhpDebugBar.DebugBar.Tab({"icon":"database","title":"Queries", "widget": new PhpDebugBar.Widgets.LaravelSQLQueriesWidget()}));
phpdebugbar.addTab("models", new PhpDebugBar.DebugBar.Tab({"icon":"cubes","title":"Models", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
phpdebugbar.addTab("gate", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Gate", "widget": new PhpDebugBar.Widgets.MessagesWidget()}));
phpdebugbar.addTab("session", new PhpDebugBar.DebugBar.Tab({"icon":"archive","title":"Session", "widget": new PhpDebugBar.Widgets.VariableListWidget()}));
phpdebugbar.addTab("request", new PhpDebugBar.DebugBar.Tab({"icon":"tags","title":"Request", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
phpdebugbar.setDataMap({
"php_version": ["php.version", ],
"messages": ["messages.messages", []],
"messages:badge": ["messages.count", null],
"time": ["time.duration_str", '0ms'],
"timeline": ["time", {}],
"memory": ["memory.peak_usage_str", '0B'],
"exceptions": ["exceptions.exceptions", []],
"exceptions:badge": ["exceptions.count", null],
"views": ["views", []],
"views:badge": ["views.nb_templates", 0],
"route": ["route", {}],
"currentroute": ["route.uri", ],
"queries": ["queries", []],
"queries:badge": ["queries.nb_statements", 0],
"models": ["models.data", {}],
"models:badge": ["models.count", 0],
"gate": ["gate.messages", []],
"gate:badge": ["gate.count", null],
"session": ["session", {}],
"request": ["request", {}]
});
phpdebugbar.restoreState();
phpdebugbar.ajaxHandler = new PhpDebugBar.AjaxHandler(phpdebugbar, undefined, true);
phpdebugbar.ajaxHandler.bindToFetch();
phpdebugbar.ajaxHandler.bindToXHR();
phpdebugbar.setOpenHandler(new PhpDebugBar.OpenHandler({"url":"https:\/\/ebusiness.cloudnet.com.kh\/_debugbar\/open"}));
phpdebugbar.addDataSet({"__meta":{"id":"Xadfb8073a8ed3ddce07fa77ec47dba14","datetime":"2024-10-05 05:21:00","utime":1728105660.707668,"method":"GET","uri":"\/","ip":"172.69.165.53"},"php":{"version":"8.3.12","interface":"fpm-fcgi"},"messages":{"count":0,"messages":[]},"time":{"start":1728105660.604755,"end":1728105660.707692,"duration":0.10293698310852051,"duration_str":"103ms","measures":[{"label":"Booting","start":1728105660.604755,"relative_start":0,"end":1728105660.657261,"relative_end":1728105660.657261,"duration":0.0525059700012207,"duration_str":"52.51ms","memory":0,"memory_str":"0B","params":[],"collector":null},{"label":"Application","start":1728105660.657363,"relative_start":0.05260801315307617,"end":1728105660.707696,"relative_end":4.0531158447265625e-6,"duration":0.05033302307128906,"duration_str":"50.33ms","memory":0,"memory_str":"0B","params":[],"collector":null}]},"memory":{"peak_usage":5800720,"peak_usage_str":"6MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"nb_templates":1,"templates":[{"name":"landingpage::layouts.landingpage (Modules\/LandingPage\/Resources\/views\/layouts\/landingpage.blade.php)","param_count":1,"params":["adminSettings"],"type":"blade","editorLink":"phpstorm:\/\/open?file=\/mnt\/volume_sgp1_02\/e\/ebusiness-cloudnet\/Modules\/LandingPage\/Resources\/views\/layouts\/landingpage.blade.php&line=0"}]},"route":{"uri":"GET \/","middleware":"web, XSS, revalidate","controller":"App\\Http\\Controllers\\DashboardController@landingpage","namespace":"App\\Http\\Controllers","prefix":"","where":[],"file":"<a href=\"phpstorm:\/\/open?file=\/mnt\/volume_sgp1_02\/e\/ebusiness-cloudnet\/app\/Http\/Controllers\/DashboardController.php&line=61\">app\/Http\/Controllers\/DashboardController.php:61-76<\/a>"},"queries":{"nb_statements":12,"nb_failed_statements":0,"accumulated_duration":0.027889999999999998,"accumulated_duration_str":"27.89ms","statements":[{"sql":"select * from `settings` where `created_by` = 1","type":"query","params":[],"bindings":["1"],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":null,"name":"\/app\/Models\/Utility.php","line":101},{"index":13,"namespace":null,"name":"\/app\/Http\/Controllers\/DashboardController.php","line":68},{"index":14,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":15,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":43},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":259}],"duration":0.0126,"duration_str":"12.6ms","stmt_id":"\/app\/Models\/Utility.php:101","connection":"e_bus_db_2","start_percent":0,"width_percent":45.177},{"sql":"select * from information_schema.tables where table_schema = 'e_bus_db_2' and table_name = 'landing_page_settings' and table_type = 'BASE TABLE'","type":"query","params":[],"bindings":["e_bus_db_2","landing_page_settings"],"hints":null,"show_copy":false,"backtrace":[{"index":11,"namespace":null,"name":"\/app\/Http\/Controllers\/DashboardController.php","line":69},{"index":12,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":13,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":43},{"index":14,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":259},{"index":15,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":205}],"duration":0.0025499999999999997,"duration_str":"2.55ms","stmt_id":"\/app\/Http\/Controllers\/DashboardController.php:69","connection":"e_bus_db_2","start_percent":45.177,"width_percent":9.143},{"sql":"select * from `landing_page_settings`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\/Modules\/LandingPage\/Entities\/LandingPageSetting.php","line":27},{"index":18,"namespace":"view","name":"landingpage::layouts.landingpage","line":3},{"index":20,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":21,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":22,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72}],"duration":0.0015300000000000001,"duration_str":"1.53ms","stmt_id":"\/Modules\/LandingPage\/Entities\/LandingPageSetting.php:27","connection":"e_bus_db_2","start_percent":54.321,"width_percent":5.486},{"sql":"select * from `settings` where `created_by` = 1","type":"query","params":[],"bindings":["1"],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":null,"name":"\/app\/Models\/Utility.php","line":4346},{"index":13,"namespace":null,"name":"\/app\/Models\/Utility.php","line":4311},{"index":14,"namespace":"view","name":"landingpage::layouts.landingpage","line":4},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58}],"duration":0.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\/app\/Models\/Utility.php:4346","connection":"e_bus_db_2","start_percent":59.806,"width_percent":4.231},{"sql":"select * from `settings` where `created_by` = 1","type":"query","params":[],"bindings":["1"],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":null,"name":"\/app\/Models\/Utility.php","line":4346},{"index":13,"namespace":null,"name":"\/app\/Models\/Utility.php","line":4311},{"index":14,"namespace":"view","name":"landingpage::layouts.landingpage","line":5},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58}],"duration":0.00148,"duration_str":"1.48ms","stmt_id":"\/app\/Models\/Utility.php:4346","connection":"e_bus_db_2","start_percent":64.037,"width_percent":5.307},{"sql":"select * from `settings` where `created_by` = 1","type":"query","params":[],"bindings":["1"],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":null,"name":"\/app\/Models\/Utility.php","line":4346},{"index":13,"namespace":null,"name":"\/app\/Models\/Utility.php","line":4311},{"index":14,"namespace":"view","name":"landingpage::layouts.landingpage","line":9},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58}],"duration":0.00139,"duration_str":"1.39ms","stmt_id":"\/app\/Models\/Utility.php:4346","connection":"e_bus_db_2","start_percent":69.344,"width_percent":4.984},{"sql":"select * from `settings` where `name` in ('enable_cookie', 'cookie_logging', 'cookie_title', 'cookie_description', 'necessary_cookies', 'strictly_cookie_title', 'strictly_cookie_description', 'more_information_description', 'contactus_url')","type":"query","params":[],"bindings":["enable_cookie","cookie_logging","cookie_title","cookie_description","necessary_cookies","strictly_cookie_title","strictly_cookie_description","more_information_description","contactus_url"],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":null,"name":"\/app\/Models\/Utility.php","line":4574},{"index":13,"namespace":"view","name":"landingpage::layouts.landingpage","line":11},{"index":15,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72}],"duration":0.00115,"duration_str":"1.15ms","stmt_id":"\/app\/Models\/Utility.php:4574","connection":"e_bus_db_2","start_percent":74.328,"width_percent":4.123},{"sql":"select * from `users` where `type` = 'super admin' limit 1","type":"query","params":[],"bindings":["super admin"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\/app\/Models\/Utility.php","line":3934},{"index":16,"namespace":"view","name":"landingpage::layouts.landingpage","line":13},{"index":18,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":19,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":20,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\/app\/Models\/Utility.php:3934","connection":"e_bus_db_2","start_percent":78.451,"width_percent":4.554},{"sql":"select `value`, `name` from `settings` where `created_by` = 1","type":"query","params":[],"bindings":["1"],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":null,"name":"\/app\/Models\/Utility.php","line":3935},{"index":13,"namespace":"view","name":"landingpage::layouts.landingpage","line":13},{"index":15,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\/app\/Models\/Utility.php:3935","connection":"e_bus_db_2","start_percent":83.005,"width_percent":4.554},{"sql":"select * from `plans` order by `price` asc","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"landingpage::layouts.landingpage","line":819},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72},{"index":19,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","line":195}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"view::landingpage::layouts.landingpage:819","connection":"e_bus_db_2","start_percent":87.558,"width_percent":4.554},{"sql":"select * from `admin_payment_settings`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":null,"name":"\/app\/Models\/Utility.php","line":3504},{"index":13,"namespace":"view","name":"landingpage::layouts.landingpage","line":820},{"index":15,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":72}],"duration":0.00095,"duration_str":"950\u03bcs","stmt_id":"\/app\/Models\/Utility.php:3504","connection":"e_bus_db_2","start_percent":92.112,"width_percent":3.406},{"sql":"select * from `settings` where `created_by` = 1","type":"query","params":[],"bindings":["1"],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":null,"name":"\/app\/Models\/Utility.php","line":101},{"index":13,"namespace":null,"name":"\/app\/Models\/Utility.php","line":517},{"index":14,"namespace":"view","name":"landingpage::layouts.landingpage","line":1234},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":125},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58}],"duration":0.00125,"duration_str":"1.25ms","stmt_id":"\/app\/Models\/Utility.php:101","connection":"e_bus_db_2","start_percent":95.518,"width_percent":4.482}]},"models":{"data":{"App\\Models\\Plan":7,"App\\Models\\User":1,"Modules\\LandingPage\\Entities\\LandingPageSetting":54},"count":62},"gate":{"count":0,"messages":[]},"session":{"_token":"sKFwbGqdYvGXEZZ59n7mVe4acSCdaNd9GEC4OG7H","_previous":"array:1 [\n  \"url\" => \"https:\/\/ebusiness.cloudnet.com.kh\"\n]","_flash":"array:2 [\n  \"old\" => []\n  \"new\" => []\n]","PHPDEBUGBAR_STACK_DATA":"[]"},"request":{"path_info":"\/","status_code":"<pre class=sf-dump id=sf-dump-729746236 data-indent-pad=\"  \"><span class=sf-dump-num>200<\/span>\n<\/pre><script>Sfdump(\"sf-dump-729746236\", {\"maxDepth\":0})<\/script>\n","status_text":"OK","format":"html","content_type":"text\/html; charset=UTF-8","request_query":"<pre class=sf-dump id=sf-dump-1048886754 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-1048886754\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-1176040059 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-1176040059\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-943909452 data-indent-pad=\"  \"><span class=sf-dump-note>array:23<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>sec-ch-ua<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"64 characters\">&quot;Google Chrome&quot;;v=&quot;126&quot;, &quot;Not:A-Brand&quot;;v=&quot;8&quot;, &quot;Chromium&quot;;v=&quot;119&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>user-agent<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"111 characters\">Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/119.0.0.0 Safari\/537.36<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>upgrade-insecure-requests<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"135 characters\">text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>x-forwarded-for<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"26 characters\">2a09:bac5:312a:e64::16f:91<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-site<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"4 characters\">none<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cdn-loop<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"19 characters\">cloudflare; loops=1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-mode<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"8 characters\">navigate<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-user<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"2 characters\">?1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cf-ipcountry<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"2 characters\">ES<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cf-visitor<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"18 characters\">{&quot;scheme&quot;:&quot;https&quot;}<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-dest<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"8 characters\">document<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-language<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"14 characters\">en-US,en;q=0.9<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>x-forwarded-proto<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"5 characters\">https<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cf-biso-devtools<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-encoding<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"8 characters\">gzip, br<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cf-biso-request-id<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"36 characters\">bbcc4a28-edcf-4565-a681-98492d5322af<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-platform<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"5 characters\">Win32<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cf-connecting-ip<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"26 characters\">2a09:bac5:312a:e64::16f:91<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cf-ray<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"20 characters\">8cdaf73a39fa384e-SIN<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>host<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"25 characters\">ebusiness.cloudnet.com.kh<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>content-length<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"\"\n  <\/samp>]\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-943909452\", {\"maxDepth\":0})<\/script>\n","request_server":"<pre class=sf-dump id=sf-dump-1141308142 data-indent-pad=\"  \"><span class=sf-dump-note>array:49<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>USER<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">www-data<\/span>\"\n  \"<span class=sf-dump-key>HOME<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">\/var\/www<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_CH_UA<\/span>\" => \"<span class=sf-dump-str title=\"64 characters\">&quot;Google Chrome&quot;;v=&quot;126&quot;, &quot;Not:A-Brand&quot;;v=&quot;8&quot;, &quot;Chromium&quot;;v=&quot;119&quot;<\/span>\"\n  \"<span class=sf-dump-key>HTTP_USER_AGENT<\/span>\" => \"<span class=sf-dump-str title=\"111 characters\">Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/119.0.0.0 Safari\/537.36<\/span>\"\n  \"<span class=sf-dump-key>HTTP_UPGRADE_INSECURE_REQUESTS<\/span>\" => \"<span class=sf-dump-str>1<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT<\/span>\" => \"<span class=sf-dump-str title=\"135 characters\">text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7<\/span>\"\n  \"<span class=sf-dump-key>HTTP_X_FORWARDED_FOR<\/span>\" => \"<span class=sf-dump-str title=\"26 characters\">2a09:bac5:312a:e64::16f:91<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_SITE<\/span>\" => \"<span class=sf-dump-str title=\"4 characters\">none<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CDN_LOOP<\/span>\" => \"<span class=sf-dump-str title=\"19 characters\">cloudflare; loops=1<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_MODE<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">navigate<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_USER<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">?1<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_IPCOUNTRY<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">ES<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_VISITOR<\/span>\" => \"<span class=sf-dump-str title=\"18 characters\">{&quot;scheme&quot;:&quot;https&quot;}<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_DEST<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">document<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_LANGUAGE<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">en-US,en;q=0.9<\/span>\"\n  \"<span class=sf-dump-key>HTTP_X_FORWARDED_PROTO<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">https<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_BISO_DEVTOOLS<\/span>\" => \"<span class=sf-dump-str>1<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_ENCODING<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">gzip, br<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_BISO_REQUEST_ID<\/span>\" => \"<span class=sf-dump-str title=\"36 characters\">bbcc4a28-edcf-4565-a681-98492d5322af<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_CH_UA_PLATFORM<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">Win32<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_CONNECTING_IP<\/span>\" => \"<span class=sf-dump-str title=\"26 characters\">2a09:bac5:312a:e64::16f:91<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_RAY<\/span>\" => \"<span class=sf-dump-str title=\"20 characters\">8cdaf73a39fa384e-SIN<\/span>\"\n  \"<span class=sf-dump-key>HTTP_HOST<\/span>\" => \"<span class=sf-dump-str title=\"25 characters\">ebusiness.cloudnet.com.kh<\/span>\"\n  \"<span class=sf-dump-key>PATH_INFO<\/span>\" => \"\"\n  \"<span class=sf-dump-key>SCRIPT_FILENAME<\/span>\" => \"<span class=sf-dump-str title=\"57 characters\">\/mnt\/volume_sgp1_02\/e\/ebusiness-cloudnet\/public\/index.php<\/span>\"\n  \"<span class=sf-dump-key>REDIRECT_STATUS<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">200<\/span>\"\n  \"<span class=sf-dump-key>SERVER_NAME<\/span>\" => \"<span class=sf-dump-str title=\"15 characters\">your_domain.com<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PORT<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">443<\/span>\"\n  \"<span class=sf-dump-key>SERVER_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">178.128.50.85<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_USER<\/span>\" => \"\"\n  \"<span class=sf-dump-key>REMOTE_PORT<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">43968<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">172.69.165.53<\/span>\"\n  \"<span class=sf-dump-key>SERVER_SOFTWARE<\/span>\" => \"<span class=sf-dump-str title=\"12 characters\">nginx\/1.24.0<\/span>\"\n  \"<span class=sf-dump-key>GATEWAY_INTERFACE<\/span>\" => \"<span class=sf-dump-str title=\"7 characters\">CGI\/1.1<\/span>\"\n  \"<span class=sf-dump-key>HTTPS<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">on<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_SCHEME<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">https<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PROTOCOL<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">HTTP\/2.0<\/span>\"\n  \"<span class=sf-dump-key>DOCUMENT_ROOT<\/span>\" => \"<span class=sf-dump-str title=\"47 characters\">\/mnt\/volume_sgp1_02\/e\/ebusiness-cloudnet\/public<\/span>\"\n  \"<span class=sf-dump-key>DOCUMENT_URI<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">\/index.php<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_URI<\/span>\" => \"<span class=sf-dump-str>\/<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_NAME<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">\/index.php<\/span>\"\n  \"<span class=sf-dump-key>CONTENT_LENGTH<\/span>\" => \"\"\n  \"<span class=sf-dump-key>CONTENT_TYPE<\/span>\" => \"\"\n  \"<span class=sf-dump-key>REQUEST_METHOD<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">GET<\/span>\"\n  \"<span class=sf-dump-key>QUERY_STRING<\/span>\" => \"\"\n  \"<span class=sf-dump-key>FCGI_ROLE<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">RESPONDER<\/span>\"\n  \"<span class=sf-dump-key>PHP_SELF<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">\/index.php<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_TIME_FLOAT<\/span>\" => <span class=sf-dump-num>1728105660.6048<\/span>\n  \"<span class=sf-dump-key>REQUEST_TIME<\/span>\" => <span class=sf-dump-num>1728105660<\/span>\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1141308142\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-1930400731 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-1930400731\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-94740144 data-indent-pad=\"  \"><span class=sf-dump-note>array:8<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"24 characters\">text\/html; charset=UTF-8<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cache-control<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"17 characters\">no-cache, private<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>date<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"29 characters\">Sat, 05 Oct 2024 05:21:00 GMT<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>access-control-allow-origin<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>*<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>access-control-allow-methods<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"31 characters\">POST, GET, OPTIONS, PUT, DELETE<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>access-control-allow-headers<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"66 characters\">Content-Type, Accept, Authorization, X-Requested-With, Application<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>set-cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"414 characters\">XSRF-TOKEN=eyJpdiI6Imw1dTR3MG9QZ3E1L3RuaVNIb0E5c1E9PSIsInZhbHVlIjoiSklScXdhbVpoV2pGbFNoc0IyeENzUTREQS9pWXpGYTJIcDdaOWFBSUlmQnFIRjl6VThVSUJueW5MMnB4VzVEd0lNYllONU9palBJTjFwY255TFpFd2VvdHcweHp3NjVrVWJEYnl6OFVJZ2VETDkxZWsvZmlDbnJ2elBXYlJRNGQiLCJtYWMiOiI5MTQ3YmU4NTlkNjg1YjZlYjk3ODg0ZDBjNDYwYjcyOGM0MmExYjQ0ZjhiMDZlYzA3OWNiYWNmMTg2MjdiYjU5IiwidGFnIjoiIn0%3D; expires=Sat, 05 Oct 2024 07:21:00 GMT; Max-Age=7200; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"431 characters\">ebusiness_session=eyJpdiI6InNrUThDanR6RHRCK1U0MlNyNjIvVlE9PSIsInZhbHVlIjoiOEdmZlptQVZqTk1pQXlKR0x5VHYrdngwMW9MNUZOQnR5SjFBSjA2Wmp4bW9iaUNYbVNzWW1pWEw0V3I2MXBPbFBHOUtPUHBuU2hzcUp3ZnhxakpVYU1pUWFkRXQxaGZVNlc4aDFIRTRPeENaeTM5SElvQVZMRDkydUx0U2VHTnciLCJtYWMiOiIyYTk2N2IwZGVlMmFkYmM0NmM2Y2E5NGNiNDMxZGIwMGE3ZTMxZjg1MzQ0MjBmNzdiMmEyODExMDc5YWZjYzk0IiwidGFnIjoiIn0%3D; expires=Sat, 05 Oct 2024 07:21:00 GMT; Max-Age=7200; path=\/; httponly<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>Set-Cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"400 characters\">XSRF-TOKEN=eyJpdiI6Imw1dTR3MG9QZ3E1L3RuaVNIb0E5c1E9PSIsInZhbHVlIjoiSklScXdhbVpoV2pGbFNoc0IyeENzUTREQS9pWXpGYTJIcDdaOWFBSUlmQnFIRjl6VThVSUJueW5MMnB4VzVEd0lNYllONU9palBJTjFwY255TFpFd2VvdHcweHp3NjVrVWJEYnl6OFVJZ2VETDkxZWsvZmlDbnJ2elBXYlJRNGQiLCJtYWMiOiI5MTQ3YmU4NTlkNjg1YjZlYjk3ODg0ZDBjNDYwYjcyOGM0MmExYjQ0ZjhiMDZlYzA3OWNiYWNmMTg2MjdiYjU5IiwidGFnIjoiIn0%3D; expires=Sat, 05-Oct-2024 07:21:00 GMT; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"417 characters\">ebusiness_session=eyJpdiI6InNrUThDanR6RHRCK1U0MlNyNjIvVlE9PSIsInZhbHVlIjoiOEdmZlptQVZqTk1pQXlKR0x5VHYrdngwMW9MNUZOQnR5SjFBSjA2Wmp4bW9iaUNYbVNzWW1pWEw0V3I2MXBPbFBHOUtPUHBuU2hzcUp3ZnhxakpVYU1pUWFkRXQxaGZVNlc4aDFIRTRPeENaeTM5SElvQVZMRDkydUx0U2VHTnciLCJtYWMiOiIyYTk2N2IwZGVlMmFkYmM0NmM2Y2E5NGNiNDMxZGIwMGE3ZTMxZjg1MzQ0MjBmNzdiMmEyODExMDc5YWZjYzk0IiwidGFnIjoiIn0%3D; expires=Sat, 05-Oct-2024 07:21:00 GMT; path=\/; httponly<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-94740144\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-735852849 data-indent-pad=\"  \"><span class=sf-dump-note>array:4<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>_token<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">sKFwbGqdYvGXEZZ59n7mVe4acSCdaNd9GEC4OG7H<\/span>\"\n  \"<span class=sf-dump-key>_previous<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>url<\/span>\" => \"<span class=sf-dump-str title=\"33 characters\">https:\/\/ebusiness.cloudnet.com.kh<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>_flash<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>old<\/span>\" => []\n    \"<span class=sf-dump-key>new<\/span>\" => []\n  <\/samp>]\n  \"<span class=sf-dump-key>PHPDEBUGBAR_STACK_DATA<\/span>\" => []\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-735852849\", {\"maxDepth\":0})<\/script>\n"}}, "Xadfb8073a8ed3ddce07fa77ec47dba14");

</script>
<foreignobject></foreignobject>

<div class="phpdebugbar phpdebugbar-minimized"><div class="phpdebugbar-drag-capture"></div><div class="phpdebugbar-resize-handle"></div><div class="phpdebugbar-header phpdebugbar-mini-design"><a class="phpdebugbar-restore-btn"></a><div class="phpdebugbar-header-left"><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-list-alt"></i><span class="phpdebugbar-text">Messages</span><span class="phpdebugbar-badge"></span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-tasks"></i><span class="phpdebugbar-text">Timeline</span><span class="phpdebugbar-badge"></span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-bug"></i><span class="phpdebugbar-text">Exceptions</span><span class="phpdebugbar-badge"></span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-leaf"></i><span class="phpdebugbar-text">Views</span><span class="phpdebugbar-badge phpdebugbar-visible">1</span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-share"></i><span class="phpdebugbar-text">Route</span><span class="phpdebugbar-badge"></span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-database"></i><span class="phpdebugbar-text">Queries</span><span class="phpdebugbar-badge phpdebugbar-visible">12</span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-cubes"></i><span class="phpdebugbar-text">Models</span><span class="phpdebugbar-badge phpdebugbar-visible">62</span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-list-alt"></i><span class="phpdebugbar-text">Gate</span><span class="phpdebugbar-badge"></span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-archive"></i><span class="phpdebugbar-text">Session</span><span class="phpdebugbar-badge"></span></a><a class="phpdebugbar-tab"><i class="phpdebugbar-fa phpdebugbar-fa-tags"></i><span class="phpdebugbar-text">Request</span><span class="phpdebugbar-badge"></span></a></div><div class="phpdebugbar-header-right"><a class="phpdebugbar-close-btn"></a><a class="phpdebugbar-minimize-btn"></a><a class="phpdebugbar-maximize-btn"></a><a class="phpdebugbar-open-btn" style=""></a><select class="phpdebugbar-datasets-switcher"><option value="Xadfb8073a8ed3ddce07fa77ec47dba14">#1 / (05:21:00)</option></select><span class="phpdebugbar-indicator"><i class="phpdebugbar-fa phpdebugbar-fa-code"></i><span class="phpdebugbar-text">8.3.12</span><span class="phpdebugbar-tooltip">PHP Version</span></span><span class="phpdebugbar-indicator"><i class="phpdebugbar-fa phpdebugbar-fa-clock-o"></i><span class="phpdebugbar-text">103ms</span><span class="phpdebugbar-tooltip">Request Duration</span></span><span class="phpdebugbar-indicator"><i class="phpdebugbar-fa phpdebugbar-fa-cogs"></i><span class="phpdebugbar-text">6MB</span><span class="phpdebugbar-tooltip">Memory Usage</span></span><span class="phpdebugbar-indicator"><i class="phpdebugbar-fa phpdebugbar-fa-share"></i><span class="phpdebugbar-text">GET /</span><span class="phpdebugbar-tooltip">Route</span></span></div></div><div class="phpdebugbar-body" style="height: 300px;"><div class="phpdebugbar-panel"><div class="phpdebugbar-widgets-messages"><ul class="phpdebugbar-widgets-list"></ul><div class="phpdebugbar-widgets-toolbar"><i class="phpdebugbar-fa phpdebugbar-fa-search"></i><input type="text" aria-label="Search" placeholder="Search"></div></div></div><div class="phpdebugbar-panel"><ul class="phpdebugbar-widgets-timeline"><li><div class="phpdebugbar-widgets-measure"><span class="phpdebugbar-widgets-value" style="left: 0%; width: 51.01%;"></span><span class="phpdebugbar-widgets-label">Booting (52.51ms)</span></div></li><li><div class="phpdebugbar-widgets-measure"><span class="phpdebugbar-widgets-value" style="left: 51.11%; width: 48.89%;"></span><span class="phpdebugbar-widgets-label">Application (50.33ms)</span></div></li><li><table class="phpdebugbar-widgets-params"><tr><td class="phpdebugbar-widgets-name">1 x Booting (51.01%)</td><td class="phpdebugbar-widgets-value"><div class="phpdebugbar-widgets-measure"><span class="phpdebugbar-widgets-value" style="width: 51.01%;"></span><span class="phpdebugbar-widgets-label">52.51ms</span></div></td></tr><tr><td class="phpdebugbar-widgets-name">1 x Application (48.9%)</td><td class="phpdebugbar-widgets-value"><div class="phpdebugbar-widgets-measure"><span class="phpdebugbar-widgets-value" style="width: 48.9%;"></span><span class="phpdebugbar-widgets-label">50.33ms</span></div></td></tr></table></li></ul></div><div class="phpdebugbar-panel"><div class="phpdebugbar-widgets-exceptions"><ul class="phpdebugbar-widgets-list"></ul></div></div><div class="phpdebugbar-panel"><div class="phpdebugbar-widgets-templates"><div class="phpdebugbar-widgets-status"><span>1 templates were rendered</span></div><ul class="phpdebugbar-widgets-list"><li class="phpdebugbar-widgets-list-item" style="cursor: pointer;"><span class="phpdebugbar-widgets-name">landingpage::layouts.landingpage (Modules/LandingPage/Resources/views/layouts/landingpage.blade.php)</span><span title="Parameter count" class="phpdebugbar-widgets-param-count">1</span><span title="Type" class="phpdebugbar-widgets-type">blade</span><a href="phpstorm://open?file=/mnt/volume_sgp1_02/e/ebusiness-cloudnet/Modules/LandingPage/Resources/views/layouts/landingpage.blade.php&amp;line=0" class="phpdebugbar-widgets-editor-link">file</a><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Params</th></tr><tr><td class="phpdebugbar-widgets-name">0</td><td class="phpdebugbar-widgets-value"><pre><code>adminSettings</code></pre></td></tr></tbody></table></li></ul><div class="phpdebugbar-widgets-callgraph"></div></div></div><div class="phpdebugbar-panel"><dl class="phpdebugbar-widgets-kvlist phpdebugbar-widgets-htmlvarlist"><dt class="phpdebugbar-widgets-key"><span title="uri">uri</span></dt><dd class="phpdebugbar-widgets-value">GET /</dd><dt class="phpdebugbar-widgets-key"><span title="middleware">middleware</span></dt><dd class="phpdebugbar-widgets-value">web, XSS, revalidate</dd><dt class="phpdebugbar-widgets-key"><span title="controller">controller</span></dt><dd class="phpdebugbar-widgets-value">App\Http\Controllers\DashboardController@landingpage</dd><dt class="phpdebugbar-widgets-key"><span title="namespace">namespace</span></dt><dd class="phpdebugbar-widgets-value">App\Http\Controllers</dd><dt class="phpdebugbar-widgets-key"><span title="prefix">prefix</span></dt><dd class="phpdebugbar-widgets-value"></dd><dt class="phpdebugbar-widgets-key"><span title="where">where</span></dt><dd class="phpdebugbar-widgets-value"></dd><dt class="phpdebugbar-widgets-key"><span title="file">file</span></dt><dd class="phpdebugbar-widgets-value"><a href="phpstorm://open?file=/mnt/volume_sgp1_02/e/ebusiness-cloudnet/app/Http/Controllers/DashboardController.php&amp;line=61">app/Http/Controllers/DashboardController.php:61-76</a></dd></dl></div><div class="phpdebugbar-panel"><div class="phpdebugbar-widgets-sqlqueries"><div class="phpdebugbar-widgets-status"><span>12 statements were executed, 5 of which were duplicated, 7 unique. <a id="phpdebugbar-show-duplicates">Show only duplicated</a></span><span title="Accumulated duration" class="phpdebugbar-widgets-duration">27.89ms</span></div><div class="phpdebugbar-widgets-toolbar"><a class="phpdebugbar-widgets-filter" rel="e_bus_db_2">e_bus_db_2</a></div><ul class="phpdebugbar-widgets-list"><li class="phpdebugbar-widgets-list-item phpdebugbar-widgets-sql-duplicate phpdebugbar-widgets-sql-duplicate-5" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `settings` <span class="hljs-keyword">where</span> `created_by` <span class="hljs-operator">=</span> <span class="hljs-number">1</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 0%; width: 45.177%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">12.6ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:101</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;1</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:101</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;/app/Http/Controllers/DashboardController.php<span class="phpdebugbar-text-muted">:68</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">14.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Routing/Controller.php<span class="phpdebugbar-text-muted">:54</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">15.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php<span class="phpdebugbar-text-muted">:43</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Routing/Route.php<span class="phpdebugbar-text-muted">:259</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> information_schema.tables <span class="hljs-keyword">where</span> table_schema <span class="hljs-operator">=</span> <span class="hljs-string">'e_bus_db_2'</span> <span class="hljs-keyword">and</span> table_name <span class="hljs-operator">=</span> <span class="hljs-string">'landing_page_settings'</span> <span class="hljs-keyword">and</span> table_type <span class="hljs-operator">=</span> <span class="hljs-string">'BASE TABLE'</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 45.177%; width: 9.143%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">2.55ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Http/Controllers/DashboardController.php:69</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;e_bus_db_2</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">1.</span>&nbsp;landing_page_settings</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">11.</span>&nbsp;/app/Http/Controllers/DashboardController.php<span class="phpdebugbar-text-muted">:69</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Routing/Controller.php<span class="phpdebugbar-text-muted">:54</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php<span class="phpdebugbar-text-muted">:43</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">14.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Routing/Route.php<span class="phpdebugbar-text-muted">:259</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">15.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Routing/Route.php<span class="phpdebugbar-text-muted">:205</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `landing_page_settings`</code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 54.321%; width: 5.486%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.53ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/Modules/LandingPage/Entities/LandingPageSetting.php:27</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/Modules/LandingPage/Entities/LandingPageSetting.php<span class="phpdebugbar-text-muted">:27</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">18.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:3</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">20.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">21.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">22.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php<span class="phpdebugbar-text-muted">:72</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item phpdebugbar-widgets-sql-duplicate phpdebugbar-widgets-sql-duplicate-5" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `settings` <span class="hljs-keyword">where</span> `created_by` <span class="hljs-operator">=</span> <span class="hljs-number">1</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 59.806%; width: 4.231%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.18ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:4346</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;1</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:4346</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:4311</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">14.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:4</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item phpdebugbar-widgets-sql-duplicate phpdebugbar-widgets-sql-duplicate-5" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `settings` <span class="hljs-keyword">where</span> `created_by` <span class="hljs-operator">=</span> <span class="hljs-number">1</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 64.037%; width: 5.307%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.48ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:4346</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;1</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:4346</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:4311</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">14.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:5</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item phpdebugbar-widgets-sql-duplicate phpdebugbar-widgets-sql-duplicate-5" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `settings` <span class="hljs-keyword">where</span> `created_by` <span class="hljs-operator">=</span> <span class="hljs-number">1</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 69.344%; width: 4.984%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.39ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:4346</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;1</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:4346</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:4311</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">14.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:9</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `settings` <span class="hljs-keyword">where</span> `name` <span class="hljs-keyword">in</span> (<span class="hljs-string">'enable_cookie'</span>, <span class="hljs-string">'cookie_logging'</span>, <span class="hljs-string">'cookie_title'</span>, <span class="hljs-string">'cookie_description'</span>, <span class="hljs-string">'necessary_cookies'</span>, <span class="hljs-string">'strictly_cookie_title'</span>, <span class="hljs-string">'strictly_cookie_description'</span>, <span class="hljs-string">'more_information_description'</span>, <span class="hljs-string">'contactus_url'</span>)</code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 74.328%; width: 4.123%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.15ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:4574</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;enable_cookie</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">1.</span>&nbsp;cookie_logging</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">2.</span>&nbsp;cookie_title</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">3.</span>&nbsp;cookie_description</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">4.</span>&nbsp;necessary_cookies</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">5.</span>&nbsp;strictly_cookie_title</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">6.</span>&nbsp;strictly_cookie_description</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">7.</span>&nbsp;more_information_description</li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">8.</span>&nbsp;contactus_url</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:4574</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:11</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">15.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php<span class="phpdebugbar-text-muted">:72</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `users` <span class="hljs-keyword">where</span> `type` <span class="hljs-operator">=</span> <span class="hljs-string">'super admin'</span> limit <span class="hljs-number">1</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 78.451%; width: 4.554%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.27ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:3934</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;super admin</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">15.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:3934</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:13</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">18.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">19.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">20.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php<span class="phpdebugbar-text-muted">:72</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> `<span class="hljs-keyword">value</span>`, `name` <span class="hljs-keyword">from</span> `settings` <span class="hljs-keyword">where</span> `created_by` <span class="hljs-operator">=</span> <span class="hljs-number">1</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 83.005%; width: 4.554%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.27ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:3935</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;1</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:3935</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:13</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">15.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php<span class="phpdebugbar-text-muted">:72</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `plans` <span class="hljs-keyword">order</span> <span class="hljs-keyword">by</span> `price` <span class="hljs-keyword">asc</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 87.558%; width: 4.554%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.27ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">view::landingpage::layouts.landingpage:819</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">14.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:819</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">18.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php<span class="phpdebugbar-text-muted">:72</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">19.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/View.php<span class="phpdebugbar-text-muted">:195</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `admin_payment_settings`</code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 92.112%; width: 3.406%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">950μs</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:3504</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:3504</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:820</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">15.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php<span class="phpdebugbar-text-muted">:72</span></li></ul></td></tr></tbody></table></li><li class="phpdebugbar-widgets-list-item phpdebugbar-widgets-sql-duplicate phpdebugbar-widgets-sql-duplicate-5" connection="e_bus_db_2" style="cursor: pointer;"><code class="phpdebugbar-widgets-sql"><span class="hljs-keyword">select</span> <span class="hljs-operator">*</span> <span class="hljs-keyword">from</span> `settings` <span class="hljs-keyword">where</span> `created_by` <span class="hljs-operator">=</span> <span class="hljs-number">1</span></code><div class="phpdebugbar-widgets-bg-measure"><div class="phpdebugbar-widgets-value" style="left: 95.518%; width: 4.482%;"></div></div><span title="Duration" class="phpdebugbar-widgets-duration">1.25ms</span><span title="Prepared statement ID" class="phpdebugbar-widgets-stmt-id">/app/Models/Utility.php:101</span><span title="Connection" class="phpdebugbar-widgets-database">e_bus_db_2</span><table class="phpdebugbar-widgets-params"><tbody><tr><th colspan="2">Metadata</th></tr><tr><td class="phpdebugbar-widgets-name">Bindings <i class="phpdebugbar-fa phpdebugbar-fa-thumb-tack phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">0.</span>&nbsp;1</li></ul></td></tr><tr><td class="phpdebugbar-widgets-name">Backtrace <i class="phpdebugbar-fa phpdebugbar-fa-list-ul phpdebugbar-text-muted"></i></td><td class="phpdebugbar-widgets-value"><ul class="phpdebugbar-widgets-table-list"><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">12.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:101</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">13.</span>&nbsp;/app/Models/Utility.php<span class="phpdebugbar-text-muted">:517</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">14.</span>&nbsp;view::landingpage::layouts.landingpage<span class="phpdebugbar-text-muted">:1234</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">16.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php<span class="phpdebugbar-text-muted">:125</span></li><li class="phpdebugbar-widgets-table-list-item"><span class="phpdebugbar-text-muted">17.</span>&nbsp;/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php<span class="phpdebugbar-text-muted">:58</span></li></ul></td></tr></tbody></table></li></ul></div></div><div class="phpdebugbar-panel"><dl class="phpdebugbar-widgets-kvlist phpdebugbar-widgets-htmlvarlist"><dt class="phpdebugbar-widgets-key"><span title="App\Models\Plan">App\Models\Plan</span></dt><dd class="phpdebugbar-widgets-value">7</dd><dt class="phpdebugbar-widgets-key"><span title="App\Models\User">App\Models\User</span></dt><dd class="phpdebugbar-widgets-value">1</dd><dt class="phpdebugbar-widgets-key"><span title="Modules\LandingPage\Entities\LandingPageSetting">Modules\LandingPage\Entities\LandingPageSetting</span></dt><dd class="phpdebugbar-widgets-value">54</dd></dl></div><div class="phpdebugbar-panel"><div class="phpdebugbar-widgets-messages"><ul class="phpdebugbar-widgets-list"></ul><div class="phpdebugbar-widgets-toolbar"><i class="phpdebugbar-fa phpdebugbar-fa-search"></i><input type="text" aria-label="Search" placeholder="Search"></div></div></div><div class="phpdebugbar-panel"><dl class="phpdebugbar-widgets-kvlist phpdebugbar-widgets-varlist"><dt class="phpdebugbar-widgets-key"><span title="_token">_token</span></dt><dd class="phpdebugbar-widgets-value">sKFwbGqdYvGXEZZ59n7mVe4acSCdaNd9GEC4OG7H</dd><dt class="phpdebugbar-widgets-key"><span title="_previous">_previous</span></dt><dd class="phpdebugbar-widgets-value">array:1 [
  "url" =&gt; "https://ebusiness.cloudnet.com.kh"
]</dd><dt class="phpdebugbar-widgets-key"><span title="_flash">_flash</span></dt><dd class="phpdebugbar-widgets-value">array:2 [
  "old" =&gt; []
  "new" =&gt; []
]</dd><dt class="phpdebugbar-widgets-key"><span title="PHPDEBUGBAR_STACK_DATA">PHPDEBUGBAR_STACK_DATA</span></dt><dd class="phpdebugbar-widgets-value">[]</dd></dl></div><div class="phpdebugbar-panel"><dl class="phpdebugbar-widgets-kvlist phpdebugbar-widgets-htmlvarlist"><dt class="phpdebugbar-widgets-key"><span title="path_info">path_info</span></dt><dd class="phpdebugbar-widgets-value">/</dd><dt class="phpdebugbar-widgets-key"><span title="status_code">status_code</span></dt><dd class="phpdebugbar-widgets-value"><pre class="sf-dump" id="sf-dump-729746236" data-indent-pad="  "><span class="sf-dump-num">200</span>
</pre><script>Sfdump("sf-dump-729746236", {"maxDepth":0})</script>
</dd><dt class="phpdebugbar-widgets-key"><span title="status_text">status_text</span></dt><dd class="phpdebugbar-widgets-value">OK</dd><dt class="phpdebugbar-widgets-key"><span title="format">format</span></dt><dd class="phpdebugbar-widgets-value">html</dd><dt class="phpdebugbar-widgets-key"><span title="content_type">content_type</span></dt><dd class="phpdebugbar-widgets-value">text/html; charset=UTF-8</dd><dt class="phpdebugbar-widgets-key"><span title="request_query">request_query</span></dt><dd class="phpdebugbar-widgets-value"><pre class="sf-dump" id="sf-dump-1048886754" data-indent-pad="  ">[]
</pre><script>Sfdump("sf-dump-1048886754", {"maxDepth":0})</script>
</dd><dt class="phpdebugbar-widgets-key"><span title="request_request">request_request</span></dt><dd class="phpdebugbar-widgets-value"><pre class="sf-dump" id="sf-dump-1176040059" data-indent-pad="  ">[]
</pre><script>Sfdump("sf-dump-1176040059", {"maxDepth":0})</script>
</dd><dt class="phpdebugbar-widgets-key"><span title="request_headers">request_headers</span></dt><dd class="phpdebugbar-widgets-value"><pre class="sf-dump" id="sf-dump-943909452" data-indent-pad="  " tabindex="0"><div class="sf-dump-search-wrapper sf-dump-search-hidden"> <input type="text" class="sf-dump-search-input"> <span class="sf-dump-search-count">0 of 0</span> <button type="button" class="sf-dump-search-input-previous" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19L896 965l-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"></path></svg> </button> <button type="button" class="sf-dump-search-input-next" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 808l-742 741q-19 19-45 19t-45-19L109 808q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z"></path></svg> </button> </div><span class="sf-dump-note">array:23</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▼</span></a><samp data-depth="1" class="sf-dump-expanded">
  "<span class="sf-dump-key">sec-ch-ua</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="64 characters">"Google Chrome";v="126", "Not:A-Brand";v="8", "Chromium";v="119"</span>"
  </samp>]
  "<span class="sf-dump-key">user-agent</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="111 characters">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36</span>"
  </samp>]
  "<span class="sf-dump-key">upgrade-insecure-requests</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str">1</span>"
  </samp>]
  "<span class="sf-dump-key">accept</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="135 characters">text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7</span>"
  </samp>]
  "<span class="sf-dump-key">x-forwarded-for</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="26 characters">2a09:bac5:312a:e64::16f:91</span>"
  </samp>]
  "<span class="sf-dump-key">sec-fetch-site</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="4 characters">none</span>"
  </samp>]
  "<span class="sf-dump-key">cdn-loop</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="19 characters">cloudflare; loops=1</span>"
  </samp>]
  "<span class="sf-dump-key">sec-fetch-mode</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="8 characters">navigate</span>"
  </samp>]
  "<span class="sf-dump-key">sec-fetch-user</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="2 characters">?1</span>"
  </samp>]
  "<span class="sf-dump-key">cf-ipcountry</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="2 characters">ES</span>"
  </samp>]
  "<span class="sf-dump-key">cf-visitor</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="18 characters">{"scheme":"https"}</span>"
  </samp>]
  "<span class="sf-dump-key">sec-fetch-dest</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="8 characters">document</span>"
  </samp>]
  "<span class="sf-dump-key">accept-language</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="14 characters">en-US,en;q=0.9</span>"
  </samp>]
  "<span class="sf-dump-key">x-forwarded-proto</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="5 characters">https</span>"
  </samp>]
  "<span class="sf-dump-key">cf-biso-devtools</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str">1</span>"
  </samp>]
  "<span class="sf-dump-key">accept-encoding</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="8 characters">gzip, br</span>"
  </samp>]
  "<span class="sf-dump-key">cf-biso-request-id</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="36 characters">bbcc4a28-edcf-4565-a681-98492d5322af</span>"
  </samp>]
  "<span class="sf-dump-key">sec-ch-ua-platform</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="5 characters">Win32</span>"
  </samp>]
  "<span class="sf-dump-key">cf-connecting-ip</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="26 characters">2a09:bac5:312a:e64::16f:91</span>"
  </samp>]
  "<span class="sf-dump-key">cf-ray</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="20 characters">8cdaf73a39fa384e-SIN</span>"
  </samp>]
  "<span class="sf-dump-key">host</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="25 characters">ebusiness.cloudnet.com.kh</span>"
  </samp>]
  "<span class="sf-dump-key">content-length</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; ""
  </samp>]
  "<span class="sf-dump-key">content-type</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; ""
  </samp>]
</samp>]
</pre><script>Sfdump("sf-dump-943909452", {"maxDepth":0})</script>
</dd><dt class="phpdebugbar-widgets-key"><span title="request_server">request_server</span></dt><dd class="phpdebugbar-widgets-value"><pre class="sf-dump" id="sf-dump-1141308142" data-indent-pad="  " tabindex="0"><div class="sf-dump-search-wrapper sf-dump-search-hidden"> <input type="text" class="sf-dump-search-input"> <span class="sf-dump-search-count">0 of 0</span> <button type="button" class="sf-dump-search-input-previous" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19L896 965l-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"></path></svg> </button> <button type="button" class="sf-dump-search-input-next" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 808l-742 741q-19 19-45 19t-45-19L109 808q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z"></path></svg> </button> </div><span class="sf-dump-note">array:49</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▼</span></a><samp data-depth="1" class="sf-dump-expanded">
  "<span class="sf-dump-key">USER</span>" =&gt; "<span class="sf-dump-str" title="8 characters">www-data</span>"
  "<span class="sf-dump-key">HOME</span>" =&gt; "<span class="sf-dump-str" title="8 characters">/var/www</span>"
  "<span class="sf-dump-key">HTTP_SEC_CH_UA</span>" =&gt; "<span class="sf-dump-str" title="64 characters">"Google Chrome";v="126", "Not:A-Brand";v="8", "Chromium";v="119"</span>"
  "<span class="sf-dump-key">HTTP_USER_AGENT</span>" =&gt; "<span class="sf-dump-str" title="111 characters">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36</span>"
  "<span class="sf-dump-key">HTTP_UPGRADE_INSECURE_REQUESTS</span>" =&gt; "<span class="sf-dump-str">1</span>"
  "<span class="sf-dump-key">HTTP_ACCEPT</span>" =&gt; "<span class="sf-dump-str" title="135 characters">text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7</span>"
  "<span class="sf-dump-key">HTTP_X_FORWARDED_FOR</span>" =&gt; "<span class="sf-dump-str" title="26 characters">2a09:bac5:312a:e64::16f:91</span>"
  "<span class="sf-dump-key">HTTP_SEC_FETCH_SITE</span>" =&gt; "<span class="sf-dump-str" title="4 characters">none</span>"
  "<span class="sf-dump-key">HTTP_CDN_LOOP</span>" =&gt; "<span class="sf-dump-str" title="19 characters">cloudflare; loops=1</span>"
  "<span class="sf-dump-key">HTTP_SEC_FETCH_MODE</span>" =&gt; "<span class="sf-dump-str" title="8 characters">navigate</span>"
  "<span class="sf-dump-key">HTTP_SEC_FETCH_USER</span>" =&gt; "<span class="sf-dump-str" title="2 characters">?1</span>"
  "<span class="sf-dump-key">HTTP_CF_IPCOUNTRY</span>" =&gt; "<span class="sf-dump-str" title="2 characters">ES</span>"
  "<span class="sf-dump-key">HTTP_CF_VISITOR</span>" =&gt; "<span class="sf-dump-str" title="18 characters">{"scheme":"https"}</span>"
  "<span class="sf-dump-key">HTTP_SEC_FETCH_DEST</span>" =&gt; "<span class="sf-dump-str" title="8 characters">document</span>"
  "<span class="sf-dump-key">HTTP_ACCEPT_LANGUAGE</span>" =&gt; "<span class="sf-dump-str" title="14 characters">en-US,en;q=0.9</span>"
  "<span class="sf-dump-key">HTTP_X_FORWARDED_PROTO</span>" =&gt; "<span class="sf-dump-str" title="5 characters">https</span>"
  "<span class="sf-dump-key">HTTP_CF_BISO_DEVTOOLS</span>" =&gt; "<span class="sf-dump-str">1</span>"
  "<span class="sf-dump-key">HTTP_ACCEPT_ENCODING</span>" =&gt; "<span class="sf-dump-str" title="8 characters">gzip, br</span>"
  "<span class="sf-dump-key">HTTP_CF_BISO_REQUEST_ID</span>" =&gt; "<span class="sf-dump-str" title="36 characters">bbcc4a28-edcf-4565-a681-98492d5322af</span>"
  "<span class="sf-dump-key">HTTP_SEC_CH_UA_PLATFORM</span>" =&gt; "<span class="sf-dump-str" title="5 characters">Win32</span>"
  "<span class="sf-dump-key">HTTP_CF_CONNECTING_IP</span>" =&gt; "<span class="sf-dump-str" title="26 characters">2a09:bac5:312a:e64::16f:91</span>"
  "<span class="sf-dump-key">HTTP_CF_RAY</span>" =&gt; "<span class="sf-dump-str" title="20 characters">8cdaf73a39fa384e-SIN</span>"
  "<span class="sf-dump-key">HTTP_HOST</span>" =&gt; "<span class="sf-dump-str" title="25 characters">ebusiness.cloudnet.com.kh</span>"
  "<span class="sf-dump-key">PATH_INFO</span>" =&gt; ""
  "<span class="sf-dump-key">SCRIPT_FILENAME</span>" =&gt; "<span class="sf-dump-str" title="57 characters">/mnt/volume_sgp1_02/e/ebusiness-cloudnet/public/index.php</span>"
  "<span class="sf-dump-key">REDIRECT_STATUS</span>" =&gt; "<span class="sf-dump-str" title="3 characters">200</span>"
  "<span class="sf-dump-key">SERVER_NAME</span>" =&gt; "<span class="sf-dump-str" title="15 characters">your_domain.com</span>"
  "<span class="sf-dump-key">SERVER_PORT</span>" =&gt; "<span class="sf-dump-str" title="3 characters">443</span>"
  "<span class="sf-dump-key">SERVER_ADDR</span>" =&gt; "<span class="sf-dump-str" title="13 characters">178.128.50.85</span>"
  "<span class="sf-dump-key">REMOTE_USER</span>" =&gt; ""
  "<span class="sf-dump-key">REMOTE_PORT</span>" =&gt; "<span class="sf-dump-str" title="5 characters">43968</span>"
  "<span class="sf-dump-key">REMOTE_ADDR</span>" =&gt; "<span class="sf-dump-str" title="13 characters">172.69.165.53</span>"
  "<span class="sf-dump-key">SERVER_SOFTWARE</span>" =&gt; "<span class="sf-dump-str" title="12 characters">nginx/1.24.0</span>"
  "<span class="sf-dump-key">GATEWAY_INTERFACE</span>" =&gt; "<span class="sf-dump-str" title="7 characters">CGI/1.1</span>"
  "<span class="sf-dump-key">HTTPS</span>" =&gt; "<span class="sf-dump-str" title="2 characters">on</span>"
  "<span class="sf-dump-key">REQUEST_SCHEME</span>" =&gt; "<span class="sf-dump-str" title="5 characters">https</span>"
  "<span class="sf-dump-key">SERVER_PROTOCOL</span>" =&gt; "<span class="sf-dump-str" title="8 characters">HTTP/2.0</span>"
  "<span class="sf-dump-key">DOCUMENT_ROOT</span>" =&gt; "<span class="sf-dump-str" title="47 characters">/mnt/volume_sgp1_02/e/ebusiness-cloudnet/public</span>"
  "<span class="sf-dump-key">DOCUMENT_URI</span>" =&gt; "<span class="sf-dump-str" title="10 characters">/index.php</span>"
  "<span class="sf-dump-key">REQUEST_URI</span>" =&gt; "<span class="sf-dump-str">/</span>"
  "<span class="sf-dump-key">SCRIPT_NAME</span>" =&gt; "<span class="sf-dump-str" title="10 characters">/index.php</span>"
  "<span class="sf-dump-key">CONTENT_LENGTH</span>" =&gt; ""
  "<span class="sf-dump-key">CONTENT_TYPE</span>" =&gt; ""
  "<span class="sf-dump-key">REQUEST_METHOD</span>" =&gt; "<span class="sf-dump-str" title="3 characters">GET</span>"
  "<span class="sf-dump-key">QUERY_STRING</span>" =&gt; ""
  "<span class="sf-dump-key">FCGI_ROLE</span>" =&gt; "<span class="sf-dump-str" title="9 characters">RESPONDER</span>"
  "<span class="sf-dump-key">PHP_SELF</span>" =&gt; "<span class="sf-dump-str" title="10 characters">/index.php</span>"
  "<span class="sf-dump-key">REQUEST_TIME_FLOAT</span>" =&gt; <span class="sf-dump-num">1728105660.6048</span>
  "<span class="sf-dump-key">REQUEST_TIME</span>" =&gt; <span class="sf-dump-num">1728105660</span>
</samp>]
</pre><script>Sfdump("sf-dump-1141308142", {"maxDepth":0})</script>
</dd><dt class="phpdebugbar-widgets-key"><span title="request_cookies">request_cookies</span></dt><dd class="phpdebugbar-widgets-value"><pre class="sf-dump" id="sf-dump-1930400731" data-indent-pad="  ">[]
</pre><script>Sfdump("sf-dump-1930400731", {"maxDepth":0})</script>
</dd><dt class="phpdebugbar-widgets-key"><span title="response_headers">response_headers</span></dt><dd class="phpdebugbar-widgets-value"><pre class="sf-dump" id="sf-dump-94740144" data-indent-pad="  " tabindex="0"><div class="sf-dump-search-wrapper sf-dump-search-hidden"> <input type="text" class="sf-dump-search-input"> <span class="sf-dump-search-count">0 of 0</span> <button type="button" class="sf-dump-search-input-previous" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19L896 965l-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"></path></svg> </button> <button type="button" class="sf-dump-search-input-next" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 808l-742 741q-19 19-45 19t-45-19L109 808q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z"></path></svg> </button> </div><span class="sf-dump-note">array:8</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▼</span></a><samp data-depth="1" class="sf-dump-expanded">
  "<span class="sf-dump-key">content-type</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="24 characters">text/html; charset=UTF-8</span>"
  </samp>]
  "<span class="sf-dump-key">cache-control</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="17 characters">no-cache, private</span>"
  </samp>]
  "<span class="sf-dump-key">date</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="29 characters">Sat, 05 Oct 2024 05:21:00 GMT</span>"
  </samp>]
  "<span class="sf-dump-key">access-control-allow-origin</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str">*</span>"
  </samp>]
  "<span class="sf-dump-key">access-control-allow-methods</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="31 characters">POST, GET, OPTIONS, PUT, DELETE</span>"
  </samp>]
  "<span class="sf-dump-key">access-control-allow-headers</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str" title="66 characters">Content-Type, Accept, Authorization, X-Requested-With, Application</span>"
  </samp>]
  "<span class="sf-dump-key">set-cookie</span>" =&gt; <span class="sf-dump-note">array:2</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str sf-dump-str-collapse" title="414 characters"><span class="sf-dump-str-collapse">XSRF-TOKEN=eyJpdiI6Imw1dTR3MG9QZ3E1L3RuaVNIb0E5c1E9PSIsInZhbHVlIjoiSklScXdhbVpoV2pGbFNoc0IyeENzUTREQS9pWXpGYTJIcDdaOWFBSUlmQnFIRjl6VThVSUJueW5MMnB4VzVEd0lNYllONU9palBJTjFwY255TFpFd2VvdHcweHp3NjVrVWJEYnl6OFVJZ2VETDkxZWsvZmlDbnJ2elBXYlJRNGQiLCJtYWMiOiI5MTQ3YmU4NTlkNjg1YjZlYjk3ODg0ZDBjNDYwYjcyOGM0MmExYjQ0ZjhiMDZlYzA3OWNiYWNmMTg2MjdiYjU5IiwidGFnIjoiIn0%3D; expires=Sat, 05 Oct 2024 07:21:00 GMT; Max-Age=7200; path=/<a class="sf-dump-ref sf-dump-str-toggle" title="Collapse"> ◀</a></span><span class="sf-dump-str-expand">XSRF-TOKEN=eyJpdiI6Imw1dTR3MG9QZ3E1L3RuaVNIb0E5c1E9PSIsInZhbHVlIjoiSklScXdhbVpoV2pGbFNoc0IyeENzUTREQS9pWXpGYTJIcDdaOWFBSUlmQnFIRjl6VThVSUJueW5MMnB4VzVEd0lNYllON<a class="sf-dump-ref sf-dump-str-toggle" title="254 remaining characters"> ▶</a></span></span>"
    <span class="sf-dump-index">1</span> =&gt; "<span class="sf-dump-str sf-dump-str-collapse" title="431 characters"><span class="sf-dump-str-collapse">ebusiness_session=eyJpdiI6InNrUThDanR6RHRCK1U0MlNyNjIvVlE9PSIsInZhbHVlIjoiOEdmZlptQVZqTk1pQXlKR0x5VHYrdngwMW9MNUZOQnR5SjFBSjA2Wmp4bW9iaUNYbVNzWW1pWEw0V3I2MXBPbFBHOUtPUHBuU2hzcUp3ZnhxakpVYU1pUWFkRXQxaGZVNlc4aDFIRTRPeENaeTM5SElvQVZMRDkydUx0U2VHTnciLCJtYWMiOiIyYTk2N2IwZGVlMmFkYmM0NmM2Y2E5NGNiNDMxZGIwMGE3ZTMxZjg1MzQ0MjBmNzdiMmEyODExMDc5YWZjYzk0IiwidGFnIjoiIn0%3D; expires=Sat, 05 Oct 2024 07:21:00 GMT; Max-Age=7200; path=/; httponly<a class="sf-dump-ref sf-dump-str-toggle" title="Collapse"> ◀</a></span><span class="sf-dump-str-expand">ebusiness_session=eyJpdiI6InNrUThDanR6RHRCK1U0MlNyNjIvVlE9PSIsInZhbHVlIjoiOEdmZlptQVZqTk1pQXlKR0x5VHYrdngwMW9MNUZOQnR5SjFBSjA2Wmp4bW9iaUNYbVNzWW1pWEw0V3I2MXBPbF<a class="sf-dump-ref sf-dump-str-toggle" title="271 remaining characters"> ▶</a></span></span>"
  </samp>]
  "<span class="sf-dump-key">Set-Cookie</span>" =&gt; <span class="sf-dump-note">array:2</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    <span class="sf-dump-index">0</span> =&gt; "<span class="sf-dump-str sf-dump-str-collapse" title="400 characters"><span class="sf-dump-str-collapse">XSRF-TOKEN=eyJpdiI6Imw1dTR3MG9QZ3E1L3RuaVNIb0E5c1E9PSIsInZhbHVlIjoiSklScXdhbVpoV2pGbFNoc0IyeENzUTREQS9pWXpGYTJIcDdaOWFBSUlmQnFIRjl6VThVSUJueW5MMnB4VzVEd0lNYllONU9palBJTjFwY255TFpFd2VvdHcweHp3NjVrVWJEYnl6OFVJZ2VETDkxZWsvZmlDbnJ2elBXYlJRNGQiLCJtYWMiOiI5MTQ3YmU4NTlkNjg1YjZlYjk3ODg0ZDBjNDYwYjcyOGM0MmExYjQ0ZjhiMDZlYzA3OWNiYWNmMTg2MjdiYjU5IiwidGFnIjoiIn0%3D; expires=Sat, 05-Oct-2024 07:21:00 GMT; path=/<a class="sf-dump-ref sf-dump-str-toggle" title="Collapse"> ◀</a></span><span class="sf-dump-str-expand">XSRF-TOKEN=eyJpdiI6Imw1dTR3MG9QZ3E1L3RuaVNIb0E5c1E9PSIsInZhbHVlIjoiSklScXdhbVpoV2pGbFNoc0IyeENzUTREQS9pWXpGYTJIcDdaOWFBSUlmQnFIRjl6VThVSUJueW5MMnB4VzVEd0lNYllON<a class="sf-dump-ref sf-dump-str-toggle" title="240 remaining characters"> ▶</a></span></span>"
    <span class="sf-dump-index">1</span> =&gt; "<span class="sf-dump-str sf-dump-str-collapse" title="417 characters"><span class="sf-dump-str-collapse">ebusiness_session=eyJpdiI6InNrUThDanR6RHRCK1U0MlNyNjIvVlE9PSIsInZhbHVlIjoiOEdmZlptQVZqTk1pQXlKR0x5VHYrdngwMW9MNUZOQnR5SjFBSjA2Wmp4bW9iaUNYbVNzWW1pWEw0V3I2MXBPbFBHOUtPUHBuU2hzcUp3ZnhxakpVYU1pUWFkRXQxaGZVNlc4aDFIRTRPeENaeTM5SElvQVZMRDkydUx0U2VHTnciLCJtYWMiOiIyYTk2N2IwZGVlMmFkYmM0NmM2Y2E5NGNiNDMxZGIwMGE3ZTMxZjg1MzQ0MjBmNzdiMmEyODExMDc5YWZjYzk0IiwidGFnIjoiIn0%3D; expires=Sat, 05-Oct-2024 07:21:00 GMT; path=/; httponly<a class="sf-dump-ref sf-dump-str-toggle" title="Collapse"> ◀</a></span><span class="sf-dump-str-expand">ebusiness_session=eyJpdiI6InNrUThDanR6RHRCK1U0MlNyNjIvVlE9PSIsInZhbHVlIjoiOEdmZlptQVZqTk1pQXlKR0x5VHYrdngwMW9MNUZOQnR5SjFBSjA2Wmp4bW9iaUNYbVNzWW1pWEw0V3I2MXBPbF<a class="sf-dump-ref sf-dump-str-toggle" title="257 remaining characters"> ▶</a></span></span>"
  </samp>]
</samp>]
</pre><script>Sfdump("sf-dump-94740144", {"maxDepth":0})</script>
</dd><dt class="phpdebugbar-widgets-key"><span title="session_attributes">session_attributes</span></dt><dd class="phpdebugbar-widgets-value"><pre class="sf-dump" id="sf-dump-735852849" data-indent-pad="  " tabindex="0"><div class="sf-dump-search-wrapper sf-dump-search-hidden"> <input type="text" class="sf-dump-search-input"> <span class="sf-dump-search-count">0 of 0</span> <button type="button" class="sf-dump-search-input-previous" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19L896 965l-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"></path></svg> </button> <button type="button" class="sf-dump-search-input-next" tabindex="-1"> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1683 808l-742 741q-19 19-45 19t-45-19L109 808q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z"></path></svg> </button> </div><span class="sf-dump-note">array:4</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▼</span></a><samp data-depth="1" class="sf-dump-expanded">
  "<span class="sf-dump-key">_token</span>" =&gt; "<span class="sf-dump-str" title="40 characters">sKFwbGqdYvGXEZZ59n7mVe4acSCdaNd9GEC4OG7H</span>"
  "<span class="sf-dump-key">_previous</span>" =&gt; <span class="sf-dump-note">array:1</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    "<span class="sf-dump-key">url</span>" =&gt; "<span class="sf-dump-str" title="33 characters">https://ebusiness.cloudnet.com.kh</span>"
  </samp>]
  "<span class="sf-dump-key">_flash</span>" =&gt; <span class="sf-dump-note">array:2</span> [<a class="sf-dump-ref sf-dump-toggle" title="[Ctrl+click] Expand all children"><span>▶</span></a><samp data-depth="2" class="sf-dump-compact">
    "<span class="sf-dump-key">old</span>" =&gt; []
    "<span class="sf-dump-key">new</span>" =&gt; []
  </samp>]
  "<span class="sf-dump-key">PHPDEBUGBAR_STACK_DATA</span>" =&gt; []
</samp>]
</pre><script>Sfdump("sf-dump-735852849", {"maxDepth":0})</script>
</dd></dl></div></div><a class="phpdebugbar-restore-btn" style="display: none;"></a></div><div class="phpdebugbar-openhandler" style="display: none;"><div class="phpdebugbar-openhandler-header">PHP DebugBar | Open<a><i class="phpdebugbar-fa phpdebugbar-fa-times"></i></a></div><table><thead><tr><th width="150">Date</th><th width="55">Method</th><th>URL</th><th width="125">IP</th><th width="100">Filter data</th></tr></thead><tbody></tbody></table><div class="phpdebugbar-openhandler-actions"><a>Load more</a><a>Show only current URL</a><a>Show all</a><a>Delete all</a><form><br><b>Filter results</b><br>Method: <select name="method"><option></option><option>GET</option><option>POST</option><option>PUT</option><option>DELETE</option></select><br>Uri: <input type="text" name="uri"><br>IP: <input type="text" name="ip"><br><button type="submit">Search</button></form></div></div><div class="phpdebugbar-openhandler-overlay" style="display: none;"></div></body></html>