<!DOCTYPE html>
<html lang="en">
<head>
<title>欧冠2024在哪买 - 【kux43r.com】
    </title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-language" content="en">
<meta name="csrf-token" content="7592PH4sw25ScIdpWXBrs9R1axLcgzL1sLrFxZ72">
<meta name="base-url" content="kux43r.com">
<link rel="canonical" href="kux43r.com">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"3GwYwMNlxiJxYXW8",ck:"3GwYwMNlxiJxYXW8"})</script>
<meta name="description" content="【kux43r.com】- b000.vip">
<meta name="keywords" content="欧冠联赛买球平台, 欧冠2024在哪买, 365bt二零二四, f88体育二零二四, f88体育app二零二四, 西甲联赛走地盘, 法甲联赛走地盘">
<link rel="icon" sizes="16x16" href="https://ody24.com/storage/channel/1/4lc0qy362ZFy8cvdN0KWqoE7V4P8BDN8K5NWeQNM.png" />
<link rel="preload" href="https://www.ody24.com/themes/velocity/assets/fonts/font-rango/rango.ttf?o0evyv" as="font" crossorigin="anonymous" />
<link rel="stylesheet" href="https://www.ody24.com/themes/velocity/assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://www.ody24.com/themes/velocity/assets/css/velocity.css?id=de1d84573325d88ae72a6d33a3135f19" />
<link rel="preload" as="image" href="https://ody24.com/storage/slider_images/Ody24/4CgdfIlPXuHZRrNyuRBGLanf6a9Ew5OZFOmVdfFG.png">
<style type="text/css">
        .product-price span:first-child,
        .product-price span:last-child {
            font-size: 18px;
            font-weight: 600;
        }
    </style>
<style>

    </style>
<link rel="stylesheet" type="text/css" property="stylesheet" href="//www.ody24.com/_debugbar/assets/stylesheets?v=1690347469&theme=auto" data-turbolinks-eval="false" data-turbo-eval="false">
<script src="//www.ody24.com/_debugbar/assets/javascript?v=1690347469" data-turbolinks-eval="false" data-turbo-eval="false"></script>
<script data-turbo-eval="false">jQuery.noConflict(true);</script>
<script> 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>
<div id="app">
<product-quick-view v-if="$root.quickView"></product-quick-view>
<div class="main-container-wrapper">
<nav class="row" id="top">
<div class="col-sm-6">
<div class="d-inline-block">
<div class="dropdown">
<div class="locale-icon">
<img src="https://www.ody24.com/flags/en.png" alt width="20" height="20" />
</div>
<select class="btn btn-link dropdown-toggle control locale-switcher styled-select" onchange="window.location.href = this.value" aria-label="Locale" disabled="disabled">
<option value="?locale=en" selected>English</option>
</select>
<div class="select-icon-container">
<span class="select-icon rango-arrow-down"></span>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div id="account">
<div class="d-inline-block welcome-content dropdown-toggle">
<i class="material-icons align-vertical-top">perm_identity</i>
<span class="text-center">
Welcome, Guest
</span>
<span class="rango-arrow-down"></span>
</div>
<div class="dropdown-list" style="width: 290px">
<div class="modal-content dropdown-container">
<div class="modal-header no-border pb0">
<label class="fs18 grey">Account</label>
</div>
<div class="fs14 content">
<p class="no-margin">Manage Cart, Orders &amp; Wishlist</p>
</div>
<div class="modal-footer">
<a href="https://b000.vip" class="theme-btn fs14 fw6">
Sign In
</a>
<a href="https://b000.vip" class="theme-btn fs14 fw6">
Sign Up
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<header class="sticky-header">
<div class="row remove-padding-margin velocity-divide-page"><a href="https://b000.vip" aria-label="Logo" class="left navbar-brand"><img src="https://ody24.com/storage/channel/1/PCsRVASQoWxwnKemfAPK6BOWxdlfkwfUTM5lnM3L.png" alt class="logo"></a>
<div class="right searchbar">
<div class="row">
<div class="col-lg-5 col-md-12">
<div class="input-group">
<form method="GET" role="search" id="search-form">
<div role="toolbar" class="btn-toolbar full-width search-form">
<div class="btn-group full-width force-center">
<div class="selectdiv"><select name="category" aria-label="Category" class="form-control fs13 styled-select">
<option value>All Categories</option>
<option value="1">Tops</option>
<option value="21">Bottoms</option>
<option value="23">Dresses</option>
<option value="24">Accessories &amp; Jewellery</option>
<option value="25">Beachwear</option>
<option value="26">Lingerie &amp; Loungewear</option>
<option value="27">Shoes</option>
<option value="22">Bags</option>
</select>
<div class="select-icon-container d-inline-block float-right"><span class="select-icon rango-arrow-down"></span></div>
</div> <input required="required" name="term" type="search" placeholder="Search products here" aria-label="Search" class="form-control">
<div class="d-inline-block image-search-container" size-limit-error="Image max upload size is 2MB"><label for="image-search-container"><i class="icon camera-icon"></i>
<input type="file" id="image-search-container" class="d-none">
<img id="uploaded-image-url" src alt width="20" height="20" class="d-none"></label></div> <button type="button" id="header-search-icon" aria-label="Search" class="btn"><i class="fs16 fw6 rango-search"></i></button>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-7 col-md-12 vc-full-screen">
<div class="left-wrapper">
<div><a href="https://b000.vip" class="wishlist-btn unset"><i class="material-icons">favorite_border</i>
 <span>Wishlist</span></a> <a href="https://b000.vip" class="compare-btn unset"><i class="material-icons">compare_arrows</i>
 <span>Compare</span></a> <a class="mini-cart-btn">
<div class="dropdown disable-active">
<div id="mini-cart" class="dropdown-toggle btn btn-link cursor-not-allowed">
<div class="mini-cart-content"><i class="material-icons-outlined">shopping_cart</i>
<div class="badge-container"></div> <span class="fs18 fw6 cart-text">Cart</span>
</div>
<div class="down-arrow-container"><span class="rango-arrow-down"></span></div>
</div>
<div id="cart-modal-content" class="modal-content dropdown-list sensitive-modal cart-modal-content hide">
<div class="mini-cart-container"></div>
<div class="modal-footer">
<h5 class="col-6 text-left fw6">
Cart Subtotal
</h5>
<h5 class="col-6 text-right fw6 no-padding">
</h5>
</div>
<div class="modal-footer"><a href="https://b000.vip" class="col text-left fs16 link-color remove-decoration"><span>View
Shopping Cart</span></a>
<div class="col text-right no-padding"><a href="https://b000.vip"><button type="button" class="theme-btn fs16 fw6">
Checkout
</button></a></div>
</div>
</div>
</div>
</a></div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="main-content-wrapper col-12 no-padding">
<header class="row velocity-divide-page vc-header header-shadow active">
<div class="vc-small-screen container" v-if="$root.currentScreen <= 992">
<mobile-header is-customer="false" heading="Shop by Category" :header-content="[]" category-count="9" cart-items-count="0" cart-route="https://www.ody24.com/checkout/cart" :locale="{&quot;id&quot;:1,&quot;code&quot;:&quot;en&quot;,&quot;name&quot;:&quot;English&quot;,&quot;created_at&quot;:null,&quot;updated_at&quot;:null,&quot;direction&quot;:&quot;ltr&quot;,&quot;locale_image&quot;:null,&quot;image_url&quot;:&quot;https:\/\/www.ody24.com\/flags\/en.png&quot;}" :all-locales="[{&quot;id&quot;:1,&quot;code&quot;:&quot;en&quot;,&quot;name&quot;:&quot;English&quot;,&quot;created_at&quot;:null,&quot;updated_at&quot;:null,&quot;direction&quot;:&quot;ltr&quot;,&quot;locale_image&quot;:null,&quot;image_url&quot;:&quot;https:\/\/www.ody24.com\/flags\/en.png&quot;,&quot;pivot&quot;:{&quot;channel_id&quot;:1,&quot;locale_id&quot;:1}}]" :currency="{&quot;id&quot;:4,&quot;code&quot;:&quot;PHP&quot;,&quot;name&quot;:&quot;Philippine peso&quot;,&quot;created_at&quot;:&quot;2023-08-17T07:11:06.000000Z&quot;,&quot;updated_at&quot;:&quot;2023-08-17T07:11:06.000000Z&quot;,&quot;symbol&quot;:&quot;\u20b1&quot;,&quot;decimal&quot;:2}" :all-currencies="[{&quot;id&quot;:4,&quot;code&quot;:&quot;PHP&quot;,&quot;name&quot;:&quot;Philippine peso&quot;,&quot;created_at&quot;:&quot;2023-08-17T07:11:06.000000Z&quot;,&quot;updated_at&quot;:&quot;2023-08-17T07:11:06.000000Z&quot;,&quot;symbol&quot;:&quot;\u20b1&quot;,&quot;decimal&quot;:2,&quot;pivot&quot;:{&quot;channel_id&quot;:1,&quot;currency_id&quot;:4}}]">
<div class="row">
<div class="col-6">
<div class="hamburger-wrapper">
<i class="rango-toggle hamburger"></i>
</div>
<a class="left" href="https://www.ody24.com" aria-label="Logo">
<img class="logo" src="https://ody24.com/storage/channel/1/PCsRVASQoWxwnKemfAPK6BOWxdlfkwfUTM5lnM3L.png" alt />
</a>
</div>
<div class="right-vc-header col-6">
<a class="unset cursor-pointer">
<i class="material-icons">search</i>
</a>
<a href="https://www.ody24.com/checkout/cart" class="unset">
<i class="material-icons text-down-3">shopping_cart</i>
<div class="badge-wrapper">
<span class="badge">0</span>
</div>
</a>
</div>
</div>
<template v-slot:greetings>
<a class="unset" href="https://b000.vip">
Welcome, Guest
</a>
</template>
<template v-slot:customer-navigation>
</template>
<template v-slot:extra-navigation>
<li>
<a class="unset" href="https://b000.vip">
<span>Sign In</span>
</a>
</li>
<li>
<a class="unset" href="https://b000.vip">
<span>Sign Up</span>
</a>
</li>
</template>
<template v-slot:logo>
<a class="left" href="https://www.ody24.com" aria-label="Logo">
<img class="logo" src="https://ody24.com/storage/channel/1/PCsRVASQoWxwnKemfAPK6BOWxdlfkwfUTM5lnM3L.png" alt />
</a>
</template>
<template v-slot:search-bar>
<div class="row">
<div class="col-md-12">
<div class="input-group">
<form method="GET" role="search" id="search-form" action="https://www.ody24.com/category-search">
<div class="btn-toolbar full-width search-form" role="toolbar">
<searchbar-component>
<template v-slot:image-search>
<image-search-component status="true" upload-src="https://www.ody24.com/upload-search-image" view-src="https://www.ody24.com/search" common-error="Something went wrong, please try again later." size-limit-error="Image max upload size is 2MB">
</image-search-component>
</template>
</searchbar-component>
</div>
</form>
</div>
</div>
</div>
</template>
</mobile-header>
</div>
<div>
<sidebar-header heading="Shop by Category">
<div class="main-category fs16 unselectable fw6 left">
<i class="rango-view-list align-vertical-top fs18"></i>
<span class="pl5">Shop by Category</span>
</div>
</sidebar-header>
</div>
<div class="content-list right">
<right-side-header :header-content="[]">
<ul type="none" class="no-margin">
</ul>
</right-side-header>
</div>
</header>
<div class>
<div class="row col-12 remove-padding-margin">
<sidebar-component main-sidebar="true" id="sidebar-level-0" url="https://www.ody24.com" category-count="9" add-class="category-list-container pt10">
</sidebar-component>
<div class="col-12 no-padding content" id="home-right-bar-container">
<div class="container-right row no-margin col-12 no-padding">
<div class="slider-container">
<slider-component direction="ltr" default-banner="https://www.ody24.com/themes/velocity/assets/images/banner.webp" :banners="[{&quot;id&quot;:1,&quot;title&quot;:&quot;slider&quot;,&quot;path&quot;:&quot;slider_images\/Ody24\/4CgdfIlPXuHZRrNyuRBGLanf6a9Ew5OZFOmVdfFG.png&quot;,&quot;content&quot;:&quot;&quot;,&quot;channel_id&quot;:1,&quot;created_at&quot;:&quot;2023-08-17T10:16:31.000000Z&quot;,&quot;updated_at&quot;:&quot;2023-08-17T10:21:50.000000Z&quot;,&quot;slider_path&quot;:&quot;&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;expired_at&quot;:null,&quot;sort_order&quot;:1,&quot;image_url&quot;:&quot;https:\/\/ody24.com\/storage\/slider_images\/Ody24\/4CgdfIlPXuHZRrNyuRBGLanf6a9Ew5OZFOmVdfFG.png&quot;},{&quot;id&quot;:2,&quot;title&quot;:&quot;slider2&quot;,&quot;path&quot;:&quot;slider_images\/Ody24\/alOmBdszIyPtoVP0tA0UHRFc736dnZXBUnYY6mQS.jpg&quot;,&quot;content&quot;:&quot;&quot;,&quot;channel_id&quot;:1,&quot;created_at&quot;:&quot;2023-08-17T10:29:21.000000Z&quot;,&quot;updated_at&quot;:&quot;2023-08-17T10:29:21.000000Z&quot;,&quot;slider_path&quot;:&quot;&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;expired_at&quot;:null,&quot;sort_order&quot;:2,&quot;image_url&quot;:&quot;https:\/\/ody24.com\/storage\/slider_images\/Ody24\/alOmBdszIyPtoVP0tA0UHRFc736dnZXBUnYY6mQS.jpg&quot;},{&quot;id&quot;:3,&quot;title&quot;:&quot;slider3&quot;,&quot;path&quot;:&quot;slider_images\/Ody24\/Ga5E4akbLN3THoD6ITOQVoz5Vub4ltrBFu8WMci4.png&quot;,&quot;content&quot;:&quot;&quot;,&quot;channel_id&quot;:1,&quot;created_at&quot;:&quot;2023-08-18T04:19:31.000000Z&quot;,&quot;updated_at&quot;:&quot;2023-08-18T04:19:31.000000Z&quot;,&quot;slider_path&quot;:&quot;&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;expired_at&quot;:null,&quot;sort_order&quot;:3,&quot;image_url&quot;:&quot;https:\/\/ody24.com\/storage\/slider_images\/Ody24\/Ga5E4akbLN3THoD6ITOQVoz5Vub4ltrBFu8WMci4.png&quot;},{&quot;id&quot;:4,&quot;title&quot;:&quot;slider4&quot;,&quot;path&quot;:&quot;slider_images\/Ody24\/DU58x8Mz3vDQjdD2LRnPKCRcPeOLMQ8ewi8IEiXH.png&quot;,&quot;content&quot;:&quot;&quot;,&quot;channel_id&quot;:1,&quot;created_at&quot;:&quot;2023-08-18T04:19:50.000000Z&quot;,&quot;updated_at&quot;:&quot;2023-08-18T04:19:50.000000Z&quot;,&quot;slider_path&quot;:&quot;&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;expired_at&quot;:null,&quot;sort_order&quot;:4,&quot;image_url&quot;:&quot;https:\/\/ody24.com\/storage\/slider_images\/Ody24\/DU58x8Mz3vDQjdD2LRnPKCRcPeOLMQ8ewi8IEiXH.png&quot;}]">
<img class="col-12 no-padding banner-icon" src="https://ody24.com/storage/slider_images/Ody24/4CgdfIlPXuHZRrNyuRBGLanf6a9Ew5OZFOmVdfFG.png" alt />
</slider-component>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="full-content-wrapper">
<p>
<div class="container-fluid advertisement-four-container">
<div class="row advertisement-grid">
<div class="advertisement-container-block advertisement-first">
<a href="/tops.html" aria-label="Advertisement">
<img class="lazyload" data-src="https://ody24.com/storage/velocity/images/GT1dlDyqYwrFolQ2X6vRBeG2ZpOlPtjshyndPGf7.jpg" alt />
</a>
</div>
<div class="advertisement-container-block advertisement-second">
<a href="/sales.html" class="row col-12 remove-padding-margin" aria-label="Advertisement">
<img class="offers-ct-top lazyload" data-src="https://ody24.com/storage/velocity/images/ME6afTsTsmQPOVzOdFKnOeMZ01YqiFG2v1IMann5.jpg" alt />
</a>
</div>
<div class="advertisement-container-block advertisement-third">
<a href="/spring-fashion.html" class="row col-12 remove-padding-margin" aria-label="Advertisement">
<img class="offers-ct-bottom lazyload" data-src="https://ody24.com/storage/velocity/images/j8Cxll3JqBWOt58Yzy0G9IhpVVIzUyxyzn634kyr.jpg" alt />
</a>
</div>
<div class="advertisement-container-block advertisement-forth">
<a href="/about-us.html" aria-label="Advertisement">
<img class="lazyload" data-src="https://ody24.com/storage/velocity/images/tk2QGv4MBBUcTOZl7WKkj8fgqjiPNJOLZ8r7sx83.jpg" alt />
</a>
</div>
</div>
</div>
</p>
<p>
<div class="container-fluid product-policy-container no-padding">
<div class="row mb25">
<div class="row col-12 remove-padding-margin">
<div class="col-lg-4 col-sm-12 product-policy-wrapper">
<div class="card">
<div class="policy">
<div class="left"><i class="rango-van-ship fs40"></i></div>
<div class="right"><span class="font-setting fs20">Free Shipping on Order
$20 or More</span></div>
</div>
</div>
</div>
<div class="col-lg-4  col-sm-12 product-policy-wrapper">
<div class="card">
<div class="policy">
<div class="left"><i class="rango-exchnage fs40"></i></div>
<div class="right"><span class="font-setting fs20">Product Replace &amp;
Return Available</span></div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 product-policy-wrapper">
<div class="card">
<div class="policy">
<div class="left"><i class="rango-exchnage fs40"></i></div>
<div class="right"><span class="font-setting fs20">Product Exchange and EMI
Available </span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</p>
<p>
<div class="container-fluid advertisement-three-container">
<div class="row">
<a href="/back-to-school.html" class="col-lg-6 col-md-12 no-padding">
<img class="full-width lazyload" data-src="https://ody24.com/storage/velocity/images/pG7AY5tI01R5DazxAbHJVj7hiSS6clLME5hcviMG.jpg" alt />
</a>
<div class="col-lg-6 col-md-12 second-panel">
<a href="/back-to-school.html" class="row top-container">
<img class="col-12 pr0 lazyload" data-src="https://ody24.com/storage/velocity/images/qiuVncHjlvFaXS0SJ8zI3jTMKweD718rpDbidjyC.jpg" alt />
</a>
<a href="/sales.html" class="row bottom-container">
<img class="col-12 pr0 lazyload" data-src="https://ody24.com/storage/velocity/images/GlwQTpjqMj0twQYgDFAcweZ4jKujGzMp6U9BnGAl.jpg" alt />
</a>
</div>
</div>
</div>
</p>
<p><product-collections count="10" product-id="new-products-carousel" product-title="New Products" product-route="https://www.ody24.com/category-details?category-slug=new-products&amp;count=10" locale-direction="ltr" show-recently-viewed="true" recently-viewed-title="Recently Viewed Products" no-data-text="Not Available">
</product-collections>
</p>
<p>
<div class="container-fluid advertisement-two-container">
<div class="row">
<a href="/new-arrival.html" aria-label="Advertisement" class="col-lg-9 col-md-12 no-padding">
<img class="lazyload" data-src="https://ody24.com/storage/velocity/images/rG4pHnu2GAY0cjaQIJgYn3fK9khj0xDlr7nQO9BU.jpg" alt />
</a>
<a href="/dresses.html" aria-label="Advertisement" class="col-lg-3 col-md-12 pr0">
<img class="lazyload" data-src="https://ody24.com/storage/velocity/images/1aBCro481FzO1CMeP3gNqBU5CRmligFMb3YtE8TO.jpg" alt />
</a>
</div>
</div>
</p>
<p></p>
<p></p>
</div>
</div>
</div>
<velocity-overlay-loader></velocity-overlay-loader>
<go-top bg-color="#26A37C"></go-top>
</div>
<div class="footer">
<div class="footer-content">
<div class="newsletter-subscription">
<div class="newsletter-wrapper row col-12">
<div class="social-icons col-lg-6"><a href="https://b000.vip" target="_blank" class="unset" rel="noopener noreferrer"><i class="fs24 within-circle rango-facebook" title="facebook"></i>
</a> <a href="https://b000.vip" target="_blank" class="unset" rel="noopener noreferrer"><i class="fs24 within-circle rango-twitter" title="twitter"></i> </a> <a href="https://b000.vip" target="_blank" class="unset" rel="noopener noreferrer"><i class="fs24 within-circle rango-linked-in" title="linkedin"></i> </a> <a href="https://b000.vip" target="_blank" class="unset" rel="noopener noreferrer"><i class="fs24 within-circle rango-pintrest" title="Pinterest"></i> </a> <a href="https://b000.vip" target="_blank" class="unset" rel="noopener noreferrer"><i class="fs24 within-circle rango-youtube" title="Youtube"></i> </a> <a href="https://b000.vip" target="_blank" class="unset" rel="noopener noreferrer"><i class="fs24 within-circle rango-instagram" title="instagram"></i></a></div>
</div>
</div>
<div class="row footer-statics col-12 no-margin">
<div class="col-lg-4 col-md-12 col-sm-12 software-description">
<div class="logo">
<a href="https://b000.vip" aria-label="Logo">
<img src="https://ody24.com/storage/channel/1/PCsRVASQoWxwnKemfAPK6BOWxdlfkwfUTM5lnM3L.png" class="logo full-img" alt width="200" height="50" />
</a>
</div>
<p>Managed by b000 Corp</p>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 footer-ct-content">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12 no-padding">
<ul type="none">
<li><a href="https://b000.vip">About Us</a></li>
<li></li>
<li><a href="https://b000.vip">Contact Us </a></li>
</ul>
</div>
<ul type="none">
<li></li>
<li><a href="https://b000.vip">Returns</a></li>
<li><a href="https://b000.vip">Refund</a></li>
<li><a href="https://b000.vip"> Payment Policy </a></li>
<li><a href="https://b000.vip"> Shipping Policy</a></li>
<li></li>
<li><a href="https://b000.vip"> How to Order<br/></a></li>
<li><a href="https://b000.vip">Size Guide</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 footer-rt-content">
<div class="row">
<div class="mb5 col-12">
<h3>Payment Methods</h3>
</div>
<div class="payment-methods col-12">
<div class="method-sticker">
PayPal Smart Button
</div>
<div class="method-sticker">
GCash
</div>
<div class="method-sticker">
Cash On Delivery
</div>
<div class="method-sticker">
Money Transfer
</div>
<div class="method-sticker">
PayPal Standard
</div>
</div>
</div>
<div class="row">
<div class="mb5 col-12">
<h3>Shipping Methods</h3>
</div>
<div class="shipping-methods col-12">
<div class="method-sticker">
Flat Rate
</div>
<div class="method-sticker">
Free Shipping
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
        .path-hint {
            border: solid 1px transparent;
            padding: 1px;
        }

        .path-hint:hover {
            border: 1px solid red;
        }

        .path-hint-tooltip {
            padding: 0px 10px;
            position: absolute;
            background: #000000;
            z-index: 10000;
            color: #fff;
            font-size: 10px;
        }

        .path-hint-tooltip h4 {
            margin-top: 5px;
            margin-bottom: 3px;
            color: #fff;
            font-size: 12px;
        }

        .path-hint-tooltip ul li {
            margin-bottom: 3px;
        }

        .main-container-wrapper .product-card .product-image img {
            max-width: 100%;
            height: 260px;
            object-fit: cover;
        }
    </style>
<script>
        window.addEventListener("load", function (event) {
            $('.testing').each(function (index) {
                if ($(this).siblings(':not(.path-hint)').length == 1
                    && $(this).next().prop("tagName") != 'INPUT'
                    && $(this).next().prop("tagName") != 'TEXTAREA'
                    && $(this).next().prop("tagName") != 'SELECT'
                ) {
                    $(this).next().addClass('path-hint');

                    $(this).next().attr({
                        'data-toggle': 'tooltip',
                        'data-title': $(this).parent('.path-hint').attr('data-title'),
                        'data-id': $(this).parent('.path-hint').attr('data-id')
                    });

                    $(this).unwrap();
                }

                $(this).remove();
            });

            $('.path-hint').on('mouseover', function (e) {
                e.stopPropagation();

                var currentElement = $(e.currentTarget);

                var tooltipContent = '<h4>Template</h4>' + currentElement.attr('data-title');

                if ($(this).parents('.path-hint').length) {
                    tooltipContent += '<h4>Parents</h4>';

                    tooltipContent += '<ul>';

                    $(this).parents('.path-hint').each(function (index) {
                        tooltipContent += '<li>' + $(this).attr('data-title') + '</li>';
                    });

                    tooltipContent += '</ul>';
                }

                $('body').append("<span class='path-hint-tooltip' id='" + currentElement.attr('data-id') + "'>" + tooltipContent + "</span>")

                var elementWidth = currentElement.outerWidth()

                var tooltipWidth = $('.path-hint-tooltip').outerWidth()

                var leftOffset = currentElement.offset().left;

                minus = 0;

                temp = leftOffset + (elementWidth / 2) + (tooltipWidth / 2)

                if (temp > $(window).outerWidth()) {
                    minus = temp - $(window).outerWidth();
                }

                if (elementWidth > tooltipWidth) {
                    var left = leftOffset + ((elementWidth / 2) - (tooltipWidth / 2));
                } else {
                    var left = leftOffset - ((tooltipWidth / 2) - (elementWidth / 2));
                }

                if (left <= 0) {
                    left = 10;
                }

                $('.path-hint-tooltip').css('left', left - minus)

                $('.path-hint-tooltip').css('top', currentElement.offset().top + 20)
            })

            $('[data-toggle="tooltip"]').on('mouseout', function (e) {
                var currentElement = $(e.currentTarget);

                $("#" + currentElement.attr('data-id')).remove();
            })
        })
    </script>
<div id="alert-container"></div>
<script type="text/javascript" src="https://www.ody24.com/themes/velocity/assets/js/manifest.js?id=4113cf6789cdd4f2768f508bc32cad2d"></script>
<script type="text/javascript" src="https://www.ody24.com/themes/velocity/assets/js/velocity-core.js?id=e6710f8966e38a3ba5d51e049814a21e"></script>
<script type="text/javascript" src="https://www.ody24.com/themes/velocity/assets/js/components.js?id=dd3c7658da124cbf6af2f52e79d09765"></script>
<script type="text/javascript">
            (() => {
                /* activate session messages */
                let message = { "message": null, "messageType": "", "messageLabel": "" };
                if (message.messageType && message.message !== '') {
                    window.showAlert(message.messageType, message.messageLabel, message.message);
                }

                /* activate server error messages */
                window.serverErrors = [];

                /* add translations */
                window._translations = { "admin": { "system": { "velocity": { "general": "General", "category": "Category", "settings": "Settings", "extension_name": "Velocity Theme", "error-module-inactive": "Warning: Velocity theme status is inactive" }, "settings": { "channels": { "subscription_bar": "Subscription bar content" } }, "general": { "status": "Status", "active": "Active", "inactive": "Inactive" }, "category": { "all": "All", "left": "Left", "right": "Right", "active": "Active", "custom": "Custom", "inactive": "Inactive", "image-alignment": "Image Alignment", "icon-status": "Category Icon Status", "image-status": "Category Image Status", "sub-category-show": "Show Sub Category", "image-height": "Image\u0027s Height [in Pixel]", "image-width": "Image\u0027s Width [in Pixel]", "show-tooltip": "Show Category\u0027s Tooltip", "num-sub-category": "Number Of Sub Category" } }, "layouts": { "velocity": "Velocity", "cms-pages": "CMS Pages", "meta-data": "Meta Data", "category-menu": "Category Menu", "header-content": "Header Content" }, "contents": { "self": "Self", "active": "Active", "new-tab": "New Tab", "inactive": "Inactive", "title": "Content List", "select": "-- Select --", "add-title": "Add Content", "edit-title": "Edit Content", "btn-add-content": "Add Content", "save-btn-title": "Save Content", "autocomplete": "[Autocomplete]", "no-result-found": "No record found.", "search-hint": "Search product here...", "mass-delete-success": "Selected content deleted successfully.", "mass-update-success": "Selected content updated successfully.", "delete-success": "Content deleted successfully", "delete-failed": "Error! content cannot be deleted", "update-success": "Content updated successfully", "create-success": "Content created successfully", "tab": { "page": "Page Setting", "content": "Content Setting", "meta_content": "Meta Data" }, "page": { "title": "Title", "status": "Status", "position": "Position" }, "content": { "content-type": "Content Type", "custom-title": "Custom Title", "category-slug": "Category Slug", "link-target": "Page Link Target", "custom-product": "Store Products", "custom-heading": "Custom Heading", "catalog-type": "Product Catalog Type", "static-description": "Content Description", "page-link": "Page Link [e.g. http:\/\/example.com\/..\/..\/]" }, "datagrid": { "id": "Id", "title": "Title", "status": "Status", "position": "Position", "content-type": "Content Type" } }, "meta-data": { "footer": "Footer", "title": "Velocity Meta Data", "activate-slider": "Activate Slider", "home-page-content": "Home Page Content", "footer-left-content": "Footer Left Content", "subscription-content": "Subscription bar Content", "sidebar-categories": "Sidebar Categories", "header_content_count": "Header Content Count", "footer-left-raw-content": "\u003Cp\u003EWe love to craft softwares and solve the real world problems with the binaries. We are highly committed to our goals. We invest our resources to create world class easy to use softwares and applications for the enterprise business with the top notch, on the edge technology expertise.\u003C\/p\u003E", "slider-path": "Slider Path", "category-logo": "Category logo", "product-policy": "Product Policy", "update-meta-data": "Update", "product-view-image": "Product View Image", "advertisement-two": "Advertisement Two Images", "footer-middle-content": "Footer Middle Content", "advertisement-four": "Advertisement Four Images", "advertisement-three": "Advertisement Three Images", "update-success": "Meta data updated successfully", "images": "Images", "general": "General", "add-image-btn-title": "Add Image", "image-four-resolution": "First image resolutions should be like 427px X 410px ,\n                                            Second images resolutions should be like 397px X 180px ,\n                                            Third images resolutions should be like 397px X 180px ,\n                                            Fouth image resolutions should be like 427px X 410px", "image-three-resolution": "First image resolution should be like 635px X 465px ,\n                                            Second image resolutions should be like 620px X 225px,\n                                            Third image resolutions should be like 620px X 225px", "image-two-resolution": "First image resolution should be like 953px X 447px ,\n                                            Second image resolution should be like 303px X 446px", "image-locale-resolution": "Image resolution should be like 20px X 20px", "footer-middle": { "about-us": "About Us", "customer-service": "Customer Service", "whats-new": "What\u0027s New", "contact-us": "Contact Us", "order-and-returns": "Order and Returns", "payment-policy": "Payment Policy", "shipping-policy": "Shipping Policy", "privacy-and-cookies-policy": "Privacy and Cookies Policy" } }, "category": { "image-four-resolution": "First image resolutions should be like 427px X 410px ,\n                                            Second images resolutions should be like 397px X 180px ,\n                                            Third images resolutions should be like 397px X 180px ,\n                                            Fouth image resolutions should be like 427px X 410px", "image-three-resolution": "First image resolution should be like 635px X 465px ,\n                                            Second image resolutions should be like 620px X 225px,\n                                            Third image resolutions should be like 620px X 225px", "image-two-resolution": "First image resolution should be like 953px X 447px ,\n                                            Second image resolution should be like 303px X 446px", "image-locale-resolution": "Image resolution should be like 20px X 20px", "save-btn-title": "Save Menu", "title": "Category Menu List", "add-title": "Add Menu Content", "edit-title": "Edit Menu Content", "btn-add-category": "Add Category Content", "datagrid": { "category-id": "Category Id", "category-name": "Category Name", "category-icon": "Category Icon", "category-status": "Status" }, "tab": { "general": "General" }, "status": "Status", "active": "Active", "inactive": "Inactive", "select": "-- Select --", "icon-class": "Icon Class", "select-category": "Choose Category", "tooltip-content": "Tooltip Content", "mass-delete-success": "Selected categories menu deleted successfully." }, "general": { "locale_logo": "Locale Logo" } }, "home": { "view-all": "View All", "add-to-cart": "Add To Cart", "hot-categories": "Hot Categories", "payment-methods": "Payment Methods", "customer-reviews": "Customer Reviews", "shipping-methods": "Shipping Methods", "popular-categories": "Popular Categories" }, "header": { "cart": "Cart", "guest": "Guest", "logout": "Logout", "title": "Account", "account": "Account", "profile": "Profile", "wishlist": "Wishlist", "all-categories": "All Categories", "search-text": "Search products here", "welcome-message": "Welcome, :customer_name", "dropdown-text": "Manage Cart, Orders \u0026 Wishlist" }, "menu-navbar": { "text-more": "More", "text-category": "Shop by Category" }, "minicart": { "cart": "Cart", "view-cart": "View Cart" }, "checkout": { "qty": "Qty", "checkout": "Checkout", "cart": { "view-cart": "View Cart", "cart-summary": "Cart Summary" }, "items": "Items", "subtotal": "Subtotal", "sub-total": "Sub Total", "proceed": "Proceed to checkout" }, "customer": { "compare": { "text": "Compare", "compare_similar_items": "Compare Similar Items", "add-tooltip": "Add product to compare list", "added": "Item successfully added to compare list", "already_added": "Item already added to compare list", "removed": "Item successfully removed from compare list", "removed-all": "All Items successfully removed from compare list", "empty-text": "You don\u0027t have any items in your compare list", "product_image": "Product Image", "actions": "Actions" }, "login-form": { "sign-up": "Sign up", "new-customer": "New Customer", "customer-login": "Customer Login", "registered-user": "Registered User", "your-email-address": "Your email address", "form-login-text": "If you have an account, sign in with your email address." }, "signup-form": { "login": "Login", "become-user": "Become User", "user-registration": "User Registration", "form-signup-text": "If you are new to our store, we glad to have you as member." }, "forget-password": { "login": "Login", "forgot-password": "Forgot Password", "recover-password": "Recover Password", "recover-password-text": "If you forgot your password, recover it by entering your email address." }, "wishlist": { "remove-all-success": "All the items from your wishlist have been removed" } }, "error": { "go-to-home": "Go to home", "page-lost-short": "Page lost content", "something_went_wrong": "something went wrong", "page-lost-description": "The page you\u0027re looking for isn\u0027t available. Try to search again or use the Go Back button below." }, "products": { "text": "Products", "details": "Details", "reviews-title": "Reviews", "reviewed": "Reviewed", "review-by": "Review by", "quick-view": "Quick View", "not-available": "Not Available", "submit-review": "Submit Review", "ratings": ":totalRatings Ratings", "reviews-count": ":totalReviews Reviews", "customer-rating": "Customer Rating", "more-infomation": "More Information", "view-all-reviews": "View All Reviews", "write-your-review": "Write Your Review", "short-description": "Short Descriptions", "recently-viewed": "Recently Viewed Products", "be-first-review": "Be the first to write a review", "tax-inclusive": "Inclusive of all taxes", "product-removed": "Product Is No More Available As Removed By Admin" }, "shop": { "gender": { "male": "Male", "other": "Other", "female": "Female" }, "general": { "no": "No", "yes": "Yes", "view": "View", "filter": "Filter", "orders": "Orders", "update": "Update", "reviews": "Reviews", "download": "Download", "currencies": "Currencies", "addresses": "Addresses", "top-brands": "Top Brands", "new-password": "New password", "no-file-available": "No File Available!", "downloadables": "Downloadable Products", "confirm-new-password": "Confirm new password", "enter-current-password": "Enter your current password", "alert": { "info": "Info", "error": "Error", "success": "Success", "warning": "Warning" } }, "wishlist": { "add-wishlist-text": "Add product to wishlist", "remove-wishlist-text": "Remove product from wishlist" }, "overlay-loader": { "message": "In Progress" } }, "responsive": { "header": { "done": "Done", "languages": "Languages", "greeting": "Welcome, :customer !", "greeting-for-guest": "Welcome, Guest" } } };
            })();

        /**
         * Wishist form will dynamically create and execute.
         *
         * @param {!string} action
         * @param {!string} method
         * @param {!string} csrfToken
         */
        function submitWishlistForm(action, method, isConfirm, csrfToken) {
            if (isConfirm && !confirm('Do you really want to do this ?')) return;

            let form = document.createElement('form');
            form.method = 'POST';
            form.action = action;

            let _methodElement = document.createElement('input');
            _methodElement.type = 'hidden';
            _methodElement.name = '_method';
            _methodElement.value = method;
            form.appendChild(_methodElement);

            let _tokenElement = document.createElement('input');
            _tokenElement.type = 'hidden';
            _tokenElement.name = '_token';
            _tokenElement.value = csrfToken;
            form.appendChild(_tokenElement);

            document.body.appendChild(form);
            form.submit();
        }
    </script>
<script type="text/x-template" id="header-component-template">
        <div>
            <wishlist-component-with-badge
                is-customer="false"
                is-text="true"
                src="https://www.ody24.com/customer/account/wishlist"
                v-if="true"
                :wishlist-item-count='wishlistCount'>
            </wishlist-component-with-badge>

            <compare-component-with-badge
                is-customer="false"
                is-text="true"
                src="https://www.ody24.com/comparison"
                v-if="true"
                :compare-item-count='compareCount'>
            </compare-component-with-badge>
            
            <a class="mini-cart-btn">
    <mini-cart
        is-tax-inclusive=""
        view-cart-route="https://www.ody24.com/checkout/cart"
        checkout-route="https://www.ody24.com/checkout/onepage"
        check-minimum-order-route="https://www.ody24.com/checkout/check-minimum-order"
        cart-text="Cart"
        view-cart-text="View Shopping Cart"
        checkout-text="Checkout"
        subtotal-text="Cart Subtotal">
    </mini-cart>
</a>        </div>
    </script>
<script>
        Vue.component('header-component', {
            template: '#header-component-template',

            props: ['itemsCountSrc'],

            data: function () {
                return {
                    isCustomer: "",
                    compareCount: 0,
                    wishlistCount: 0,
                }
            },

            watch: {
                '$root.headerItemsCount': function () {
                    this.updateHeaderItemsCount();
                },
            },

            mounted() {
                this.updateHeaderItemsCount();
            },

            methods: {
                updateHeaderItemsCount: async function () {
                    if (this.isCustomer != true) {
                        let comparedItems = this.getStorageValue('compared_product');

                        if (comparedItems) {
                            this.compareCount = comparedItems.length;
                        }
                    } else {
                        const response = await fetch(this.itemsCountSrc);
                        const data = await response.json();

                        this.compareCount = data.compareProductsCount;
                        this.wishlistCount = data.wishlistedProductsCount;
                    }
                },
            },
        })
    </script>
<script type="text/javascript">
            (() => {
                document.addEventListener('scroll', e => {
                    scrollPosition = Math.round(window.scrollY);

                    if (scrollPosition > 50) {
                        document.querySelector('header').classList.add('header-shadow');
                    } else {
                        document.querySelector('header').classList.remove('header-shadow');
                    }
                });
            })();
    </script>
<script>

    </script>
<script type="text/javascript">
        var phpdebugbar = new PhpDebugBar.DebugBar();
        phpdebugbar.addTab("modules", new PhpDebugBar.DebugBar.Tab({ "icon": "cubes", "title": "Modules", "widget": new PhpDebugBar.Widgets.ModulesWidget() }));
        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({
            "modules": ["modules", []],
            "modules:badge": ["modules.count", 0],
            "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:\/\/www.ody24.com\/_debugbar\/open" }));
        phpdebugbar.addDataSet({ "__meta": { "id": "X78caeb0322ab464cccaef55b109ca4b2", "datetime": "2023-12-22 10:13:36", "utime": 1703214816.229311, "method": "GET", "uri": "\/", "ip": "162.158.178.199" }, "modules": { "count": 3, "modules": [{ "name": "Webkul\\Core", "models": ["Webkul\\Core\\Models\\Channel (2)", "Webkul\\Core\\Models\\Locale (10)", "Webkul\\Core\\Models\\Currency (3)", "Webkul\\Core\\Models\\Slider (4)", "Webkul\\Core\\Models\\ChannelTranslation (5)", "Webkul\\Core\\Models\\CoreConfig (4)"], "views": ["core::blade.tracer.style (packages\/Webkul\/Core\/src\/Resources\/views\/blade\/tracer\/style.blade.php)"], "queries": [{ "sql": "select * from `channels` where `hostname` in ('www.ody24.com', 'http:\/\/www.ody24.com', 'https:\/\/www.ody24.com')", "duration": 2.2, "duration_str": "2.2s", "connection": "bagistoDB" }, { "sql": "select * from `channels` limit 1", "duration": 0.54, "duration_str": "540ms", "connection": "bagistoDB" }, { "sql": "select * from `channels` where `code` = 'default'", "duration": 0.85, "duration_str": "850ms", "connection": "bagistoDB" }, { "sql": "select * from `locales` where `locales`.`id` = 1 limit 1", "duration": 0.79, "duration_str": "790ms", "connection": "bagistoDB" }, { "sql": "select * from `currencies` where `currencies`.`id` = 4 limit 1", "duration": 0.75, "duration_str": "750ms", "connection": "bagistoDB" }, { "sql": "select * from `currencies` where `code` = 'PHP'", "duration": 0.49, "duration_str": "490ms", "connection": "bagistoDB" }, { "sql": "select * from `locales` where `code` = 'en'", "duration": 0.47, "duration_str": "470ms", "connection": "bagistoDB" }, { "sql": "select * from `sliders` where `channel_id` = 1 and find_in_set('en', locale) and (`expired_at` >= '2023-12-22' or `expired_at` is null) order by `sort_order` asc", "duration": 0.8, "duration_str": "800ms", "connection": "bagistoDB" }, { "sql": "select * from `locales` order by `name` asc", "duration": 0.59, "duration_str": "590ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'catalog.products.homepage.no_of_new_product_homepage'", "duration": 0.76, "duration_str": "760ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'general.content.custom_scripts.custom_css' and `channel_code` = 'default'", "duration": 0.88, "duration_str": "880ms", "connection": "bagistoDB" }, { "sql": "select `locales`.*, `channel_locales`.`channel_id` as `pivot_channel_id`, `channel_locales`.`locale_id` as `pivot_locale_id` from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1", "duration": 0.93, "duration_str": "930ms", "connection": "bagistoDB" }, { "sql": "select `locales`.*, `channel_locales`.`channel_id` as `pivot_channel_id`, `channel_locales`.`locale_id` as `pivot_locale_id` from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1 order by `name` asc", "duration": 0.9, "duration_str": "900ms", "connection": "bagistoDB" }, { "sql": "select `currencies`.*, `channel_currencies`.`channel_id` as `pivot_channel_id`, `channel_currencies`.`currency_id` as `pivot_currency_id` from `currencies` inner join `channel_currencies` on `currencies`.`id` = `channel_currencies`.`currency_id` where `channel_currencies`.`channel_id` = 1", "duration": 0.75, "duration_str": "750ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'general.content.shop.image_search' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.91, "duration_str": "910ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'general.content.shop.compare_option' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.66, "duration_str": "660ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'general.content.shop.wishlist_option' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.61, "duration_str": "610ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'taxes.catalogue.pricing.tax_inclusive'", "duration": 0.47, "duration_str": "470ms", "connection": "bagistoDB" }, { "sql": "select `locales`.*, `channel_locales`.`channel_id` as `pivot_channel_id`, `channel_locales`.`locale_id` as `pivot_locale_id` from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1 order by `name` asc", "duration": 0.66, "duration_str": "660ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'customer.settings.newsletter.subscription'", "duration": 0.49, "duration_str": "490ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.gcash.active' and `locale_code` = 'en'", "duration": 0.57, "duration_str": "570ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.gcash.title' and `locale_code` = 'en'", "duration": 0.44, "duration_str": "440ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.gcash.description' and `locale_code` = 'en'", "duration": 0.65, "duration_str": "650ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.gcash.sort'", "duration": 0.57, "duration_str": "570ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.client_id' and `channel_code` = 'default'", "duration": 0.74, "duration_str": "740ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.client_secret' and `channel_code` = 'default'", "duration": 0.6, "duration_str": "600ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.active' and `channel_code` = 'default'", "duration": 0.54, "duration_str": "540ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.title' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.68, "duration_str": "680ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.description' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.61, "duration_str": "610ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.sort'", "duration": 0.48, "duration_str": "480ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_standard.active' and `channel_code` = 'default'", "duration": 0.54, "duration_str": "540ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_standard.title' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.48, "duration_str": "480ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_standard.description' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.5, "duration_str": "500ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_standard.sort'", "duration": 0.37, "duration_str": "370ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.cashondelivery.active' and `channel_code` = 'default'", "duration": 0.47, "duration_str": "470ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.cashondelivery.title' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.45, "duration_str": "450ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.cashondelivery.description' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.48, "duration_str": "480ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.cashondelivery.sort'", "duration": 0.38, "duration_str": "380ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.moneytransfer.active' and `channel_code` = 'default'", "duration": 0.55, "duration_str": "550ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.moneytransfer.title' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.48, "duration_str": "480ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.moneytransfer.description' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.46, "duration_str": "460ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.moneytransfer.sort'", "duration": 0.4, "duration_str": "400ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.flatrate.active' and `channel_code` = 'default'", "duration": 0.48, "duration_str": "480ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.flatrate.title' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.43, "duration_str": "430ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.flatrate.description' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.43, "duration_str": "430ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.free.active' and `channel_code` = 'default'", "duration": 0.44, "duration_str": "440ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.free.title' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.43, "duration_str": "430ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.free.description' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.43, "duration_str": "430ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'general.content.footer.footer_toggle' and `channel_code` = 'default' and `locale_code` = 'en'", "duration": 0.47, "duration_str": "470ms", "connection": "bagistoDB" }, { "sql": "select * from `core_config` where `code` = 'general.content.custom_scripts.custom_javascript' and `channel_code` = 'default'", "duration": 0.45, "duration_str": "450ms", "connection": "bagistoDB" }] }, { "name": "Webkul\\Paypal", "models": [], "views": ["paypal::checkout.onepage.paypal-smart-button (packages\/Webkul\/Paypal\/src\/Resources\/views\/checkout\/onepage\/paypal-smart-button.blade.php)"], "queries": [] }, { "name": "Webkul\\Velocity", "models": ["Webkul\\Velocity\\Models\\VelocityMetadata (1)"], "views": ["shop::home.index (resources\/themes\/velocity\/views\/home\/index.blade.php)", "shop::home.slider (resources\/themes\/velocity\/views\/home\/slider.blade.php)", "shop::home.advertisements.advertisement-four (resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-four.blade.php)", "shop::home.product-policy (resources\/themes\/velocity\/views\/home\/product-policy.blade.php)", "shop::home.advertisements.advertisement-three (resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-three.blade.php)", "shop::home.new-products (resources\/themes\/velocity\/views\/home\/new-products.blade.php)", "shop::home.advertisements.advertisement-two (resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-two.blade.php)", "shop::layouts.master (resources\/themes\/velocity\/views\/layouts\/master.blade.php)", "shop::layouts.styles (resources\/themes\/velocity\/views\/layouts\/styles.blade.php)", "shop::layouts.top-nav.index (resources\/themes\/velocity\/views\/layouts\/top-nav\/index.blade.php)", "velocity::layouts.top-nav.locale-currency (resources\/themes\/velocity\/views\/layouts\/top-nav\/locale-currency.blade.php)", "velocity::layouts.top-nav.login-section (resources\/themes\/velocity\/views\/layouts\/top-nav\/login-section.blade.php)", "shop::layouts.header.index (resources\/themes\/velocity\/views\/layouts\/header\/index.blade.php)", "velocity::shop.layouts.particals.search-bar (packages\/Webkul\/Velocity\/src\/Resources\/views\/shop\/layouts\/particals\/search-bar.blade.php)", "velocity::shop.layouts.particals.header-compts (packages\/Webkul\/Velocity\/src\/Resources\/views\/shop\/layouts\/particals\/header-compts.blade.php)", "shop::checkout.cart.mini-cart (resources\/themes\/velocity\/views\/checkout\/cart\/mini-cart.blade.php)", "shop::layouts.header.mobile (resources\/themes\/velocity\/views\/layouts\/header\/mobile.blade.php)", "velocity::shop.layouts.particals.search-bar (packages\/Webkul\/Velocity\/src\/Resources\/views\/shop\/layouts\/particals\/search-bar.blade.php)", "shop::layouts.header.desktop (resources\/themes\/velocity\/views\/layouts\/header\/desktop.blade.php)", "shop::layouts.footer.index (resources\/themes\/velocity\/views\/layouts\/footer\/index.blade.php)", "shop::layouts.footer.newsletter-subscription (resources\/themes\/velocity\/views\/layouts\/footer\/newsletter-subscription.blade.php)", "shop::layouts.footer.footer-links (resources\/themes\/velocity\/views\/layouts\/footer\/footer-links.blade.php)", "velocity::layouts.footer.footer-links.footer-left (resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-left.blade.php)", "velocity::layouts.footer.footer-links.footer-middle (resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-middle.blade.php)", "velocity::layouts.footer.footer-links.footer-right (resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-right.blade.php)", "shop::layouts.scripts (resources\/themes\/velocity\/views\/layouts\/scripts.blade.php)"], "queries": [{ "sql": "select * from `velocity_meta_data` where `locale` = 'en' and `channel` = 'default'", "duration": 0.85, "duration_str": "850ms", "connection": "bagistoDB" }, { "sql": "select distinct `velocity_contents`.`content_type`, `velocity_contents_translations`.`title` as `title`, `velocity_contents_translations`.`page_link` as `page_link`, `velocity_contents_translations`.`link_target` as `link_target` from `velocity_contents` left join `velocity_contents_translations` on `velocity_contents`.`id` = `velocity_contents_translations`.`content_id` where `velocity_contents`.`status` = 1 and `velocity_contents_translations`.`locale` = 'en' order by `position` asc limit 5", "duration": 0.92, "duration_str": "920ms", "connection": "bagistoDB" }, { "sql": "select distinct `velocity_contents`.`content_type`, `velocity_contents_translations`.`title` as `title`, `velocity_contents_translations`.`page_link` as `page_link`, `velocity_contents_translations`.`link_target` as `link_target` from `velocity_contents` left join `velocity_contents_translations` on `velocity_contents`.`id` = `velocity_contents_translations`.`content_id` where `velocity_contents`.`status` = 1 and `velocity_contents_translations`.`locale` = 'en' order by `position` asc limit 5", "duration": 0.75, "duration_str": "750ms", "connection": "bagistoDB" }] }] }, "php": { "version": "8.1.22", "interface": "fpm-fcgi" }, "messages": { "count": 0, "messages": [] }, "time": { "start": 1703214815.881859, "end": 1703214816.236522, "duration": 0.3546628952026367, "duration_str": "355ms", "measures": [{ "label": "Booting", "start": 1703214815.881859, "relative_start": 0, "end": 1703214816.073394, "relative_end": 1703214816.073394, "duration": 0.19153499603271484, "duration_str": "192ms", "params": [], "collector": null }, { "label": "Application", "start": 1703214816.073404, "relative_start": 0.1915450096130371, "end": 1703214816.236524, "relative_end": 2.1457672119140625e-6, "duration": 0.16312003135681152, "duration_str": "163ms", "params": [], "collector": null }] }, "memory": { "peak_usage": 36245800, "peak_usage_str": "35MB" }, "exceptions": { "count": 0, "exceptions": [] }, "views": { "nb_templates": 30, "templates": [{ "name": "shop::home.index (resources\/themes\/velocity\/views\/home\/index.blade.php)", "param_count": 1, "params": ["sliderData"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/home\/index.blade.php&line=0" }, { "name": "shop::home.slider (resources\/themes\/velocity\/views\/home\/slider.blade.php)", "param_count": 13, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/home\/slider.blade.php&line=0" }, { "name": "__components::563be1c8e2d764894c3fca237e052654 (storage\/framework\/views\/563be1c8e2d764894c3fca237e052654.blade.php)", "param_count": 0, "params": [], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/storage\/framework\/views\/563be1c8e2d764894c3fca237e052654.blade.php&line=0" }, { "name": "shop::home.advertisements.advertisement-four (resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-four.blade.php)", "param_count": 10, "params": ["__env", "app", "errors", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "one", "two", "three", "four"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-four.blade.php&line=0" }, { "name": "shop::home.product-policy (resources\/themes\/velocity\/views\/home\/product-policy.blade.php)", "param_count": 6, "params": ["__env", "app", "errors", "showRecentlyViewed", "velocityHelper", "velocityMetaData"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/home\/product-policy.blade.php&line=0" }, { "name": "shop::home.advertisements.advertisement-three (resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-three.blade.php)", "param_count": 9, "params": ["__env", "app", "errors", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "one", "two", "three"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-three.blade.php&line=0" }, { "name": "shop::home.new-products (resources\/themes\/velocity\/views\/home\/new-products.blade.php)", "param_count": 6, "params": ["__env", "app", "errors", "showRecentlyViewed", "velocityHelper", "velocityMetaData"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/home\/new-products.blade.php&line=0" }, { "name": "shop::home.advertisements.advertisement-two (resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-two.blade.php)", "param_count": 8, "params": ["__env", "app", "errors", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "one", "two"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/home\/advertisements\/advertisement-two.blade.php&line=0" }, { "name": "shop::layouts.master (resources\/themes\/velocity\/views\/layouts\/master.blade.php)", "param_count": 13, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/master.blade.php&line=0" }, { "name": "shop::layouts.styles (resources\/themes\/velocity\/views\/layouts\/styles.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/styles.blade.php&line=0" }, { "name": "shop::layouts.top-nav.index (resources\/themes\/velocity\/views\/layouts\/top-nav\/index.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/top-nav\/index.blade.php&line=0" }, { "name": "velocity::layouts.top-nav.locale-currency (resources\/themes\/velocity\/views\/layouts\/top-nav\/locale-currency.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/top-nav\/locale-currency.blade.php&line=0" }, { "name": "velocity::layouts.top-nav.login-section (resources\/themes\/velocity\/views\/layouts\/top-nav\/login-section.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/top-nav\/login-section.blade.php&line=0" }, { "name": "shop::layouts.header.index (resources\/themes\/velocity\/views\/layouts\/header\/index.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/header\/index.blade.php&line=0" }, { "name": "velocity::shop.layouts.particals.search-bar (packages\/Webkul\/Velocity\/src\/Resources\/views\/shop\/layouts\/particals\/search-bar.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/packages\/Webkul\/Velocity\/src\/Providers\/..\/Resources\/views\/shop\/layouts\/particals\/search-bar.blade.php&line=0" }, { "name": "velocity::shop.layouts.particals.header-compts (packages\/Webkul\/Velocity\/src\/Resources\/views\/shop\/layouts\/particals\/header-compts.blade.php)", "param_count": 15, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon", "isText"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/packages\/Webkul\/Velocity\/src\/Providers\/..\/Resources\/views\/shop\/layouts\/particals\/header-compts.blade.php&line=0" }, { "name": "shop::checkout.cart.mini-cart (resources\/themes\/velocity\/views\/checkout\/cart\/mini-cart.blade.php)", "param_count": 17, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon", "isText", "showCompare", "showWishlist"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/checkout\/cart\/mini-cart.blade.php&line=0" }, { "name": "shop::layouts.header.mobile (resources\/themes\/velocity\/views\/layouts\/header\/mobile.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/header\/mobile.blade.php&line=0" }, { "name": "velocity::shop.layouts.particals.search-bar (packages\/Webkul\/Velocity\/src\/Resources\/views\/shop\/layouts\/particals\/search-bar.blade.php)", "param_count": 16, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon", "cart", "cartItemsCount"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/packages\/Webkul\/Velocity\/src\/Providers\/..\/Resources\/views\/shop\/layouts\/particals\/search-bar.blade.php&line=0" }, { "name": "shop::layouts.header.desktop (resources\/themes\/velocity\/views\/layouts\/header\/desktop.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/header\/desktop.blade.php&line=0" }, { "name": "shop::layouts.footer.index (resources\/themes\/velocity\/views\/layouts\/footer\/index.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/footer\/index.blade.php&line=0" }, { "name": "shop::layouts.footer.newsletter-subscription (resources\/themes\/velocity\/views\/layouts\/footer\/newsletter-subscription.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/footer\/newsletter-subscription.blade.php&line=0" }, { "name": "shop::layouts.footer.footer-links (resources\/themes\/velocity\/views\/layouts\/footer\/footer-links.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/footer\/footer-links.blade.php&line=0" }, { "name": "velocity::layouts.footer.footer-links.footer-left (resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-left.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-left.blade.php&line=0" }, { "name": "velocity::layouts.footer.footer-links.footer-middle (resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-middle.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-middle.blade.php&line=0" }, { "name": "__components::0e9ee064fdaf2d0c9a29f5cab38ee6f2 (storage\/framework\/views\/0e9ee064fdaf2d0c9a29f5cab38ee6f2.blade.php)", "param_count": 0, "params": [], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/storage\/framework\/views\/0e9ee064fdaf2d0c9a29f5cab38ee6f2.blade.php&line=0" }, { "name": "velocity::layouts.footer.footer-links.footer-right (resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-right.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/footer\/footer-links\/footer-right.blade.php&line=0" }, { "name": "core::blade.tracer.style (packages\/Webkul\/Core\/src\/Resources\/views\/blade\/tracer\/style.blade.php)", "param_count": 0, "params": [], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/packages\/Webkul\/Core\/src\/Providers\/..\/Resources\/views\/blade\/tracer\/style.blade.php&line=0" }, { "name": "paypal::checkout.onepage.paypal-smart-button (packages\/Webkul\/Paypal\/src\/Resources\/views\/checkout\/onepage\/paypal-smart-button.blade.php)", "param_count": 0, "params": [], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/packages\/Webkul\/Paypal\/src\/Providers\/..\/Resources\/views\/checkout\/onepage\/paypal-smart-button.blade.php&line=0" }, { "name": "shop::layouts.scripts (resources\/themes\/velocity\/views\/layouts\/scripts.blade.php)", "param_count": 14, "params": ["__env", "app", "errors", "sliderData", "showRecentlyViewed", "velocityHelper", "velocityMetaData", "productRatingHelper", "channel", "homeSEO", "metaTitle", "metaDescription", "metaKeywords", "favicon"], "type": "blade", "editorLink": "phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/resources\/themes\/velocity\/views\/layouts\/scripts.blade.php&line=0" }] }, "route": { "uri": "GET \/", "middleware": "web, locale, theme, currency", "controller": "Webkul\\Shop\\Http\\Controllers\\HomeController@index", "namespace": null, "prefix": "", "where": [], "as": "shop.home.index", "file": "<a href=\"phpstorm:\/\/open?file=\/var\/www\/html\/bagisto-master\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/HomeController.php&line=31\">packages\/Webkul\/Shop\/src\/Http\/Controllers\/HomeController.php:31-36<\/a>" }, "queries": { "nb_statements": 52, "nb_failed_statements": 0, "accumulated_duration": 0.031050000000000005, "accumulated_duration_str": "31.05ms", "statements": [{ "sql": "select * from `channels` where `code` = 'default'", "type": "query", "params": [], "bindings": ["default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 538 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 290 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 290 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 24 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 163 }], "duration": 0.00085, "duration_str": "850\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:538", "connection": "bagistoDB", "start_percent": 0, "width_percent": 2.738 }, { "sql": "select * from `locales` where `locales`.`id` = 1 limit 1", "type": "query", "params": [], "bindings": ["1"], "hints": null, "show_copy": false, "backtrace": [{ "index": 19, "namespace": null, "name": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php", "line": 161 }, { "index": 21, "namespace": "middleware", "name": "locale", "line": 39 }, { "index": 22, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php", "line": 180 }, { "index": 23, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Middleware\/SubstituteBindings.php", "line": 50 }, { "index": 24, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php", "line": 180 }], "duration": 0.00079, "duration_str": "790\u03bcs", "stmt_id": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php:161", "connection": "bagistoDB", "start_percent": 2.738, "width_percent": 2.544 }, { "sql": "select * from `currencies` where `currencies`.`id` = 4 limit 1", "type": "query", "params": [], "bindings": ["4"], "hints": null, "show_copy": false, "backtrace": [{ "index": 19, "namespace": null, "name": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php", "line": 161 }, { "index": 21, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 440 }, { "index": 22, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 456 }, { "index": 23, "namespace": "middleware", "name": "currency", "line": 39 }, { "index": 24, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php", "line": 180 }], "duration": 0.00075, "duration_str": "750\u03bcs", "stmt_id": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php:161", "connection": "bagistoDB", "start_percent": 5.282, "width_percent": 2.415 }, { "sql": "select * from `currencies` where `code` = 'PHP'", "type": "query", "params": [], "bindings": ["PHP"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 538 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 290 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 290 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 24 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 354 }], "duration": 0.00049, "duration_str": "490\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:538", "connection": "bagistoDB", "start_percent": 7.697, "width_percent": 1.578 }, { "sql": "select * from `locales` where `code` = 'en'", "type": "query", "params": [], "bindings": ["en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 538 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 290 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 290 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 24 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 275 }], "duration": 0.00047, "duration_str": "470\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:538", "connection": "bagistoDB", "start_percent": 9.275, "width_percent": 1.514 }, { "sql": "select * from `sliders` where `channel_id` = 1 and find_in_set('en', locale) and (`expired_at` >= '2023-12-22' or `expired_at` is null) order by `sort_order` asc", "type": "query", "params": [], "bindings": ["1", "en", "2023-12-22"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Repositories\/SliderRepository.php", "line": 156 }, { "index": 15, "namespace": null, "name": "\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/HomeController.php", "line": 33 }, { "index": 16, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php", "line": 54 }, { "index": 17, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php", "line": 43 }, { "index": 18, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php", "line": 260 }], "duration": 0.0008, "duration_str": "800\u03bcs", "stmt_id": "\/packages\/Webkul\/Core\/src\/Repositories\/SliderRepository.php:156", "connection": "bagistoDB", "start_percent": 10.789, "width_percent": 2.576 }, { "sql": "select * from `velocity_meta_data` where `locale` = 'en' and `channel` = 'default'", "type": "query", "params": [], "bindings": ["en", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Velocity\/src\/Helpers\/Helper.php", "line": 136 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Velocity\/src\/Providers\/VelocityServiceProvider.php", "line": 112 }], "duration": 0.00085, "duration_str": "850\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 13.366, "width_percent": 2.738 }, { "sql": "select * from `locales` order by `name` asc", "type": "query", "params": [], "bindings": [], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 344 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 212 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 212 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 238 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Helpers\/Locales.php", "line": 18 }], "duration": 0.0005899999999999999, "duration_str": "590\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:344", "connection": "bagistoDB", "start_percent": 16.103, "width_percent": 1.9 }, { "sql": "select * from `channel_translations` where `channel_translations`.`channel_id` = 1 and `channel_translations`.`channel_id` is not null", "type": "query", "params": [], "bindings": ["1"], "hints": null, "show_copy": false, "backtrace": [{ "index": 18, "namespace": null, "name": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php", "line": 161 }, { "index": 20, "namespace": null, "name": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php", "line": 435 }, { "index": 21, "namespace": null, "name": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php", "line": 196 }, { "index": 22, "namespace": null, "name": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php", "line": 145 }, { "index": 24, "namespace": "view", "name": "shop::home.index", "line": 6 }], "duration": 0.0007700000000000001, "duration_str": "770\u03bcs", "stmt_id": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php:161", "connection": "bagistoDB", "start_percent": 18.003, "width_percent": 2.48 }, { "sql": "select * from `core_config` where `code` = 'catalog.products.homepage.no_of_new_product_homepage'", "type": "query", "params": [], "bindings": ["catalog.products.homepage.no_of_new_product_homepage"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1316 }], "duration": 0.00076, "duration_str": "760\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 20.483, "width_percent": 2.448 }, { "sql": "select * from `core_config` where `code` = 'general.content.custom_scripts.custom_css' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["general.content.custom_scripts.custom_css", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00088, "duration_str": "880\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 22.931, "width_percent": 2.834 }, { "sql": "select `locales`.*, `channel_locales`.`channel_id` as `pivot_channel_id`, `channel_locales`.`locale_id` as `pivot_locale_id` from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1", "type": "query", "params": [], "bindings": ["1"], "hints": null, "show_copy": false, "backtrace": [{ "index": 18, "namespace": null, "name": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php", "line": 161 }, { "index": 20, "namespace": "view", "name": "velocity::layouts.top-nav.locale-currency", "line": 46 }, { "index": 22, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php", "line": 125 }, { "index": 23, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php", "line": 58 }, { "index": 24, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php", "line": 72 }], "duration": 0.00093, "duration_str": "930\u03bcs", "stmt_id": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php:161", "connection": "bagistoDB", "start_percent": 25.765, "width_percent": 2.995 }, { "sql": "select `locales`.*, `channel_locales`.`channel_id` as `pivot_channel_id`, `channel_locales`.`locale_id` as `pivot_locale_id` from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1 order by `name` asc", "type": "query", "params": [], "bindings": ["1"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": "view", "name": "velocity::layouts.top-nav.locale-currency", "line": 50 }, { "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.0009, "duration_str": "900\u03bcs", "stmt_id": "view::velocity::layouts.top-nav.locale-currency:50", "connection": "bagistoDB", "start_percent": 28.76, "width_percent": 2.899 }, { "sql": "select `currencies`.*, `channel_currencies`.`channel_id` as `pivot_channel_id`, `channel_currencies`.`currency_id` as `pivot_currency_id` from `currencies` inner join `channel_currencies` on `currencies`.`id` = `channel_currencies`.`currency_id` where `channel_currencies`.`channel_id` = 1", "type": "query", "params": [], "bindings": ["1"], "hints": null, "show_copy": false, "backtrace": [{ "index": 18, "namespace": null, "name": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php", "line": 161 }, { "index": 20, "namespace": "view", "name": "velocity::layouts.top-nav.locale-currency", "line": 76 }, { "index": 22, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php", "line": 125 }, { "index": 23, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php", "line": 58 }, { "index": 24, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php", "line": 72 }], "duration": 0.00075, "duration_str": "750\u03bcs", "stmt_id": "\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php:161", "connection": "bagistoDB", "start_percent": 31.659, "width_percent": 2.415 }, { "sql": "select * from `core_config` where `code` = 'general.content.shop.image_search' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["general.content.shop.image_search", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00091, "duration_str": "910\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 34.074, "width_percent": 2.931 }, { "sql": "select * from `core_config` where `code` = 'general.content.shop.compare_option' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["general.content.shop.compare_option", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00066, "duration_str": "660\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 37.005, "width_percent": 2.126 }, { "sql": "select * from `core_config` where `code` = 'general.content.shop.wishlist_option' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["general.content.shop.wishlist_option", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00061, "duration_str": "610\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 39.13, "width_percent": 1.965 }, { "sql": "select * from `core_config` where `code` = 'taxes.catalogue.pricing.tax_inclusive'", "type": "query", "params": [], "bindings": ["taxes.catalogue.pricing.tax_inclusive"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1316 }], "duration": 0.00047, "duration_str": "470\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 41.095, "width_percent": 1.514 }, { "sql": "select distinct `velocity_contents`.`content_type`, `velocity_contents_translations`.`title` as `title`, `velocity_contents_translations`.`page_link` as `page_link`, `velocity_contents_translations`.`link_target` as `link_target` from `velocity_contents` left join `velocity_contents_translations` on `velocity_contents`.`id` = `velocity_contents_translations`.`content_id` where `velocity_contents`.`status` = 1 and `velocity_contents_translations`.`locale` = 'en' order by `position` asc limit 5", "type": "query", "params": [], "bindings": ["1", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/packages\/Webkul\/Velocity\/src\/Repositories\/ContentRepository.php", "line": 124 }, { "index": 15, "namespace": "view", "name": "shop::layouts.header.mobile", "line": 9 }, { "index": 17, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php", "line": 125 }, { "index": 18, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php", "line": 58 }, { "index": 19, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php", "line": 72 }], "duration": 0.00092, "duration_str": "920\u03bcs", "stmt_id": "\/packages\/Webkul\/Velocity\/src\/Repositories\/ContentRepository.php:124", "connection": "bagistoDB", "start_percent": 42.609, "width_percent": 2.963 }, { "sql": "select `locales`.*, `channel_locales`.`channel_id` as `pivot_channel_id`, `channel_locales`.`locale_id` as `pivot_locale_id` from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1 order by `name` asc", "type": "query", "params": [], "bindings": ["1"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": "view", "name": "shop::layouts.header.mobile", "line": 14 }, { "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.00066, "duration_str": "660\u03bcs", "stmt_id": "view::shop::layouts.header.mobile:14", "connection": "bagistoDB", "start_percent": 45.572, "width_percent": 2.126 }, { "sql": "select distinct `velocity_contents`.`content_type`, `velocity_contents_translations`.`title` as `title`, `velocity_contents_translations`.`page_link` as `page_link`, `velocity_contents_translations`.`link_target` as `link_target` from `velocity_contents` left join `velocity_contents_translations` on `velocity_contents`.`id` = `velocity_contents_translations`.`content_id` where `velocity_contents`.`status` = 1 and `velocity_contents_translations`.`locale` = 'en' order by `position` asc limit 5", "type": "query", "params": [], "bindings": ["1", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/packages\/Webkul\/Velocity\/src\/Repositories\/ContentRepository.php", "line": 124 }, { "index": 15, "namespace": "view", "name": "shop::layouts.header.desktop", "line": 15 }, { "index": 17, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php", "line": 125 }, { "index": 18, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php", "line": 58 }, { "index": 19, "namespace": null, "name": "\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php", "line": 72 }], "duration": 0.00075, "duration_str": "750\u03bcs", "stmt_id": "\/packages\/Webkul\/Velocity\/src\/Repositories\/ContentRepository.php:124", "connection": "bagistoDB", "start_percent": 47.697, "width_percent": 2.415 }, { "sql": "select * from `core_config` where `code` = 'customer.settings.newsletter.subscription'", "type": "query", "params": [], "bindings": ["customer.settings.newsletter.subscription"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1316 }], "duration": 0.00049, "duration_str": "490\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 50.113, "width_percent": 1.578 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.gcash.active' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.gcash.active", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1312 }], "duration": 0.00057, "duration_str": "570\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 51.691, "width_percent": 1.836 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.gcash.title' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.gcash.title", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1312 }], "duration": 0.00044, "duration_str": "440\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 53.527, "width_percent": 1.417 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.gcash.description' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.gcash.description", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1312 }], "duration": 0.00065, "duration_str": "650\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 54.944, "width_percent": 2.093 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.gcash.sort'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.gcash.sort"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1316 }], "duration": 0.00057, "duration_str": "570\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 57.037, "width_percent": 1.836 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.client_id' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_smart_button.client_id", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00074, "duration_str": "740\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 58.873, "width_percent": 2.383 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.client_secret' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_smart_button.client_secret", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.0006, "duration_str": "600\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 61.256, "width_percent": 1.932 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.active' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_smart_button.active", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00054, "duration_str": "540\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 63.188, "width_percent": 1.739 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.title' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_smart_button.title", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00068, "duration_str": "680\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 64.928, "width_percent": 2.19 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.description' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_smart_button.description", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00061, "duration_str": "610\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 67.118, "width_percent": 1.965 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_smart_button.sort'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_smart_button.sort"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1316 }], "duration": 0.00047999999999999996, "duration_str": "480\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 69.082, "width_percent": 1.546 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_standard.active' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_standard.active", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00054, "duration_str": "540\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 70.628, "width_percent": 1.739 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_standard.title' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_standard.title", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00047999999999999996, "duration_str": "480\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 72.367, "width_percent": 1.546 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_standard.description' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_standard.description", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.0005, "duration_str": "500\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 73.913, "width_percent": 1.61 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.paypal_standard.sort'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.paypal_standard.sort"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1316 }], "duration": 0.00037, "duration_str": "370\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 75.523, "width_percent": 1.192 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.cashondelivery.active' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.cashondelivery.active", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00047, "duration_str": "470\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 76.715, "width_percent": 1.514 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.cashondelivery.title' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.cashondelivery.title", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00045, "duration_str": "450\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 78.229, "width_percent": 1.449 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.cashondelivery.description' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.cashondelivery.description", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00047999999999999996, "duration_str": "480\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 79.678, "width_percent": 1.546 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.cashondelivery.sort'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.cashondelivery.sort"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1316 }], "duration": 0.00038, "duration_str": "380\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 81.224, "width_percent": 1.224 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.moneytransfer.active' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.moneytransfer.active", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00055, "duration_str": "550\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 82.448, "width_percent": 1.771 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.moneytransfer.title' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.moneytransfer.title", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00047999999999999996, "duration_str": "480\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 84.219, "width_percent": 1.546 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.moneytransfer.description' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.moneytransfer.description", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00046, "duration_str": "460\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 85.765, "width_percent": 1.481 }, { "sql": "select * from `core_config` where `code` = 'sales.paymentmethods.moneytransfer.sort'", "type": "query", "params": [], "bindings": ["sales.paymentmethods.moneytransfer.sort"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1316 }], "duration": 0.0004, "duration_str": "400\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 87.246, "width_percent": 1.288 }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.flatrate.active' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["sales.carriers.flatrate.active", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00047999999999999996, "duration_str": "480\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 88.535, "width_percent": 1.546 }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.flatrate.title' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.carriers.flatrate.title", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00043, "duration_str": "430\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 90.081, "width_percent": 1.385 }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.flatrate.description' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.carriers.flatrate.description", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00043, "duration_str": "430\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 91.465, "width_percent": 1.385 }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.free.active' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["sales.carriers.free.active", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00044, "duration_str": "440\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 92.85, "width_percent": 1.417 }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.free.title' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.carriers.free.title", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00043, "duration_str": "430\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 94.267, "width_percent": 1.385 }, { "sql": "select * from `core_config` where `code` = 'sales.carriers.free.description' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["sales.carriers.free.description", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00043, "duration_str": "430\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 95.652, "width_percent": 1.385 }, { "sql": "select * from `core_config` where `code` = 'general.content.footer.footer_toggle' and `channel_code` = 'default' and `locale_code` = 'en'", "type": "query", "params": [], "bindings": ["general.content.footer.footer_toggle", "default", "en"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1300 }], "duration": 0.00047, "duration_str": "470\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 97.037, "width_percent": 1.514 }, { "sql": "select * from `core_config` where `code` = 'general.content.custom_scripts.custom_javascript' and `channel_code` = 'default'", "type": "query", "params": [], "bindings": ["general.content.custom_scripts.custom_javascript", "default"], "hints": null, "show_copy": false, "backtrace": [{ "index": 14, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php", "line": 559 }, { "index": 15, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 16, "namespace": null, "name": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php", "line": 315 }, { "index": 17, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php", "line": 39 }, { "index": 18, "namespace": null, "name": "\/packages\/Webkul\/Core\/src\/Core.php", "line": 1305 }], "duration": 0.00045, "duration_str": "450\u03bcs", "stmt_id": "\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php:559", "connection": "bagistoDB", "start_percent": 98.551, "width_percent": 1.449 }] }, "models": { "data": { "Webkul\\Core\\Models\\CoreConfig": 4, "Webkul\\Core\\Models\\ChannelTranslation": 5, "Webkul\\Velocity\\Models\\VelocityMetadata": 1, "Webkul\\Core\\Models\\Slider": 4, "Webkul\\Core\\Models\\Currency": 3, "Webkul\\Core\\Models\\Locale": 10, "Webkul\\Core\\Models\\Channel": 1 }, "count": 28 }, "gate": { "count": 0, "messages": [] }, "session": { "_token": "7592PH4sw25ScIdpWXBrs9R1axLcgzL1sLrFxZ72", "_flash": "array:2 [\n  \"old\" => []\n  \"new\" => []\n]", "PHPDEBUGBAR_STACK_DATA": "[]" }, "request": { "path_info": "\/", "status_code": "<pre class=sf-dump id=sf-dump-1740312999 data-indent-pad=\"  \"><span class=sf-dump-num>200<\/span>\n<\/pre><script>Sfdump(\"sf-dump-1740312999\", {\"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-658275176 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-658275176\", {\"maxDepth\":0})<\/script>\n", "request_request": "<pre class=sf-dump id=sf-dump-81461860 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-81461860\", {\"maxDepth\":0})<\/script>\n", "request_headers": "<pre class=sf-dump id=sf-dump-821736093 data-indent-pad=\"  \"><span class=sf-dump-note>array:24<\/span> [<samp data-depth=1 class=sf-dump-expanded>\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\">PH<\/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=\"10 characters\">cloudflare<\/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=\"14 characters\">122.53.218.244<\/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=\"23 characters\">en,zh-CN;q=0.9,zh;q=0.8<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>referer<\/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=\"23 characters\">https:\/\/www.google.com\/<\/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>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-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=\"10 characters\">cross-site<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>purpose<\/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\">prefetch<\/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>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\/120.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>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=\"9 characters\">&quot;Windows&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-mobile<\/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\">?0<\/span>\"\n  <\/samp>]\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;Not_A Brand&quot;;v=&quot;8&quot;, &quot;Chromium&quot;;v=&quot;120&quot;, &quot;Google Chrome&quot;;v=&quot;120&quot;<\/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>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-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\">839530957ddb6e46-HKG<\/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=\"14 characters\">122.53.218.244<\/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=\"4 characters\">gzip<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>connection<\/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=\"10 characters\">Keep-Alive<\/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=\"13 characters\">www.ody24.com<\/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-821736093\", {\"maxDepth\":0})<\/script>\n", "request_server": "<pre class=sf-dump id=sf-dump-1952632803 data-indent-pad=\"  \"><span class=sf-dump-note>array:47<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>USER<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">nginx<\/span>\"\n  \"<span class=sf-dump-key>HOME<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">\/var\/lib\/nginx<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_IPCOUNTRY<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">PH<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CDN_LOOP<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">cloudflare<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_CONNECTING_IP<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">122.53.218.244<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_LANGUAGE<\/span>\" => \"<span class=sf-dump-str title=\"23 characters\">en,zh-CN;q=0.9,zh;q=0.8<\/span>\"\n  \"<span class=sf-dump-key>HTTP_REFERER<\/span>\" => \"<span class=sf-dump-str title=\"23 characters\">https:\/\/www.google.com\/<\/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_SEC_FETCH_MODE<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">navigate<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_SITE<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">cross-site<\/span>\"\n  \"<span class=sf-dump-key>HTTP_PURPOSE<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">prefetch<\/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_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\/120.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_SEC_CH_UA_PLATFORM<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">&quot;Windows&quot;<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_CH_UA_MOBILE<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">?0<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_CH_UA<\/span>\" => \"<span class=sf-dump-str title=\"64 characters\">&quot;Not_A Brand&quot;;v=&quot;8&quot;, &quot;Chromium&quot;;v=&quot;120&quot;, &quot;Google Chrome&quot;;v=&quot;120&quot;<\/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_X_FORWARDED_PROTO<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">https<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CF_RAY<\/span>\" => \"<span class=sf-dump-str title=\"20 characters\">839530957ddb6e46-HKG<\/span>\"\n  \"<span class=sf-dump-key>HTTP_X_FORWARDED_FOR<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">122.53.218.244<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_ENCODING<\/span>\" => \"<span class=sf-dump-str title=\"4 characters\">gzip<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CONNECTION<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">Keep-Alive<\/span>\"\n  \"<span class=sf-dump-key>HTTP_HOST<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">www.ody24.com<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_FILENAME<\/span>\" => \"<span class=sf-dump-str title=\"45 characters\">\/var\/www\/html\/bagisto-master\/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=\"14 characters\">203.161.53.157<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PORT<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">80<\/span>\"\n  \"<span class=sf-dump-key>SERVER_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">203.161.53.157<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_PORT<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">17270<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"15 characters\">162.158.178.199<\/span>\"\n  \"<span class=sf-dump-key>SERVER_SOFTWARE<\/span>\" => \"<span class=sf-dump-str title=\"12 characters\">nginx\/1.20.1<\/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>REQUEST_SCHEME<\/span>\" => \"<span class=sf-dump-str title=\"4 characters\">http<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PROTOCOL<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">HTTP\/1.1<\/span>\"\n  \"<span class=sf-dump-key>DOCUMENT_ROOT<\/span>\" => \"<span class=sf-dump-str title=\"35 characters\">\/var\/www\/html\/bagisto-master\/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>1703214815.8819<\/span>\n  \"<span class=sf-dump-key>REQUEST_TIME<\/span>\" => <span class=sf-dump-num>1703214815<\/span>\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1952632803\", {\"maxDepth\":0})<\/script>\n", "request_cookies": "<pre class=sf-dump id=sf-dump-1047676421 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-1047676421\", {\"maxDepth\":0})<\/script>\n", "response_headers": "<pre class=sf-dump id=sf-dump-254859704 data-indent-pad=\"  \"><span class=sf-dump-note>array:5<\/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\">Fri, 22 Dec 2023 03:13:36 GMT<\/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=eyJpdiI6IlVHYlFKNzdLeVpQUGZGZE5MNmZJMUE9PSIsInZhbHVlIjoiaGVoUWU1QTlENVBobXNCOE96TVVwU05FcmJXaW5Jb1B3T3lLakdMSXp3TlZJYzRSMU1JckdrQmkweE45RkhOdWVicVhkSTZ2WFZ4T1ZkTmF3dE42Y0NlSFM3Q1hLQ1BKcGt5cEVYYTRhclY1M3I0cGt2STdTTGlmMC96RnRFZlEiLCJtYWMiOiJlMTUyNThlZDhiN2Q1OWMzMWQxYzlhNzFhOGMwNjY0OGI3NGUzNGRiMWE3YWY5MTE4NGMyNTJlNDRlNTc1MGI2IiwidGFnIjoiIn0%3D; expires=Fri, 22 Dec 2023 05:13:36 GMT; Max-Age=7200; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"383 characters\">bagisto_master_session=eyJpdiI6InNUZjVzQnY0anAxZFBpVkpKK01SRVE9PSIsInZhbHVlIjoiZmVqN3kxdmNmMGJGOGdDTUVGOXNHclRPRE1aYXdXSSt4ZE1ndlNwd1BYUUlaTC83N3Q1TTB1WEt6cUEwZWp0THE3MW8xbm91YmhmMy9COTlJTHZQcmpWZWxWMi9yYkdyTmJWSHl2cnZzM09OZEZqSFluMVNFS0szNTcyT0pDdTciLCJtYWMiOiIwM2Q5ZTczNDI3ZGI2MDIxZTk1NjBmNDU2ZDRmYWFlODAwNTczZTViN2VkMmU3YWI0MDAwZTA5N2Y4MDkxYjlmIiwidGFnIjoiIn0%3D; 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=eyJpdiI6IlVHYlFKNzdLeVpQUGZGZE5MNmZJMUE9PSIsInZhbHVlIjoiaGVoUWU1QTlENVBobXNCOE96TVVwU05FcmJXaW5Jb1B3T3lLakdMSXp3TlZJYzRSMU1JckdrQmkweE45RkhOdWVicVhkSTZ2WFZ4T1ZkTmF3dE42Y0NlSFM3Q1hLQ1BKcGt5cEVYYTRhclY1M3I0cGt2STdTTGlmMC96RnRFZlEiLCJtYWMiOiJlMTUyNThlZDhiN2Q1OWMzMWQxYzlhNzFhOGMwNjY0OGI3NGUzNGRiMWE3YWY5MTE4NGMyNTJlNDRlNTc1MGI2IiwidGFnIjoiIn0%3D; expires=Fri, 22-Dec-2023 05:13:36 GMT; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"383 characters\">bagisto_master_session=eyJpdiI6InNUZjVzQnY0anAxZFBpVkpKK01SRVE9PSIsInZhbHVlIjoiZmVqN3kxdmNmMGJGOGdDTUVGOXNHclRPRE1aYXdXSSt4ZE1ndlNwd1BYUUlaTC83N3Q1TTB1WEt6cUEwZWp0THE3MW8xbm91YmhmMy9COTlJTHZQcmpWZWxWMi9yYkdyTmJWSHl2cnZzM09OZEZqSFluMVNFS0szNTcyT0pDdTciLCJtYWMiOiIwM2Q5ZTczNDI3ZGI2MDIxZTk1NjBmNDU2ZDRmYWFlODAwNTczZTViN2VkMmU3YWI0MDAwZTA5N2Y4MDkxYjlmIiwidGFnIjoiIn0%3D; path=\/; httponly<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-254859704\", {\"maxDepth\":0})<\/script>\n", "session_attributes": "<pre class=sf-dump id=sf-dump-535553402 data-indent-pad=\"  \"><span class=sf-dump-note>array:3<\/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\">7592PH4sw25ScIdpWXBrs9R1axLcgzL1sLrFxZ72<\/span>\"\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-535553402\", {\"maxDepth\":0})<\/script>\n" } }, "X78caeb0322ab464cccaef55b109ca4b2");

    </script>
</body>
</html>