<!-- SEO Meta Content -->

<!DOCTYPE html>

<html
    lang="en"
    dir="ltr"
>
    <head>

        

        <title></title>

        <meta charset="UTF-8">

        <meta
            http-equiv="X-UA-Compatible"
            content="IE=edge"
        >
        <meta
            http-equiv="content-language"
            content="en"
        >

        <meta
            name="viewport"
            content="width=device-width, initial-scale=1"
        >
        <meta
            name="base-url"
            content="http://www.eclipseaviation.com"
        >
        <meta
            name="currency"
            content="{&quot;id&quot;:1,&quot;code&quot;:&quot;USD&quot;,&quot;name&quot;:&quot;US Dollar&quot;,&quot;symbol&quot;:&quot;$&quot;,&quot;decimal&quot;:2,&quot;group_separator&quot;:&quot;,&quot;,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;currency_position&quot;:&quot;left&quot;,&quot;created_at&quot;:&quot;2025-09-15T01:59:46.000000Z&quot;,&quot;updated_at&quot;:&quot;2025-09-15T01:59:46.000000Z&quot;}"
        >

            <meta
        name="title"
        content=""
    />

    <meta
        name="description"
        content=""
    />

    <meta
        name="keywords"
        content=""
    />

        <link
            rel="icon"
            sizes="16x16"
            href="http://www.eclipseaviation.com/themes/shop/default/build/assets/favicon-Df9chQdB.ico"
        />

        <link rel="preload" as="style" href="http://www.eclipseaviation.com/themes/shop/default/build/assets/app-DylXwZj5.css" /><link rel="preload" as="style" href="http://www.eclipseaviation.com/themes/shop/default/build/assets/app-DsP8OK1c.css" /><link rel="modulepreload" href="http://www.eclipseaviation.com/themes/shop/default/build/assets/app-Dk7aa5mf.js" /><link rel="stylesheet" href="http://www.eclipseaviation.com/themes/shop/default/build/assets/app-DylXwZj5.css" /><link rel="stylesheet" href="http://www.eclipseaviation.com/themes/shop/default/build/assets/app-DsP8OK1c.css" /><script type="module" src="http://www.eclipseaviation.com/themes/shop/default/build/assets/app-Dk7aa5mf.js"></script>
        <link
            rel="preload"
            href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
            as="style"
        >
        <link
            rel="stylesheet"
            href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
        >

        <link
            rel="preload"
            href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap"
            as="style"
        >
        <link
            rel="stylesheet"
            href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap"
        >

        
        <style>
            
        </style>

        

    <link rel='stylesheet' type='text/css' property='stylesheet' href='/_debugbar/assets/stylesheets?v=1757916382' data-turbolinks-eval='false' data-turbo-eval='false'><script src='/_debugbar/assets/javascript?v=1757916382' 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 .sf-dump-ellipsization { display: inline-flex; } .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 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .phpdebugbar pre.sf-dump .sf-dump-ellipsis-tail { flex-shrink: 0; } .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-virtual{font-style:italic}.phpdebugbar pre.sf-dump .sf-dump-ns{user-select:none;}.phpdebugbar pre.sf-dump .sf-dump-ellipsis-note{color:#1299DA}</style>
</head>

    <body>
        

        <a
            href="#main"
            class="skip-to-main-content-link"
        >
            Skip to main content
        </a>

        <div id="app">
            <!-- Flash Message Blade Component -->
            <v-flash-group ref='flashes'></v-flash-group>


            <!-- Confirm Modal Blade Component -->
            <v-modal-confirm ref="confirmModal"></v-modal-confirm>


            <!-- Page Header Blade Component -->
                            <header class="shadow-gray sticky top-0 z-10 bg-white shadow-sm max-lg:shadow-none">
    <div class="flex flex-wrap max-lg:hidden">
    <div class="flex min-h-[78px] w-full justify-between border border-b border-l-0 border-r-0 border-t-0 px-[60px] max-1180:px-8">
    <!--
        This section will provide categories for the first, second, and third levels. If
        additional levels are required, users can customize them according to their needs.
    -->
    <!-- Left Nagivation Section -->
    <div class="flex items-center gap-x-10 max-[1180px]:gap-x-5">
        

        <a
            href="http://www.eclipseaviation.com"
            aria-label="Bagisto"
        >
            <img
                src="http://www.eclipseaviation.com/themes/shop/default/build/assets/logo-CZWQQgOF.svg"
                width="131"
                height="29"
                alt="Bagisto"
            >
        </a>

        

        

        <v-desktop-category>
            <div class="flex items-center gap-5">
                <span
                    class="shimmer h-6 w-20 rounded"
                    role="presentation"
                ></span>

                <span
                    class="shimmer h-6 w-20 rounded"
                    role="presentation"
                ></span>

                <span
                    class="shimmer h-6 w-20 rounded"
                    role="presentation"
                ></span>
            </div>
        </v-desktop-category>

        
    </div>

    <!-- Right Nagivation Section -->
    <div class="flex items-center gap-x-9 max-[1100px]:gap-x-6 max-lg:gap-x-8">

        

        <!-- Search Bar Container -->
        <div class="relative w-full">
            <form
                action="http://www.eclipseaviation.com/search"
                class="flex max-w-[445px] items-center"
                role="search"
            >
                <label
                    for="organic-search"
                    class="sr-only"
                >
                    Search                </label>

                <div class="icon-search pointer-events-none absolute top-2.5 flex items-center text-xl ltr:left-3 rtl:right-3"></div>

                <input
                    type="text"
                    name="query"
                    value=""
                    class="block w-full rounded-lg border border-transparent bg-zinc-100 px-11 py-3 text-xs font-medium text-gray-900 transition-all hover:border-gray-400 focus:border-gray-400"
                    minlength="0"
                    maxlength="1000"
                    placeholder="Search products here"
                    aria-label="Search products here"
                    aria-required="true"
                    pattern="[^\\]+"
                    required
                >

                <button
                    type="submit"
                    class="hidden"
                    aria-label="Submit"
                >
                </button>

                                    <v-image-search>
    <button
        type="button"
        class="icon-camera absolute top-3 flex items-center text-xl max-sm:top-2.5 ltr:right-3 ltr:pr-3 max-md:ltr:right-1.5 rtl:left-3 rtl:pl-3 max-md:rtl:left-1.5"
        aria-label="Search"
    >
    </button>
</v-image-search>

                            </form>
        </div>

        

        <!-- Right Navigation Links -->
        <div class="mt-1.5 flex gap-x-8 max-[1100px]:gap-x-6 max-lg:gap-x-8">

            

            <!-- Compare -->
                            <a
                    href="http://www.eclipseaviation.com/compare"
                    aria-label="Compare"
                >
                    <span
                        class="icon-compare inline-block cursor-pointer text-2xl"
                        role="presentation"
                    ></span>
                </a>
            
            

            

            <!-- Mini cart -->
                            <!-- Mini Cart Vue Component -->
<v-mini-cart>
    <span
        class="icon-cart cursor-pointer text-2xl"
        role="button"
        aria-label="Shopping Cart"
    ></span>
</v-mini-cart>

            
            

            

            <!-- user profile -->
            <v-dropdown position="bottom-right" class="relative">
            <span
                        class="icon-users inline-block cursor-pointer text-2xl"
                        role="button"
                        aria-label="Profile"
                        tabindex="0"
                    ></span>

        <template v-slot:toggle>
            <span
                        class="icon-users inline-block cursor-pointer text-2xl"
                        role="button"
                        aria-label="Profile"
                        tabindex="0"
                    ></span>
        </template>
    
            <template v-slot:content>
            <div class="p-5">
                <div class="grid gap-2.5">
                            <p class="font-dmserif text-xl">
                                Welcome Guest                            </p>

                            <p class="text-sm">
                                Manage Cart, Orders & Wishlist                            </p>
                        </div>

                        <p class="mt-3 w-full border border-zinc-200"></p>

                        
                        
                        <div class="mt-6 flex gap-4">
                            

                            <a
                                href="http://www.eclipseaviation.com/customer/login"
                                class="primary-button m-0 mx-auto block w-max rounded-2xl px-7 text-center text-base max-md:rounded-lg ltr:ml-0 rtl:mr-0"
                            >
                                Sign In                            </a>

                            <a
                                href="http://www.eclipseaviation.com/customer/register"
                                class="secondary-button m-0 mx-auto block w-max rounded-2xl border-2 px-7 text-center text-base max-md:rounded-lg max-md:py-3 ltr:ml-0 rtl:mr-0"
                            >
                                Sign Up                            </a>
                            
                            
                        </div>
            </div>
        </template>
    
    </v-dropdown>


            
        </div>
    </div>
</div>



</div>

    <!--
    This code needs to be refactored to reduce the amount of PHP in the Blade
    template as much as possible.
-->

<div class="flex flex-wrap gap-4 px-4 pb-4 pt-6 shadow-sm lg:hidden">
    <div class="flex w-full items-center justify-between">
        <!-- Left Navigation -->
        <div class="flex items-center gap-x-1.5">
            

            <v-drawer
    
    is-active=""
    position="left"
    width="100%"
>
            <template v-slot:toggle>
            <span class="icon-hamburger cursor-pointer text-2xl"></span>
        </template>
    
            <template v-slot:header="{ close }">
            <div class="grid gap-y-2.5 p-6 pb-5 max-md:gap-y-1.5 max-md:border-b max-md:border-zinc-200 max-md:p-4 max-md:gap-y-1 max-md:font-semibold">
                <div class="flex items-center justify-between">
                        <a href="http://www.eclipseaviation.com">
                            <img
                                src="http://www.eclipseaviation.com/themes/shop/default/build/assets/logo-CZWQQgOF.svg"
                                alt="Bagisto"
                                width="131"
                                height="29"
                            >
                        </a>
                    </div>

                <div class="absolute top-5 max-sm:top-4 ltr:right-5 rtl:left-5">
                    <span
                        class="icon-cancel cursor-pointer text-3xl max-md:text-2xl"
                        @click="close"
                    >
                    </span>
                </div>
            </div>
        </template>
    
            <template v-slot:content>
            <div class="flex-1 overflow-auto px-6 max-md:px-4">
                <!-- Account Profile Hero Section -->
                    <div class="mb-4 grid grid-cols-[auto_1fr] items-center gap-4 rounded-xl border border-zinc-200 p-2.5 max-md:mt-4">
                        <div>
                            <img
                                src="http://www.eclipseaviation.com/themes/shop/default/build/assets/user-placeholder-C_FiyGd9.png"
                                class="h-[60px] w-[60px] rounded-full max-md:rounded-full"
                            >
                        </div>

                                                    <a
                                href="http://www.eclipseaviation.com/customer/login"
                                class="flex text-base font-medium"
                            >
                                Sign up or Login
                                <i class="icon-double-arrow text-2xl ltr:ml-2.5 rtl:mr-2.5"></i>
                            </a>
                        
                                            </div>

                    

                    <!-- Mobile category view -->
                    <v-mobile-category></v-mobile-category>
            </div>
        </template>
    
            <template v-slot:footer>
            <div class="pb-8 max-md:pb-2">
                
            </div>
        </template>
    </v-drawer>


            

            

            <a
                href="http://www.eclipseaviation.com"
                class="max-h-[30px]"
                aria-label="Bagisto"
            >
                <img
                    src="http://www.eclipseaviation.com/themes/shop/default/build/assets/logo-CZWQQgOF.svg"
                    alt="Bagisto"
                    width="131"
                    height="29"
                >
            </a>
            
            
        </div>

        <!-- Right Navigation -->
        <div>
            <div class="flex items-center gap-x-5 max-md:gap-x-4">
                

                                    <a
                        href="http://www.eclipseaviation.com/compare"
                        aria-label="Compare"
                    >
                        <span class="icon-compare cursor-pointer text-2xl"></span>
                    </a>
                
                

                

                                    <!-- Mini Cart Vue Component -->
<v-mini-cart>
    <span
        class="icon-cart cursor-pointer text-2xl"
        role="button"
        aria-label="Shopping Cart"
    ></span>
</v-mini-cart>

                
                

                <!-- For Large screens -->
                <div class="max-md:hidden">
                    <v-dropdown position="bottom-right" class="relative">
            <span class="icon-users cursor-pointer text-2xl"></span>

        <template v-slot:toggle>
            <span class="icon-users cursor-pointer text-2xl"></span>
        </template>
    
            <template v-slot:content>
            <div class="p-5">
                <div class="grid gap-2.5">
                                    <p class="font-dmserif text-xl">
                                        Welcome Guest                                    </p>
    
                                    <p class="text-sm">
                                        Manage Cart, Orders & Wishlist                                    </p>
                                </div>
    
                                <p class="mt-3 w-full border border-zinc-200"></p>
    
                                

                                <div class="mt-6 flex gap-4">
                                    

                                    <a
                                        href="http://www.eclipseaviation.com/customer/login"
                                        class="m-0 mx-auto block w-max cursor-pointer rounded-2xl bg-navyBlue px-7 py-4 text-center text-base font-medium text-white ltr:ml-0 rtl:mr-0"
                                    >
                                        Sign In                                    </a>
    
                                    <a
                                        href="http://www.eclipseaviation.com/customer/register"
                                        class="m-0 mx-auto block w-max cursor-pointer rounded-2xl border-2 border-navyBlue bg-white px-7 py-3.5 text-center text-base font-medium text-navyBlue ltr:ml-0 rtl:mr-0"
                                    >
                                        Sign Up                                    </a>
    
                                    
                                </div>
            </div>
        </template>
    
    </v-dropdown>

                </div>

                <!-- For Medium and small screen --> 
                <div class="md:hidden">
                                            <a
                            href="http://www.eclipseaviation.com/customer/login"
                            aria-label="Account"
                        >
                            <span class="icon-users cursor-pointer text-2xl"></span>
                        </a>
                    
                    <!-- Customers Dropdown -->
                                    </div>
            </div>
        </div>
    </div>

    

    <!-- Serach Catalog Form -->
    <form action="http://www.eclipseaviation.com/search" class="flex w-full items-center">
        <label 
            for="organic-search" 
            class="sr-only"
        >
            Search        </label>

        <div class="relative w-full">
            <div class="icon-search pointer-events-none absolute top-3 flex items-center text-2xl max-md:text-xl max-sm:top-2.5 ltr:left-3 rtl:right-3"></div>

            <input
                type="text"
                class="block w-full rounded-xl border border-['#E3E3E3'] px-11 py-3.5 text-sm font-medium text-gray-900 max-md:rounded-lg max-md:px-10 max-md:py-3 max-md:font-normal max-sm:text-xs"
                name="query"
                value=""
                placeholder="Search products here"
                required
            >

                            <v-image-search>
    <button
        type="button"
        class="icon-camera absolute top-3 flex items-center text-xl max-sm:top-2.5 ltr:right-3 ltr:pr-3 max-md:ltr:right-1.5 rtl:left-3 rtl:pl-3 max-md:rtl:left-1.5"
        aria-label="Search"
    >
    </button>
</v-image-search>

                    </div>
    </form>

    

</div>

</header>


            
            
            

            <!-- Page Content Blade Component -->
            <main id="main" class="bg-white">
                <!-- Page Title -->
         
    <!-- Loop over the theme customization -->
            </main>

            


            <!-- Page Services Blade Component -->
                            <!--
    The ThemeCustomizationRepository repository is injected directly here because there is no way
    to retrieve it from the view composer, as this is an anonymous component.
-->


<!-- Features -->

            
            <!-- Page Footer Blade Component -->
                            <!--
    The category repository is injected directly here because there is no way
    to retrieve it from the view composer, as this is an anonymous component.
-->

<!--
    This code needs to be refactored to reduce the amount of PHP in the Blade
    template as much as possible.
-->

<footer class="mt-9 bg-lightOrange max-sm:mt-10">
    <div class="flex justify-between gap-x-6 gap-y-8 p-[60px] max-1060:flex-col-reverse max-md:gap-5 max-md:p-8 max-sm:px-4 max-sm:py-5">
        <!-- For Desktop View -->
        <div class="flex flex-wrap items-start gap-24 max-1180:gap-6 max-1060:hidden">
                    </div>

        <!-- For Mobile view -->
        <div class="border-b border-zinc-200 hidden !w-full rounded-xl !border-2 !border-[#e9decc] max-1060:block max-sm:rounded-lg">
    <v-accordion
        is-active=""
        
    >
                    <template v-slot:header="{ toggle, isOpen }">
                <div
                    class="flex cursor-pointer select-none items-center justify-between p-4 rounded-t-lg bg-[#F1EADF] font-medium max-md:p-2.5 max-sm:px-3 max-sm:py-2 max-sm:text-sm"
                    role="button"
                    tabindex="0"
                    @click="toggle"
                >
                    Footer Content

                    <span
                        v-bind:class="isOpen ? 'icon-arrow-up text-2xl' : 'icon-arrow-down text-2xl'"
                        role="button"
                        aria-label="Toggle accordion"
                        tabindex="0"
                    ></span>
                </div>
            </template>
        
                    <template v-slot:content="{ isOpen }">
                <div
                    class="z-10 rounded-lg bg-white p-1.5 flex justify-between !bg-transparent !p-4"
                    v-show="isOpen"
                >
                    
                </div>
            </template>
            </v-accordion>
</div>


        

        <!-- News Letter subscription -->
                    <div class="grid gap-2.5">
                <p
                    class="max-w-[288px] text-3xl italic leading-[45px] text-navyBlue max-md:text-2xl max-sm:text-lg"
                    role="heading"
                    aria-level="2"
                >
                    Get Ready for our Fun Newsletter!                </p>

                <p class="text-xs">
                    Subscribe to stay in touch.                </p>

                <div>
                    <!--
    If a component has the `as` attribute, it indicates that it uses
    the ajaxified form or some customized slot form.
-->
    
    
    <v-form
        method="POST"
        :initial-errors="[]"
        v-slot="{ meta, errors }"
        action="http://www.eclipseaviation.com/subscription" class="mt-2.5 rounded max-sm:mt-0"
    >
                    <input type="hidden" name="_token" value="G0oZ0fpeBjb5In3NSjUdcPD5sv7qHIyvdVKN65M5" autocomplete="off">        
        
        <div class="relative w-full">
                            <v-field
            v-slot="{ field, errors }"
            rules="required|email" label="Email"
            name="email"
        >
            <input
                type="email"
                name="email"
                v-bind="field"
                :class="[errors.length ? 'border !border-red-500 hover:border-red-500' : '']"
                class="mb-1.5 w-full rounded-lg border px-5 py-3 text-base font-normal text-gray-600 transition-all hover:border-gray-400 focus:border-gray-400 max-sm:px-4 max-md:py-2 max-sm:text-sm block w-[420px] max-w-full rounded-xl border-2 border-[#e9decc] bg-[#F1EADF] px-5 py-4 text-base max-1060:w-full max-md:p-3.5 max-sm:mb-0 max-sm:rounded-lg max-sm:border-2 max-sm:p-2 max-sm:text-sm" aria-label="Email" placeholder="email@example.com"
            >
        </v-field>
            
                            <v-error-message
    
    name="email"
    v-slot="{ message }"
>
    <p
        class="text-red-500 text-xs italic"
        v-text="message"
    >
    </p>
</v-error-message>
    
                            <button
                                type="submit"
                                class="absolute top-1.5 flex w-max items-center rounded-xl bg-white px-7 py-2.5 font-medium hover:bg-zinc-100 max-md:top-1 max-md:px-5 max-md:text-xs max-sm:mt-0 max-sm:rounded-lg max-sm:px-4 max-sm:py-2 ltr:right-2 rtl:left-2"
                            >
                                Subscribe                            </button>
                        </div>
    </v-form>
                </div>
            </div>
        
        
    </div>

    <div class="flex justify-between bg-[#F1EADF] px-[60px] py-3.5 max-md:justify-center max-sm:px-5">
        

        <p class="text-sm text-zinc-600 max-md:text-center">
            © Copyright 2010 - 2025, Webkul Software (Registered in India). All rights reserved.        </p>

        
    </div>
</footer>


                    </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
        type="text/x-template"
        id="v-flash-item-template"
    >
        <div
            class="flex w-max max-w-[408px] justify-between gap-12 rounded-lg px-5 py-3 max-sm:max-w-80 max-sm:items-center max-sm:gap-2 max-sm:p-3"
            :style="typeStyles[flash.type]['container']"
        >
            <p
                class="flex items-center break-words text-sm"
                :style="typeStyles[flash.type]['message']"
            >
                <span
                    class="icon-toast-done text-2xl ltr:mr-2.5 rtl:ml-2.5"
                    :class="iconClasses[flash.type]"
                    :style="typeStyles[flash.type]['icon']"
                ></span>

                {{ flash.message }}
            </p>

			<span
                class="icon-cancel max-h-4 max-w-4 cursor-pointer"
                :style="typeStyles[flash.type]['icon']"
                @click="remove"
            ></span>
        </div>
    </script>

    <script type="module">
        app.component('v-flash-item', {
            template: '#v-flash-item-template',

            props: ['flash'],

            data() {
                return {
                    iconClasses: {
                        success: 'icon-toast-done',

                        error: 'icon-toast-error',

                        warning: 'icon-toast-exclamation-mark',

                        info: 'icon-toast-info',
                    },

                    typeStyles: {
                        success: {
                            container: 'background: #D4EDDA',

                            message: 'color: #155721',

                            icon: 'color: #155721'
                        },

                        error: {
                            container: 'background: #F8D7DA',

                            message: 'color: #721C24',

                            icon: 'color: #721C24'
                        },

                        warning: {
                            container: 'background: #FFF3CD',

                            message: 'color: #856404',

                            icon: 'color: #856404'
                        },

                        info: {
                            container: 'background: #E2E3E5',

                            message: 'color: #383D41',

                            icon: 'color: #383D41'
                        },
                    },
                };
            },

            created() {
                var self = this;

                setTimeout(function() {
                    self.remove()
                }, 5000)
            },

            methods: {
                remove() {
                    this.$emit('onRemove', this.flash)
                }
            }
        });
    </script>
    <script
        type="text/x-template"
        id="v-mobile-category-template"
    >
        <template v-for="(category) in categories">
            

            <div class="flex items-center justify-between gap-4">
                <a
                    :href="category.url"
                    class="flex items-center justify-between py-2 text-base font-semibold transition-all"
                >
                    {{ category.name }}
                </a>

                <span
                    class="cursor-pointer text-2xl font-medium"
                    :class="{
                            'icon-arrow-down': category.isOpen && category.children && category.children.length > 0,
                            'icon-arrow-right': ! category.isOpen && category.children && category.children.length > 0
                    }"
                    @click="toggle(category)"
                >
                </span>
            </div>

            <div
                class="grid gap-2"
                v-if="category.isOpen"
            >
                <ul v-if="category.children.length">
                    <li v-for="secondLevelCategory in category.children">
                        <div class="ml-5 flex items-center justify-between gap-4 border-l border-black">
                            <a
                                :href="secondLevelCategory.url"
                                class="flex items-center justify-between px-6 py-1 text-base font-medium transition-all"
                            >
                                {{ secondLevelCategory.name }}
                            </a>

                            <span
                                class="cursor-pointer text-2xl font-medium"
                                :class="{
                                        'icon-arrow-down': secondLevelCategory.category_show && secondLevelCategory.children.length > 0,
                                        'icon-arrow-right': ! secondLevelCategory.category_show && secondLevelCategory.children.length > 0
                                }"
                                @click="secondLevelCategory.category_show = ! secondLevelCategory.category_show"
                            >
                            </span>
                        </div>

                        <div v-if="secondLevelCategory.category_show">
                            <ul v-if="secondLevelCategory.children.length">
                                <li v-for="thirdLevelCategory in secondLevelCategory.children">
                                    <div class="ml-10 grid gap-4 border-l border-black px-6">
                                        <a
                                            :href="thirdLevelCategory.url"
                                            class="flex cursor-pointer items-center justify-between py-1 text-base font-normal transition-all"
                                        >
                                            {{ thirdLevelCategory.name }}
                                        </a>
                                    </div>
                                </li>
                            </ul>
                        </div>
                    </li>
                </ul>
            </div>

            
        </template>

        <!-- Localization & Currency Section -->
            </script>

    <script type="module">
        app.component('v-mobile-category', {
            template: '#v-mobile-category-template',

            data() {
                return  {
                    categories: [],
                }
            },

            mounted() {
                this.get();
            },

            computed: {
                getCurrentScreenHeight() {
                    return window.innerHeight - (window.innerWidth < 920 ? 61 : 0) + 'px';
                },
            },

            methods: {
                get() {
                    this.$axios.get("http://www.eclipseaviation.com/api/categories/tree")
                        .then(response => {
                            this.categories = response.data.data;
                        }).catch(error => {
                            console.log(error);
                        });
                },

                toggle(selectedCategory) {
                    this.categories = this.categories.map((category) => ({
                        ...category,
                        isOpen: category.id === selectedCategory.id ? ! category.isOpen : false,
                    }));
                },
            },
        });
    </script>
    <script
        type="text/x-template"
        id="v-accordion-template"
    >
        <div>
            <slot
                name="header"
                :toggle="toggle"
                :isOpen="isOpen"
            >
                admin::app.components.accordion.default-content            </slot>

            <slot
                name="content"
                :isOpen="isOpen"
            >
                admin::app.components.accordion.default-content            </slot>
        </div>
    </script>

    <script type="module">
        app.component('v-accordion', {
            template: '#v-accordion-template',

            props: [
                'isActive',
            ],

            data() {
                return {
                    isOpen: this.isActive,
                };
            },

            methods: {
                toggle() {
                    this.isOpen = ! this.isOpen;

                    this.$emit('toggle', { isActive: this.isOpen });
                },
            },
        });
    </script>
    <script
        type="text/x-template"
        id="v-flash-group-template"
    >
        <transition-group
            tag='div'
            name="flash-group"
            enter-from-class="ltr:translate-x-full rtl:-translate-x-full"
            enter-active-class="transform transition duration-200 ease-in-out"
            enter-to-class="ltr:translate-x-0 rtl:-translate-x-0"
            leave-from-class="ltr:translate-x-0 rtl:-translate-x-0"
            leave-active-class="transform transition duration-200 ease-in-out"
            leave-to-class="ltr:translate-x-full rtl:-translate-x-full"
            class='fixed top-5 z-[1001] grid justify-items-end gap-2.5 max-sm:hidden ltr:right-5 rtl:left-5'
        >
            <v-flash-item
    v-for='flash in flashes'
    :key='flash.uid'
    :flash="flash"
    @onRemove="remove($event)"
/>

        </transition-group>

        <transition-group
            tag='div'
            name="flash-group"
            enter-from-class="ltr:translate-y-full rtl:-translate-y-full"
            enter-active-class="transform transition duration-200 ease-in-out"
            enter-to-class="ltr:translate-y-0 rtl:-translate-y-0"
            leave-from-class="ltr:translate-y-0 rtl:-translate-y-0"
            leave-active-class="transform transition duration-200 ease-in-out"
            leave-to-class="ltr:translate-y-full rtl:-translate-y-full"
            class='fixed bottom-10 left-1/2 z-[1001] grid -translate-x-1/2 -translate-y-1/2 transform justify-items-center gap-2.5 sm:hidden'
        >
            <v-flash-item
    v-for='flash in flashes'
    :key='flash.uid'
    :flash="flash"
    @onRemove="remove($event)"
/>

        </transition-group>
    </script>

    <script type="module">
        app.component('v-flash-group', {
            template: '#v-flash-group-template',

            data() {
                return {
                    uid: 0,

                    flashes: []
                }
            },

            created() {
                                                                                                                                                                
                this.registerGlobalEvents();
            },

            methods: {
                add(flash) {
                    flash.uid = this.uid++;

                    this.flashes.push(flash);
                },

                remove(flash) {
                    let index = this.flashes.indexOf(flash);

                    this.flashes.splice(index, 1);
                },

                registerGlobalEvents() {
                    this.$emitter.on('add-flash', this.add);
                },
            }
        });
    </script>
    <script
        type="text/x-template"
        id="v-modal-confirm-template"
    >
        <div>
            <transition
                tag="div"
                name="modal-overlay"
                enter-class="duration-300 ease-out"
                enter-from-class="opacity-0"
                enter-to-class="opacity-100"
                leave-class="duration-200 ease-in"
                leave-from-class="opacity-100"
                leave-to-class="opacity-0"
            >
                <div
                    class="fixed inset-0 z-20 bg-gray-500 bg-opacity-50 transition-opacity"
                    v-show="isOpen"
                ></div>
            </transition>

            <transition
                tag="div"
                name="modal-content"
                enter-class="duration-300 ease-out"
                enter-from-class="translate-y-4 opacity-0 md:translate-y-0 md:scale-95"
                enter-to-class="translate-y-0 opacity-100 md:scale-100"
                leave-class="duration-200 ease-in"
                leave-from-class="translate-y-0 opacity-100 md:scale-100"
                leave-to-class="translate-y-4 opacity-0 md:translate-y-0 md:scale-95"
            >
                <div
                    class="fixed inset-0 z-20 transform overflow-y-auto transition" v-show="isOpen"
                >
                    <div class="flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0">
                        <div class="absolute left-1/2 top-1/2 z-[999] w-full max-w-[475px] -translate-x-1/2 -translate-y-1/2 overflow-hidden rounded-xl bg-white p-5 max-md:w-[90%] max-sm:p-4">
                            <div class="flex gap-2.5">
                                <div>
                                    <span class="flex rounded-full border border-gray-300 p-2.5">
                                        <i class="icon-error text-3xl max-sm:text-xl"></i>
                                    </span>
                                </div>

                                <div>
                                    <div class="flex items-center justify-between gap-5 text-xl max-sm:text-lg">
                                        {{ title }}
                                    </div>

                                    <div class="pb-5 pt-1.5 text-left text-sm text-gray-500">
                                        {{ message }}
                                    </div>

                                    <div class="flex justify-end gap-2.5">
                                        <button
                                            type="button"
                                            class="secondary-button max-md:py-3 max-sm:px-6 max-sm:py-2.5"
                                            @click="disagree"
                                        >
                                            {{ options.btnDisagree }}
                                        </button>

                                        <button
                                            type="button"
                                            class="primary-button max-md:py-3 max-sm:px-6 max-sm:py-2.5"
                                            @click="agree"
                                        >
                                            {{ options.btnAgree }} 
                                        </button>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </transition>
        </div>
    </script>

    <script type="module">
        app.component('v-modal-confirm', {
            template: '#v-modal-confirm-template',

            data() {
                return {
                    isOpen: false,

                    title: '',

                    message: '',

                    options: {
                        btnDisagree: '',
                        btnAgree: '',
                    },

                    agreeCallback: null,

                    disagreeCallback: null,
                };
            },

            created() {
                this.registerGlobalEvents();
            },

            methods: {
                open({
                    title = "Are you sure?",
                    message = "Are you sure you want to perform this action?",
                    options = {
                        btnDisagree: "Disagree",
                        btnAgree: "Agree",
                    },
                    agree = () => {},
                    disagree = () => {},
                }) {
                    this.isOpen = true;

                    const scrollbarWidth = window.innerWidth - document.documentElement.clientWidth;

                    document.body.style.overflow = 'hidden';

                    document.body.style.paddingRight = `${scrollbarWidth}px`;

                    this.title = title;

                    this.message = message;

                    this.options = options;

                    this.agreeCallback = agree;

                    this.disagreeCallback = disagree;
                },

                disagree() {
                    this.isOpen = false;

                    document.body.style.overflow = 'auto';

                    document.body.style.paddingRight = '';

                    this.disagreeCallback();
                },

                agree() {
                    this.isOpen = false;

                    document.body.style.overflow = 'auto';

                    document.body.style.paddingRight = '';

                    this.agreeCallback();
                },

                registerGlobalEvents() {
                    this.$emitter.on('open-confirm-modal', this.open);
                },
            }
        });
    </script>
    <script
        type="text/x-template"
        id="v-image-search-template"
    >
        <div>
            <label
                class="icon-camera absolute top-3 flex items-center text-xl max-sm:top-2.5 ltr:right-3 ltr:pr-3 max-md:ltr:right-1.5 rtl:left-3 rtl:pl-3 max-md:rtl:left-1.5"
                aria-label="Search"
                :for="'v-image-search-' + $.uid"
                v-if="! isSearching"
            >
            </label>

            <label
                class="absolute top-2.5 flex cursor-pointer items-center text-xl ltr:right-3 ltr:pr-3 max-md:ltr:pr-1 rtl:left-3 rtl:pl-3 max-md:rtl:pl-1"
                v-else
            >
                <!-- Spinner -->
                <svg
                    class="h-5 w-5 animate-spin text-black"
                    xmlns="http://www.w3.org/2000/svg"
                    fill="none"
                    viewBox="0 0 24 24"
                >
                    <circle
                        class="opacity-25"
                        cx="12"
                        cy="12"
                        r="10"
                        stroke="currentColor"
                        stroke-width="4"
                    >
                    </circle>

                    <path
                        class="opacity-75"
                        fill="currentColor"
                        d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
                    >
                    </path>
                </svg>
            </label>

            <input
                type="file"
                class="hidden"
                ref="imageSearchInput"
                :id="'v-image-search-' + $.uid"
                @change="loadLibrary()"
            />

            <img
                id="uploaded-image-url"
                class="hidden"
                :src="uploadedImageUrl"
                alt="uploaded image url"
                width="20"
                height="20"
            />
        </div>
    </script>

    <script type="module">
        app.component('v-image-search', {
            template: '#v-image-search-template',

            data() {
                return {
                    uploadedImageUrl: '',

                    isSearching: false,
                };
            },

            methods: {
                /**
                 * This method will dynamically load the scripts. Because image search library
                 * only used when someone clicks or interact with the image button. This will
                 * reduce some data usage for mobile user.
                 * 
                 * @return {void}
                 */
                loadLibrary() {
                    this.$shop.loadDynamicScript(
                        'https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@latest/dist/tf.min.js', () => {
                            this.$shop.loadDynamicScript(
                                'https://cdn.jsdelivr.net/npm/tensorflow-models-mobilenet-patch@2.1.1/dist/mobilenet.min.js', () => {
                                    this.analyzeImage();
                                }
                            );
                        }
                    );
                },

                /**
                 * This method will analyze the image and load the sets on the bases of trained model.
                 * 
                 * @return {void}
                 */
                analyzeImage() {
                    this.isSearching = true;

                    let imageInput = this.$refs.imageSearchInput;

                    if (imageInput.files && imageInput.files[0]) {
                        if (imageInput.files[0].type.includes('image/')) {
                            if (imageInput.files[0].size <= 2000000) {
                                let formData = new FormData();

                                formData.append('image', imageInput.files[0]);

                                this.$axios.post('http://www.eclipseaviation.com/search/upload', formData, {
                                        headers: {
                                            'Content-Type': 'multipart/form-data'
                                        }
                                    })
                                    .then(response => {
                                        let net;

                                        let self = this;

                                        this.uploadedImageUrl = response.data;

                                        async function app() {
                                            let analysedResult = [];

                                            let queryString = '';

                                            net = await mobilenet.load();

                                            try {
                                                const result = await net.classify(document.getElementById('uploaded-image-url'));

                                                result.forEach(function(value) {
                                                    queryString = value.className.split(',');

                                                    if (queryString.length > 1) {
                                                        analysedResult = analysedResult.concat(queryString);
                                                    } else {
                                                        analysedResult.push(queryString[0]);
                                                    }
                                                });
                                            } catch (error) {
                                                this.$emitter.emit('add-flash', { type: 'error', message: "Something went wrong, please try again later."});
                                            }

                                            localStorage.searchedImageUrl = self.uploadedImageUrl;

                                            queryString = localStorage.searchedTerms = analysedResult.join('_');

                                            queryString = localStorage.searchedTerms.split('_').map(term => {
                                                return term.split(' ').join('+');
                                            });

                                            window.location.href = `${'http://www.eclipseaviation.com/search'}?query=${queryString[0]}&image-search=1`;
                                        }

                                        app();
                                    })
                                    .catch((error) => {
                                        this.$emitter.emit('add-flash', { type: 'error', message: "Something went wrong, please try again later."});

                                        this.isSearching = false;
                                    });
                            } else {
                                imageInput.value = '';

                                this.$emitter.emit('add-flash', { type: 'error', message: 'Size Limit Error'});

                                this.isSearching = false;
                            }
                        } else {
                            imageInput.value = '';

                            this.$emitter.emit('add-flash', { type: 'error', message: 'Only images (.jpeg, .jpg, .png, ..) are allowed.'});

                            this.isSearching = false;
                        }
                    }
                },
            },
        });
    </script>
    <script
        type="text/x-template"
        id="v-mini-cart-template"
    >
        

                    <v-drawer
    
    is-active=""
    position="right"
    width="500px"
>
            <template v-slot:toggle>
            <span class="relative">
                        <span
                            class="icon-cart cursor-pointer text-2xl"
                            role="button"
                            aria-label="Shopping Cart"
                            tabindex="0"
                        ></span>

                                                    <span
                                class="absolute -top-4 rounded-[44px] bg-navyBlue px-2 py-1.5 text-xs font-semibold leading-[9px] text-white ltr:left-5 rtl:right-5 max-md:px-2 max-md:py-1.5 max-md:ltr:left-4 max-md:rtl:right-4"
                                v-if="cart?.items_count"
                            >
                                {{ cart.items_count }}
                            </span>
                                            </span>
        </template>
    
            <template v-slot:header="{ close }">
            <div class="grid gap-y-2.5 p-6 pb-5 max-md:gap-y-1.5 max-md:border-b max-md:border-zinc-200 max-md:p-4 max-md:gap-y-1 max-md:font-semibold">
                <div class="flex items-center justify-between">
                        <p class="text-2xl font-medium max-md:text-xl max-sm:text-xl">
                            Shopping Cart                        </p>
                    </div>

                    <p class="text-base max-md:text-zinc-500 max-sm:text-xs">
                        Get Up To 30% OFF on your 1st order
                    </p>

                <div class="absolute top-5 max-sm:top-4 ltr:right-5 rtl:left-5">
                    <span
                        class="icon-cancel cursor-pointer text-3xl max-md:text-2xl"
                        @click="close"
                    >
                    </span>
                </div>
            </div>
        </template>
    
            <template v-slot:content>
            <div class="flex-1 overflow-auto px-6 max-md:px-4">
                <!-- Cart Item Listing -->
                    <div
                        class="mt-9 grid gap-12 max-md:mt-2.5 max-md:gap-5"
                        v-if="cart?.items?.length"
                    >
                        <div
                            class="flex gap-x-5 max-md:gap-x-4"
                            v-for="item in cart?.items"
                        >
                            <!-- Cart Item Image -->
                            

                            <div class="">
                                <a :href="`http://www.eclipseaviation.com/${item.product_url_key}`">
                                    <img
                                        :src="item.base_image.small_image_url"
                                        class="max-w-28 max-h-28 rounded-xl max-md:max-h-20 max-md:max-w-[76px]"
                                    />
                                </a>
                            </div>

                            

                        <!-- Cart Item Information -->
                        <div class="grid flex-1 place-content-start justify-stretch gap-y-2.5">
                            <div class="flex justify-between gap-2 max-md:gap-0 max-sm:flex-wrap">

                                    

                                    <a
                                    class="max-w-4/5 max-md:w-full"
                                    :href="`http://www.eclipseaviation.com/${item.product_url_key}`"
                                >
                                        <p class="text-base font-medium max-md:font-normal max-sm:text-sm">
                                            {{ item.name }}
                                        </p>
                                    </a>

                                    

                                    

                                    <template v-if="displayTax.prices == 'including_tax'">
                                        <p class="text-lg max-md:font-semibold max-sm:text-sm">
                                            {{ item.formatted_price_incl_tax }}
                                        </p>
                                    </template>

                                    <template v-else-if="displayTax.prices == 'both'">
                                        <p class="flex flex-col text-lg max-md:font-semibold max-sm:text-sm">
                                            {{ item.formatted_price_incl_tax }}

                                            <span class="text-xs font-normal text-zinc-500">
                                                Excl. Tax:
                                                <span class="font-medium text-black">{{ item.formatted_price }}</span>
                                            </span>
                                        </p>
                                    </template>

                                    <template v-else>
                                        <p class="text-lg max-md:font-semibold max-sm:text-sm">
                                            {{ item.formatted_price }}
                                        </p>
                                    </template>

                                    
                                </div>

                                <!-- Cart Item Options Container -->
                                <div
                                    class="grid select-none gap-x-2.5 gap-y-1.5 max-sm:gap-y-0.5"
                                    v-if="item.options.length"
                                >

                                    

                                    <!-- Details Toggler -->
                                    <div class="">
                                        <p
                                            class="flex cursor-pointer items-center gap-x-4 text-base max-md:gap-x-1.5 max-md:text-sm max-sm:text-xs"
                                            @click="item.option_show = ! item.option_show"
                                        >
                                            See Details
                                            <span
                                                class="text-2xl max-md:text-xl max-sm:text-lg"
                                                :class="{'icon-arrow-up': item.option_show, 'icon-arrow-down': ! item.option_show}"
                                            ></span>
                                        </p>
                                    </div>

                                    <!-- Option Details -->
                                    <div
                                        class="grid gap-2"
                                        v-show="item.option_show"
                                    >
                                        <template v-for="attribute in item.options">
                                            <div class="max-md:grid max-md:gap-0.5">
                                                <p class="text-sm font-medium text-zinc-500 max-md:font-normal max-sm:text-xs">
                                                    {{ attribute.attribute_name + ':' }}
                                                </p>

                                                <p class="text-sm max-sm:text-xs">
                                                    <template v-if="attribute?.attribute_type === 'file'">
                                                        <a
                                                            :href="attribute.file_url"
                                                            class="text-blue-700"
                                                            target="_blank"
                                                            :download="attribute.file_name"
                                                        >
                                                            {{ attribute.file_name }}
                                                        </a>
                                                    </template>

                                                    <template v-else>
                                                        {{ attribute.option_label }}
                                                    </template>
                                                </p>
                                            </div>
                                        </template>
                                    </div>

                                    
                                </div>

                                <div class="flex flex-wrap items-center gap-5 max-md:gap-2.5">
                                    

                                <!-- Cart Item Quantity Changer -->
                                <v-quantity-changer
    class="flex items-center border border-navyBlue max-h-9 max-w-[150px] gap-x-2.5 rounded-[54px] px-3.5 py-1.5 max-md:gap-x-2 max-md:px-1 max-md:py-0.5" :value="item?.quantity" @change="updateItem($event, item)"
    name="quantity"
    value="1"
    min-value="1"
>
</v-quantity-changer>


                                    

                                

                                <!-- Cart Item Remove Button -->
                                <button
                                    type="button"
                                    class="text-blue-700 max-md:text-sm"
                                    @click="removeItem(item.id)"
                                >
                                    Remove                                </button>

                                    
                                </div>
                            </div>
                        </div>
                    </div>

                    <!-- Empty Cart Section -->
                    <div
                        class="mt-32 pb-8 max-md:mt-32"
                        v-else
                    >
                        <div class="b-0 grid place-items-center gap-y-5 max-md:gap-y-0">
                            <img
                                class="max-md:h-[100px] max-md:w-[100px]"
                                src="http://www.eclipseaviation.com/themes/shop/default/build/assets/thank-you-mhMpuEVL.png"
                            >

                            <p
                                class="text-xl max-md:text-sm"
                                role="heading"
                            >
                                Your cart is empty                            </p>
                        </div>
                    </div>
            </div>
        </template>
    
            <template v-slot:footer>
            <div class="pb-8 max-md:pb-2">
                <div
                    v-if="cart?.items?.length"
                    class="grid-col-1 grid gap-5 max-md:gap-2.5"
                >
                    <div
                        class="my-8 flex items-center justify-between border-b border-zinc-200 px-6 pb-2 max-md:my-0 max-md:border-t max-md:px-5 max-md:py-2"
                        :class="{'!justify-end': isLoading}"
                    >
                        

                        <template v-if="! isLoading">
                            <p class="text-sm font-medium text-zinc-500">
                                Subtotal                            </p>

                        <template v-if="displayTax.subtotal == 'including_tax'">
                            <p class="text-3xl font-semibold max-md:text-base">
                                {{ cart.formatted_sub_total_incl_tax }}
                            </p>
                        </template>

                        <template v-else-if="displayTax.subtotal == 'both'">
                            <p class="flex flex-col text-3xl font-semibold max-md:text-sm max-sm:text-right">
                                {{ cart.formatted_sub_total_incl_tax }}

                                <span class="text-sm font-normal text-zinc-500 max-sm:text-xs">
                                    Excl. Tax:
                                    <span class="font-medium text-black">{{ cart.formatted_sub_total }}</span>
                                </span>
                            </p>
                        </template>

                        <template v-else>
                            <p class="text-3xl font-semibold max-md:text-base">
                                {{ cart.formatted_sub_total }}
                            </p>
                        </template>
                    </template>

                        <template v-else>
                            <!-- Spinner -->
                            <svg
                                class="text-blue h-8 w-8 animate-spin text-[5px] font-semibold max-md:h-7 max-md:w-7 max-sm:h-4 max-sm:w-4"
                                xmlns="http://www.w3.org/2000/svg"
                                fill="none"
                                aria-hidden="true"
                                viewBox="0 0 24 24"
                            >
                                <circle
                                    class="opacity-25"
                                    cx="12"
                                    cy="12"
                                    r="10"
                                    stroke="currentColor"
                                    stroke-width="4"
                                ></circle>

                                <path
                                    class="opacity-75"
                                    fill="currentColor"
                                    d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
                                ></path>
                            </svg>
                        </template>

                            
                        </div>

                        

                        <!-- Cart Action Container -->
                        <div class="grid gap-2.5 px-6 max-md:px-4 max-sm:gap-1.5">
                            

                        <a
                            href="http://www.eclipseaviation.com/checkout/onepage"
                            class="mx-auto block w-full cursor-pointer rounded-2xl bg-navyBlue px-11 py-4 text-center text-base font-medium text-white max-md:rounded-lg max-md:px-5 max-md:py-2"
                        >
                            Continue to Checkout                        </a>

                            

                            <div class="block cursor-pointer text-center text-base font-medium max-md:py-1.5">
                                <a href="http://www.eclipseaviation.com/checkout/cart">
                                    View Cart                                </a>
                            </div>
                        </div>

                        
                    </div>
            </div>
        </template>
    </v-drawer>


        
        
    </script>

    <script type="module">
        app.component("v-mini-cart", {
            template: '#v-mini-cart-template',

            data() {
                return  {
                    cart: null,

                    isLoading:false,

                    displayTax: {
                        prices: "excluding_tax",
                        subtotal: "excluding_tax",
                    },
                }
            },

            mounted() {
                this.getCart();

                /**
                 * To Do: Implement this.
                 *
                 * Action.
                 */
                this.$emitter.on('update-mini-cart', (cart) => {
                    this.cart = cart;
                });
            },

            methods: {
                getCart() {
                    this.$axios.get('http://www.eclipseaviation.com/api/checkout/cart')
                        .then(response => {
                            this.cart = response.data.data;
                        })
                        .catch(error => {});
                },

                updateItem(quantity, item) {
                    this.isLoading = true;

                    let qty = {};

                    qty[item.id] = quantity;

                    this.$axios.put('http://www.eclipseaviation.com/api/checkout/cart', { qty })
                        .then(response => {
                            if (response.data.message) {
                                this.cart = response.data.data;
                            } else {
                                this.$emitter.emit('add-flash', { type: 'warning', message: response.data.data.message });
                            }

                            this.isLoading = false;
                        }).catch(error => this.isLoading = false);
                },

                removeItem(itemId) {
                    this.$emitter.emit('open-confirm-modal', {
                        agree: () => {
                            this.isLoading = true;

                            this.$axios.post('http://www.eclipseaviation.com/api/checkout/cart', {
                                '_method': 'DELETE',
                                'cart_item_id': itemId,
                            })
                            .then(response => {
                                this.cart = response.data.data;

                                this.$emitter.emit('add-flash', { type: 'success', message: response.data.message });

                                this.isLoading = false;
                            })
                            .catch(error => {
                                this.$emitter.emit('add-flash', { type: 'error', message: response.data.message });

                                this.isLoading = false;
                            });
                        }
                    });
                },
            },
        });
    </script>
    <script
        type="text/x-template"
        id="v-dropdown-template"
    >
        <div>
            <div
                class="select-none"
                ref="toggleBlock"
                @click="toggle()"
            >
                <slot name="toggle">Toggle</slot>
            </div>

            <transition
                tag="div"
                name="dropdown"
                enter-active-class="transition duration-100 ease-out"
                enter-from-class="scale-95 transform opacity-0"
                enter-to-class="scale-100 transform opacity-100"
                leave-active-class="transition duration-75 ease-in"
                leave-from-class="scale-100 transform opacity-100"
                leave-to-class="scale-95 transform opacity-0"
            >
                <div
                    class="absolute z-20 w-max overflow-hidden rounded-[20px] bg-white shadow-[0px_10px_84px_rgba(0,0,0,0.1)] max-md:rounded-lg"
                    :style="positionStyles"
                    v-show="isActive"
                >
                    <slot name="content"></slot>

                    <slot name="menu"></slot>
                </div>
            </transition>
        </div>
    </script>

    <script type="module">
        app.component('v-dropdown', {
            template: '#v-dropdown-template',

            props: {
                position: String,

                closeOnClick: {
                    type: Boolean,
                    required: false,
                    default: true
                },
            },

            data() {
                return {
                    toggleBlockWidth: 0,

                    toggleBlockHeight: 0,

                    isActive: false,
                };
            },

            created() {
                window.addEventListener('click', this.handleFocusOut);
            },

            mounted() {
                this.toggleBlockWidth = this.$refs.toggleBlock.clientWidth;

                this.toggleBlockHeight = this.$refs.toggleBlock.clientHeight;
            },

            beforeDestroy() {
                window.removeEventListener('click', this.handleFocusOut);
            },

            computed: {
                positionStyles() {
                    switch (this.position) {
                        case 'bottom-left':
                            return [
                                `min-width: ${this.toggleBlockWidth}px`,
                                `top: ${this.toggleBlockHeight}px`,
                                'left: 0',
                            ];

                        case 'bottom-right':
                            return [
                                `min-width: ${this.toggleBlockWidth}px`,
                                `top: ${this.toggleBlockHeight}px`,
                                'right: 0',
                            ];

                        case 'top-left':
                            return [
                                `min-width: ${this.toggleBlockWidth}px`,
                                `bottom: ${this.toggleBlockHeight}px`,
                                'left: 0',
                            ];

                        case 'top-right':
                            return [
                                `min-width: ${this.toggleBlockWidth}px`,
                                `bottom: ${this.toggleBlockHeight}px`,
                                'right: 0',
                            ];

                        default:
                            return [
                                `min-width: ${this.toggleBlockWidth}px`,
                                `top: ${this.toggleBlockHeight}px`,
                                'left: 0',
                            ];
                    }
                },
            },

            methods: {
                toggle() {
                    /**
                     * If still somehow width is zero then this will check for width one more time.
                     */
                    if (this.toggleBlockWidth === 0) {
                        this.toggleBlockWidth = this.$refs.toggleBlock.clientWidth;
                    }

                    /**
                     * If still somehow height is zero then this will check for height one more time.
                     */
                    if (this.toggleBlockHeight === 0) {
                        this.toggleBlockHeight = this.$refs.toggleBlock.clientHeight;
                    }

                    this.isActive = ! this.isActive;
                },

                handleFocusOut(e) {
                    if (! this.$el.contains(e.target) || (this.closeOnClick && this.$el.children[1].contains(e.target))) {
                        this.isActive = false;
                    }
                },
            },
        });
    </script>
    <script
        type="text/x-template"
        id="v-quantity-changer-template"
    >
        <div>
            <span 
                class="icon-minus cursor-pointer text-2xl"
                role="button"
                tabindex="0"
                aria-label="Decrease Quantity"
                @click="decrease"
            >
            </span>

            <p class="w-2.5 select-none text-center max-sm:text-sm">
                {{ quantity }}
            </p>
            
            <span 
                class="icon-plus cursor-pointer text-2xl"
                role="button"
                tabindex="0"
                aria-label="Increase Quantity"
                @click="increase"
            >
            </span>

            <v-field
                type="hidden"
                :name="name"
                v-model="quantity"
            ></v-field>
        </div>
    </script>

    <script type="module">
        app.component("v-quantity-changer", {
            template: '#v-quantity-changer-template',

            props:['name', 'value', 'minValue'],

            data() {
                return  {
                    quantity: this.value,
                }
            },

            watch: {
                value() {
                    this.quantity = this.value;
                },
            },

            methods: {
                increase() {
                    this.$emit('change', ++this.quantity);
                },

                decrease() {
                    if (this.quantity > this.minValue) {
                        this.quantity -= 1;

                        this.$emit('change', this.quantity);
                    }
                },
            }
        });
    </script>
    <script
        type="text/x-template"
        id="v-drawer-template"
    >
        <div>
            <!-- Toggler -->
            <div @click="open">
                <slot name="toggle">
                    admin::app.components.drawer.default-toggle                </slot>
            </div>

            <!-- Overlay -->
            <transition
                tag="div"
                name="drawer-overlay"
                enter-class="duration-300 ease-out"
                enter-from-class="opacity-0"
                enter-to-class="opacity-100"
                leave-class="duration-200 ease-in"
                leave-from-class="opacity-100"
                leave-to-class="opacity-0"
            >
                <div
                    class="fixed inset-0 z-20 bg-gray-500 bg-opacity-50 transition-opacity"
                    v-show="isOpen"
                ></div>
            </transition>

            <!-- Content -->
            <transition
                tag="div"
                name="drawer"
                :enter-from-class="enterFromLeaveToClasses"
                enter-active-class="transform transition duration-200 ease-in-out"
                enter-to-class="translate-x-0"
                leave-from-class="translate-x-0"
                leave-active-class="transform transition duration-200 ease-in-out"
                :leave-to-class="enterFromLeaveToClasses"
            >
                <div
                    class="fixed z-[1000] overflow-hidden bg-white max-md:!w-full"
                    :class="{
                        'inset-x-0 top-0': position == 'top',
                        'inset-x-0 bottom-0 max-sm:max-h-full': position == 'bottom',
                        'inset-y-0 ltr:right-0 rtl:left-0': position == 'right',
                        'inset-y-0 ltr:left-0 rtl:right-0': position == 'left'
                    }"
                    :style="'width:' + width"
                    v-show="isOpen"
                >
                    <div class="pointer-events-auto h-full w-full overflow-auto bg-white">
                        <div class="flex h-full w-full flex-col">
                            <div class="min-h-0 min-w-0 flex-1 overflow-auto">
                                <div class="flex h-full flex-col">
                                    <slot
                                        name="header"
                                        :close="close"
                                    >
                                        Default Header
                                    </slot>

                                    <!-- Content Slot -->
                                    <slot name="content"></slot>

                                    <!-- Footer Slot -->
                                    <slot name="footer"></slot>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </transition>
        </div>
    </script>

    <script type="module">
        app.component('v-drawer', {
            template: '#v-drawer-template',

            props: [
                'isActive',
                'position',
                'width'
            ],

            data() {
                return {
                    isOpen: this.isActive,
                };
            },

            watch: {
                isActive: function(newVal, oldVal) {
                    this.isOpen = newVal;
                }
            },

            computed: {
                enterFromLeaveToClasses() {
                    if (this.position == 'top') {
                        return '-translate-y-full';
                    } else if (this.position == 'bottom') {
                        return 'translate-y-full';
                    } else if (this.position == 'left') {
                        return 'ltr:-translate-x-full rtl:translate-x-full';
                    } else if (this.position == 'right') {
                        return 'ltr:translate-x-full rtl:-translate-x-full';
                    }
                }
            },

            methods: {
                toggle() {
                    this.isOpen = ! this.isOpen;

                    if (this.isOpen) {
                        document.body.style.overflow = 'hidden';
                    } else {
                        document.body.style.overflow ='auto';
                    }

                    document.body.style.paddingRight = '';

                    this.$emit('toggle', { isActive: this.isOpen });
                },

                open() {
                    this.isOpen = true;

                    const scrollbarWidth = window.innerWidth - document.documentElement.clientWidth;

                    document.body.style.overflow = 'hidden';

                    document.body.style.paddingRight = `${scrollbarWidth}px`;

                    this.$emit('open', { isActive: this.isOpen });
                },

                close() {
                    this.isOpen = false;

                    document.body.style.overflow = 'auto';

                    document.body.style.paddingRight = '';

                    this.$emit('close', { isActive: this.isOpen });
                }
            },
        });
    </script>
    <script
        type="text/x-template"
        id="v-desktop-category-template"
    >
        <div
            class="flex items-center gap-5"
            v-if="isLoading"
        >
            <span
                class="shimmer h-6 w-20 rounded"
                role="presentation"
            ></span>

            <span
                class="shimmer h-6 w-20 rounded"
                role="presentation"
            ></span>

            <span
                class="shimmer h-6 w-20 rounded"
                role="presentation"
            ></span>
        </div>

        <div
            class="flex items-center"
            v-else
        >
            <div
                class="group relative flex h-[77px] items-center border-b-4 border-transparent hover:border-b-4 hover:border-navyBlue"
                v-for="category in categories"
            >
                <span>
                    <a
                        :href="category.url"
                        class="inline-block px-5 uppercase"
                    >
                        {{ category.name }}
                    </a>
                </span>

                <div
                    class="pointer-events-none absolute top-[78px] z-[1] max-h-[580px] w-max max-w-[1260px] translate-y-1 overflow-auto overflow-x-auto border border-b-0 border-l-0 border-r-0 border-t border-[#F3F3F3] bg-white p-9 opacity-0 shadow-[0_6px_6px_1px_rgba(0,0,0,.3)] transition duration-300 ease-out group-hover:pointer-events-auto group-hover:translate-y-0 group-hover:opacity-100 group-hover:duration-200 group-hover:ease-in ltr:-left-9 rtl:-right-9"
                    v-if="category.children.length"
                >
                    <div class="aigns flex justify-between gap-x-[70px]">
                        <div
                            class="grid w-full min-w-max max-w-[150px] flex-auto grid-cols-[1fr] content-start gap-5"
                            v-for="pairCategoryChildren in pairCategoryChildren(category)"
                        >
                            <template v-for="secondLevelCategory in pairCategoryChildren">
                                <p class="font-medium text-navyBlue">
                                    <a :href="secondLevelCategory.url">
                                        {{ secondLevelCategory.name }}
                                    </a>
                                </p>

                                <ul
                                    class="grid grid-cols-[1fr] gap-3"
                                    v-if="secondLevelCategory.children.length"
                                >
                                    <li
                                        class="text-sm font-medium text-zinc-500"
                                        v-for="thirdLevelCategory in secondLevelCategory.children"
                                    >
                                        <a :href="thirdLevelCategory.url">
                                            {{ thirdLevelCategory.name }}
                                        </a>
                                    </li>
                                </ul>
                            </template>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </script>

    <script type="module">
        app.component('v-desktop-category', {
            template: '#v-desktop-category-template',

            data() {
                return  {
                    isLoading: true,

                    categories: [],
                }
            },

            mounted() {
                this.get();
            },

            methods: {
                get() {
                    this.$axios.get("http://www.eclipseaviation.com/api/categories/tree")
                        .then(response => {
                            this.isLoading = false;

                            this.categories = response.data.data;
                        }).catch(error => {
                            console.log(error);
                        });
                },

                pairCategoryChildren(category) {
                    return category.children.reduce((result, value, index, array) => {
                        if (index % 2 === 0) {
                            result.push(array.slice(index, index + 2));
                        }

                        return result;
                    }, []);
                }
            },
        });
    </script>

        
        <script>
            /**
             * Load event, the purpose of using the event is to mount the application
             * after all of our `Vue` components which is present in blade file have
             * been registered in the app. No matter what `app.mount()` should be
             * called in the last.
             */
            window.addEventListener("load", function (event) {
                app.mount("#app");
            });
        </script>

        

        <script type="text/javascript">
            
        </script>
    <script type="text/javascript">
var phpdebugbar = new PhpDebugBar.DebugBar({"theme":"auto","hideEmptyTabs":true});
phpdebugbar.addTab("modules", new PhpDebugBar.DebugBar.Tab({"icon":"cubes","title":"Modules", "widget": new PhpDebugBar.Widgets.ModulesWidget()}));
phpdebugbar.addTab("request", new PhpDebugBar.DebugBar.Tab({"icon":"tags","order":-100,"title":"Request", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
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","link":"timeline"}), "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.addIndicator("version", new PhpDebugBar.DebugBar.Indicator({"icon":"laravel phpdebugbar-fab"}), "right");
phpdebugbar.addTab("views", new PhpDebugBar.DebugBar.Tab({"icon":"leaf","title":"Views", "widget": new PhpDebugBar.Widgets.TemplatesWidget()}));
phpdebugbar.addTab("queries", new PhpDebugBar.DebugBar.Tab({"icon":"database","title":"Queries", "widget": new PhpDebugBar.Widgets.LaravelQueriesWidget()}));
phpdebugbar.addTab("models", new PhpDebugBar.DebugBar.Tab({"icon":"cubes","title":"Models", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()}));
phpdebugbar.addTab("emails", new PhpDebugBar.DebugBar.Tab({"icon":"inbox","title":"Mails", "widget": new PhpDebugBar.Widgets.MailsWidget()}));
phpdebugbar.addTab("gate", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Gate", "widget": new PhpDebugBar.Widgets.MessagesWidget()}));
phpdebugbar.addIndicator("currentrequest", new PhpDebugBar.DebugBar.Indicator({"icon":"share","link":"request"}), "right");
phpdebugbar.setDataMap({
"modules": ["modules", []],
"request": ["request.data", {}],
"modules:badge": ["modules.count", 0],
"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],
"version": ["laravel.version", ],
"version:tooltip": ["laravel.tooltip", {}],
"views": ["views", []],
"views:badge": ["views.nb_templates", 0],
"queries": ["queries", []],
"queries:badge": ["queries.nb_statements", 0],
"models": ["models.data", {}],
"models:badge": ["models.count", 0],
"emails": ["symfonymailer_mails.mails", []],
"emails:badge": ["symfonymailer_mails.count", null],
"gate": ["gate.messages", []],
"gate:badge": ["gate.count", null],
"request:badge": ["request.badge", null],
"currentrequest": ["request.data.uri", ],
"currentrequest:tooltip": ["request.tooltip", {}]
});
phpdebugbar.restoreState();
phpdebugbar.enableAjaxHandlerTab();
phpdebugbar.ajaxHandler = new PhpDebugBar.AjaxHandler(phpdebugbar, undefined, true);
phpdebugbar.ajaxHandler.bindToFetch();
phpdebugbar.ajaxHandler.bindToXHR();
phpdebugbar.setOpenHandler(new PhpDebugBar.OpenHandler({"url":"http:\/\/www.eclipseaviation.com\/_debugbar\/open"}));
phpdebugbar.addDataSet({"__meta":{"id":"01K5AW0WERXHBDV7PVWJSZAD6D","datetime":"2025-09-17 09:08:19","utime":1758080299.480097,"method":"GET","uri":"\/rss.php","ip":"172.68.151.46"},"modules":{"count":5,"modules":[{"name":"Webkul\\Core","models":["Webkul\\Core\\Models\\Channel (1)","Webkul\\Core\\Models\\Locale (1)","Webkul\\Core\\Models\\Currency (1)"],"views":["core::blade.tracer.style (packages\/Webkul\/Core\/src\/Resources\/views\/blade\/tracer\/style.blade.php)"],"queries":[{"sql":"select * from `channels` where `hostname` in (\u0027www.eclipseaviation.com\u0027, \u0027http:\/\/www.eclipseaviation.com\u0027, \u0027https:\/\/www.eclipseaviation.com\u0027)","duration":2.55,"duration_str":"2.55s","connection":"bagisto"},{"sql":"select * from `channels` limit 1","duration":0.38,"duration_str":"380ms","connection":"bagisto"},{"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.6,"duration_str":"600ms","connection":"bagisto"},{"sql":"select * from `locales` where `locales`.`id` = 1 limit 1","duration":0.48,"duration_str":"480ms","connection":"bagisto"},{"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.56,"duration_str":"560ms","connection":"bagisto"},{"sql":"select * from `currencies` where `currencies`.`id` = 1 limit 1","duration":0.41,"duration_str":"410ms","connection":"bagisto"},{"sql":"select count(*) as aggregate from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1","duration":0.76,"duration_str":"760ms","connection":"bagisto"},{"sql":"select count(*) as aggregate from `currencies` inner join `channel_currencies` on `currencies`.`id` = `channel_currencies`.`currency_id` where `channel_currencies`.`channel_id` = 1","duration":0.45,"duration_str":"450ms","connection":"bagisto"},{"sql":"select count(*) as aggregate from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1","duration":1.07,"duration_str":"1.07s","connection":"bagisto"},{"sql":"select count(*) as aggregate from `currencies` inner join `channel_currencies` on `currencies`.`id` = `channel_currencies`.`currency_id` where `channel_currencies`.`channel_id` = 1","duration":0.44,"duration_str":"440ms","connection":"bagisto"}]},{"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\\Shop","models":[],"views":["shop::home.index (packages\/Webkul\/Shop\/src\/Resources\/views\/home\/index.blade.php)","shop::components.layouts.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/layouts\/index.blade.php)","shop::components.flash-group.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/flash-group\/index.blade.php)","shop::components.flash-group.item (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/flash-group\/item.blade.php)","shop::components.flash-group.item (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/flash-group\/item.blade.php)","shop::components.modal.confirm (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/modal\/confirm.blade.php)","shop::components.layouts.header.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/layouts\/header\/index.blade.php)","shop::components.layouts.header.desktop.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/layouts\/header\/desktop\/index.blade.php)","shop::components.layouts.header.desktop.bottom (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/layouts\/header\/desktop\/bottom.blade.php)","shop::search.images.index (packages\/Webkul\/Shop\/src\/Resources\/views\/search\/images\/index.blade.php)","shop::checkout.cart.mini-cart (packages\/Webkul\/Shop\/src\/Resources\/views\/checkout\/cart\/mini-cart.blade.php)","shop::components.quantity-changer.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/quantity-changer\/index.blade.php)","shop::components.drawer.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/drawer\/index.blade.php)","shop::components.dropdown.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/dropdown\/index.blade.php)","shop::components.layouts.header.mobile.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/layouts\/header\/mobile\/index.blade.php)","shop::components.drawer.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/drawer\/index.blade.php)","shop::checkout.cart.mini-cart (packages\/Webkul\/Shop\/src\/Resources\/views\/checkout\/cart\/mini-cart.blade.php)","shop::components.dropdown.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/dropdown\/index.blade.php)","shop::search.images.index (packages\/Webkul\/Shop\/src\/Resources\/views\/search\/images\/index.blade.php)","shop::components.layouts.services (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/layouts\/services.blade.php)","shop::components.layouts.footer.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/layouts\/footer\/index.blade.php)","shop::components.accordion.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/accordion\/index.blade.php)","shop::components.form.control-group.control (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/form\/control-group\/control.blade.php)","shop::components.form.control-group.error (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/form\/control-group\/error.blade.php)","shop::components.form.index (packages\/Webkul\/Shop\/src\/Resources\/views\/components\/form\/index.blade.php)"],"queries":[]},{"name":"Webkul\\Theme","models":[],"views":[],"queries":[{"sql":"select * from `theme_customizations` where `status` = 1 and `channel_id` = 1 order by `sort_order` asc","duration":0.55,"duration_str":"550ms","connection":"bagisto"},{"sql":"select * from `theme_customizations` where `type` = \u0027services_content\u0027 and `status` = 1 and `theme_code` = \u0027default\u0027 and `channel_id` = 1","duration":0.62,"duration_str":"620ms","connection":"bagisto"},{"sql":"select * from `theme_customizations` where `type` = \u0027footer_links\u0027 and `status` = 1 and `theme_code` = \u0027default\u0027 and `channel_id` = 1","duration":0.42,"duration_str":"420ms","connection":"bagisto"}]},{"name":"Webkul\\User","models":[],"views":[],"queries":[{"sql":"select count(*) as aggregate from `admins`","duration":0.57,"duration_str":"570ms","connection":"bagisto"},{"sql":"select count(*) as aggregate from `admins`","duration":0.42,"duration_str":"420ms","connection":"bagisto"}]}]},"messages":{"count":0,"messages":[]},"time":{"start":1758080299.35648,"end":1758080299.49034,"duration":0.13386011123657227,"duration_str":"134ms","measures":[{"label":"Booting","start":1758080299.35648,"relative_start":0,"end":1758080299.381888,"relative_end":1758080299.381888,"duration":0.025408029556274414,"duration_str":"25.41ms","memory":0,"memory_str":"0B","params":[],"collector":"time","group":null},{"label":"Application","start":1758080299.381909,"relative_start":0.02542901039123535,"end":1758080299.490343,"relative_end":3.0994415283203125e-6,"duration":0.10843420028686523,"duration_str":"108ms","memory":0,"memory_str":"0B","params":[],"collector":"time","group":null},{"label":"Routing","start":1758080299.383166,"relative_start":0.02668619155883789,"end":1758080299.385673,"relative_end":1758080299.385673,"duration":0.0025069713592529297,"duration_str":"2.51ms","memory":0,"memory_str":"0B","params":[],"collector":null,"group":null},{"label":"Preparing Response","start":1758080299.414537,"relative_start":0.05805706977844238,"end":1758080299.479835,"relative_end":1758080299.479835,"duration":0.06529808044433594,"duration_str":"65.3ms","memory":0,"memory_str":"0B","params":[],"collector":null,"group":null},{"label":"View: shop::home.index","start":1758080299.414758,"relative_start":0.05827808380126953,"end":1758080299.414758,"relative_end":1758080299.414758,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.layouts.index","start":1758080299.425031,"relative_start":0.06855106353759766,"end":1758080299.425031,"relative_end":1758080299.425031,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.flash-group.index","start":1758080299.430356,"relative_start":0.07387614250183105,"end":1758080299.430356,"relative_end":1758080299.430356,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.flash-group.item","start":1758080299.430501,"relative_start":0.0740211009979248,"end":1758080299.430501,"relative_end":1758080299.430501,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.flash-group.item","start":1758080299.430582,"relative_start":0.07410216331481934,"end":1758080299.430582,"relative_end":1758080299.430582,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.modal.confirm","start":1758080299.430744,"relative_start":0.0742640495300293,"end":1758080299.430744,"relative_end":1758080299.430744,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.layouts.header.index","start":1758080299.431037,"relative_start":0.07455706596374512,"end":1758080299.431037,"relative_end":1758080299.431037,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.layouts.header.desktop.index","start":1758080299.43401,"relative_start":0.0775301456451416,"end":1758080299.43401,"relative_end":1758080299.43401,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.layouts.header.desktop.bottom","start":1758080299.43415,"relative_start":0.07767009735107422,"end":1758080299.43415,"relative_end":1758080299.43415,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::search.images.index","start":1758080299.44098,"relative_start":0.08450007438659668,"end":1758080299.44098,"relative_end":1758080299.44098,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::checkout.cart.mini-cart","start":1758080299.445849,"relative_start":0.08936905860900879,"end":1758080299.445849,"relative_end":1758080299.445849,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.quantity-changer.index","start":1758080299.451818,"relative_start":0.09533810615539551,"end":1758080299.451818,"relative_end":1758080299.451818,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.drawer.index","start":1758080299.452535,"relative_start":0.0960550308227539,"end":1758080299.452535,"relative_end":1758080299.452535,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.dropdown.index","start":1758080299.457156,"relative_start":0.10067605972290039,"end":1758080299.457156,"relative_end":1758080299.457156,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.layouts.header.mobile.index","start":1758080299.457467,"relative_start":0.10098719596862793,"end":1758080299.457467,"relative_end":1758080299.457467,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.drawer.index","start":1758080299.46169,"relative_start":0.1052100658416748,"end":1758080299.46169,"relative_end":1758080299.46169,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::checkout.cart.mini-cart","start":1758080299.463973,"relative_start":0.10749316215515137,"end":1758080299.463973,"relative_end":1758080299.463973,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.dropdown.index","start":1758080299.464307,"relative_start":0.10782718658447266,"end":1758080299.464307,"relative_end":1758080299.464307,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::search.images.index","start":1758080299.466359,"relative_start":0.1098790168762207,"end":1758080299.466359,"relative_end":1758080299.466359,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.layouts.services","start":1758080299.471558,"relative_start":0.11507821083068848,"end":1758080299.471558,"relative_end":1758080299.471558,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.layouts.footer.index","start":1758080299.473065,"relative_start":0.11658501625061035,"end":1758080299.473065,"relative_end":1758080299.473065,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.accordion.index","start":1758080299.474287,"relative_start":0.11780714988708496,"end":1758080299.474287,"relative_end":1758080299.474287,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.form.control-group.control","start":1758080299.47675,"relative_start":0.1202700138092041,"end":1758080299.47675,"relative_end":1758080299.47675,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.form.control-group.error","start":1758080299.476966,"relative_start":0.12048602104187012,"end":1758080299.476966,"relative_end":1758080299.476966,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::components.form.index","start":1758080299.477302,"relative_start":0.12082219123840332,"end":1758080299.477302,"relative_end":1758080299.477302,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: core::blade.tracer.style","start":1758080299.477643,"relative_start":0.12116312980651855,"end":1758080299.477643,"relative_end":1758080299.477643,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: paypal::checkout.onepage.paypal-smart-button","start":1758080299.477815,"relative_start":0.12133502960205078,"end":1758080299.477815,"relative_end":1758080299.477815,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"}]},"memory":{"peak_usage":5367344,"peak_usage_str":"5MB"},"exceptions":{"count":0,"exceptions":[]},"laravel":{"version":"11.x","tooltip":{"Laravel Version":"11.44.2","PHP Version":"8.3.25","Environment":"local","Debug Mode":"Enabled","URL":"localhost","Timezone":"Asia\/Kolkata","Locale":"en"}},"views":{"count":27,"nb_templates":27,"templates":[{"name":"shop::home.index","param_count":null,"params":[],"start":1758080299.414717,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/home\/index.blade.phpshop::home.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fhome%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.layouts.index","param_count":null,"params":[],"start":1758080299.425021,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/index.blade.phpshop::components.layouts.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.flash-group.index","param_count":null,"params":[],"start":1758080299.430347,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/flash-group\/index.blade.phpshop::components.flash-group.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fflash-group%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.flash-group.item","param_count":null,"params":[],"start":1758080299.430494,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/flash-group\/item.blade.phpshop::components.flash-group.item","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fflash-group%2Fitem.blade.php\u0026line=1","ajax":false,"filename":"item.blade.php","line":"?"}},{"name":"shop::components.flash-group.item","param_count":null,"params":[],"start":1758080299.430576,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/flash-group\/item.blade.phpshop::components.flash-group.item","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fflash-group%2Fitem.blade.php\u0026line=1","ajax":false,"filename":"item.blade.php","line":"?"}},{"name":"shop::components.modal.confirm","param_count":null,"params":[],"start":1758080299.430738,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/modal\/confirm.blade.phpshop::components.modal.confirm","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fmodal%2Fconfirm.blade.php\u0026line=1","ajax":false,"filename":"confirm.blade.php","line":"?"}},{"name":"shop::components.layouts.header.index","param_count":null,"params":[],"start":1758080299.431029,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/index.blade.phpshop::components.layouts.header.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fheader%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.layouts.header.desktop.index","param_count":null,"params":[],"start":1758080299.434001,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/desktop\/index.blade.phpshop::components.layouts.header.desktop.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fheader%2Fdesktop%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.layouts.header.desktop.bottom","param_count":null,"params":[],"start":1758080299.434143,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/desktop\/bottom.blade.phpshop::components.layouts.header.desktop.bottom","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fheader%2Fdesktop%2Fbottom.blade.php\u0026line=1","ajax":false,"filename":"bottom.blade.php","line":"?"}},{"name":"shop::search.images.index","param_count":null,"params":[],"start":1758080299.440971,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/search\/images\/index.blade.phpshop::search.images.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fsearch%2Fimages%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::checkout.cart.mini-cart","param_count":null,"params":[],"start":1758080299.44584,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/checkout\/cart\/mini-cart.blade.phpshop::checkout.cart.mini-cart","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcheckout%2Fcart%2Fmini-cart.blade.php\u0026line=1","ajax":false,"filename":"mini-cart.blade.php","line":"?"}},{"name":"shop::components.quantity-changer.index","param_count":null,"params":[],"start":1758080299.45181,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/quantity-changer\/index.blade.phpshop::components.quantity-changer.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fquantity-changer%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.drawer.index","param_count":null,"params":[],"start":1758080299.452527,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/drawer\/index.blade.phpshop::components.drawer.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fdrawer%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.dropdown.index","param_count":null,"params":[],"start":1758080299.457148,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/dropdown\/index.blade.phpshop::components.dropdown.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fdropdown%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.layouts.header.mobile.index","param_count":null,"params":[],"start":1758080299.457458,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/mobile\/index.blade.phpshop::components.layouts.header.mobile.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fheader%2Fmobile%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.drawer.index","param_count":null,"params":[],"start":1758080299.461681,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/drawer\/index.blade.phpshop::components.drawer.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fdrawer%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::checkout.cart.mini-cart","param_count":null,"params":[],"start":1758080299.463963,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/checkout\/cart\/mini-cart.blade.phpshop::checkout.cart.mini-cart","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcheckout%2Fcart%2Fmini-cart.blade.php\u0026line=1","ajax":false,"filename":"mini-cart.blade.php","line":"?"}},{"name":"shop::components.dropdown.index","param_count":null,"params":[],"start":1758080299.464299,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/dropdown\/index.blade.phpshop::components.dropdown.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fdropdown%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::search.images.index","param_count":null,"params":[],"start":1758080299.466351,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/search\/images\/index.blade.phpshop::search.images.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fsearch%2Fimages%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.layouts.services","param_count":null,"params":[],"start":1758080299.471549,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/services.blade.phpshop::components.layouts.services","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fservices.blade.php\u0026line=1","ajax":false,"filename":"services.blade.php","line":"?"}},{"name":"shop::components.layouts.footer.index","param_count":null,"params":[],"start":1758080299.473056,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/footer\/index.blade.phpshop::components.layouts.footer.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Ffooter%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.accordion.index","param_count":null,"params":[],"start":1758080299.474279,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/accordion\/index.blade.phpshop::components.accordion.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Faccordion%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::components.form.control-group.control","param_count":null,"params":[],"start":1758080299.476742,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/form\/control-group\/control.blade.phpshop::components.form.control-group.control","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fform%2Fcontrol-group%2Fcontrol.blade.php\u0026line=1","ajax":false,"filename":"control.blade.php","line":"?"}},{"name":"shop::components.form.control-group.error","param_count":null,"params":[],"start":1758080299.476957,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/form\/control-group\/error.blade.phpshop::components.form.control-group.error","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fform%2Fcontrol-group%2Ferror.blade.php\u0026line=1","ajax":false,"filename":"error.blade.php","line":"?"}},{"name":"shop::components.form.index","param_count":null,"params":[],"start":1758080299.477293,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/form\/index.blade.phpshop::components.form.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Fform%2Findex.blade.php\u0026line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"core::blade.tracer.style","param_count":null,"params":[],"start":1758080299.477634,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Providers\/..\/Resources\/views\/blade\/tracer\/style.blade.phpcore::blade.tracer.style","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FCore%2Fsrc%2FResources%2Fviews%2Fblade%2Ftracer%2Fstyle.blade.php\u0026line=1","ajax":false,"filename":"style.blade.php","line":"?"}},{"name":"paypal::checkout.onepage.paypal-smart-button","param_count":null,"params":[],"start":1758080299.477807,"type":"blade","hash":"blade\/var\/www\/html\/bagisto\/packages\/Webkul\/Paypal\/src\/Providers\/..\/Resources\/views\/checkout\/onepage\/paypal-smart-button.blade.phppaypal::checkout.onepage.paypal-smart-button","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FPaypal%2Fsrc%2FResources%2Fviews%2Fcheckout%2Fonepage%2Fpaypal-smart-button.blade.php\u0026line=1","ajax":false,"filename":"paypal-smart-button.blade.php","line":"?"}}]},"queries":{"count":19,"nb_statements":19,"nb_visible_statements":19,"nb_excluded_statements":0,"nb_failed_statements":0,"accumulated_duration":0.01653,"accumulated_duration_str":"16.53ms","memory_usage":0,"memory_usage_str":null,"statements":[{"sql":"select * from `channels` where `hostname` in (\u0027www.eclipseaviation.com\u0027, \u0027http:\/\/www.eclipseaviation.com\u0027, \u0027https:\/\/www.eclipseaviation.com\u0027)","type":"query","params":[],"bindings":["www.eclipseaviation.com","http:\/\/www.eclipseaviation.com","https:\/\/www.eclipseaviation.com"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":578},{"index":16,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Core.php","line":143},{"index":17,"namespace":"middleware","name":"theme","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Theme.php","line":19},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":20,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1758080299.388782,"duration":0.0025499999999999997,"duration_str":"2.55ms","memory":0,"memory_str":null,"filename":"BaseRepository.php:578","source":{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":578},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php\u0026line=578","ajax":false,"filename":"BaseRepository.php","line":"578"},"connection":"bagisto","explain":null,"start_percent":0,"width_percent":15.426},{"sql":"select * from `channels` limit 1","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":18,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":404},{"index":19,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Core.php","line":150},{"index":20,"namespace":"middleware","name":"theme","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Theme.php","line":19},{"index":21,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":23,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1758080299.392181,"duration":0.00038,"duration_str":"380\u03bcs","memory":0,"memory_str":null,"filename":"BaseRepository.php:404","source":{"index":18,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":404},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php\u0026line=404","ajax":false,"filename":"BaseRepository.php","line":"404"},"connection":"bagisto","explain":null,"start_percent":15.426,"width_percent":2.299},{"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":true,"backtrace":[{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},{"index":21,"namespace":"middleware","name":"installer_locale","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Locale.php","line":25},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":23,"namespace":"middleware","name":"theme","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Theme.php","line":32},{"index":24,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1758080299.39343,"duration":0.0006,"duration_str":"600\u03bcs","memory":0,"memory_str":null,"filename":"Translatable.php:164","source":{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php\u0026line=164","ajax":false,"filename":"Translatable.php","line":"164"},"connection":"bagisto","explain":null,"start_percent":17.725,"width_percent":3.63},{"sql":"select * from `locales` where `locales`.`id` = 1 limit 1","type":"query","params":[],"bindings":[1],"hints":null,"show_copy":true,"backtrace":[{"index":20,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},{"index":22,"namespace":"middleware","name":"installer_locale","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Locale.php","line":33},{"index":23,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":24,"namespace":"middleware","name":"theme","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Theme.php","line":32},{"index":25,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1758080299.394524,"duration":0.00047999999999999996,"duration_str":"480\u03bcs","memory":0,"memory_str":null,"filename":"Translatable.php:164","source":{"index":20,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php\u0026line=164","ajax":false,"filename":"Translatable.php","line":"164"},"connection":"bagisto","explain":null,"start_percent":21.355,"width_percent":2.904},{"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":true,"backtrace":[{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},{"index":21,"namespace":"middleware","name":"currency","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Currency.php","line":25},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":23,"namespace":"middleware","name":"installer_locale","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Locale.php","line":40},{"index":24,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1758080299.395766,"duration":0.0005600000000000001,"duration_str":"560\u03bcs","memory":0,"memory_str":null,"filename":"Translatable.php:164","source":{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php\u0026line=164","ajax":false,"filename":"Translatable.php","line":"164"},"connection":"bagisto","explain":null,"start_percent":24.259,"width_percent":3.388},{"sql":"select * from `currencies` where `currencies`.`id` = 1 limit 1","type":"query","params":[],"bindings":[1],"hints":null,"show_copy":true,"backtrace":[{"index":20,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},{"index":22,"namespace":"middleware","name":"currency","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Currency.php","line":33},{"index":23,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":24,"namespace":"middleware","name":"installer_locale","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Locale.php","line":40},{"index":25,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1758080299.396896,"duration":0.00041,"duration_str":"410\u03bcs","memory":0,"memory_str":null,"filename":"Translatable.php:164","source":{"index":20,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php\u0026line=164","ajax":false,"filename":"Translatable.php","line":"164"},"connection":"bagisto","explain":null,"start_percent":27.647,"width_percent":2.48},{"sql":"select exists (select 1 from information_schema.tables where table_schema = \u0027bagisto\u0027 and table_name = \u0027admins\u0027 and table_type in (\u0027BASE TABLE\u0027, \u0027SYSTEM VERSIONED\u0027)) as `exists`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":13,"namespace":null,"name":"packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","line":32},{"index":14,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Http\/Middleware\/PreventRequestsDuringMaintenance.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Http\/Middleware\/PreventRequestsDuringMaintenance.php","line":44},{"index":16,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","line":1004},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","line":832},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php","line":1078}],"start":1758080299.40266,"duration":0.0013,"duration_str":"1.3ms","memory":0,"memory_str":null,"filename":"DatabaseManager.php:32","source":{"index":13,"namespace":null,"name":"packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","line":32},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FInstaller%2Fsrc%2FHelpers%2FDatabaseManager.php\u0026line=32","ajax":false,"filename":"DatabaseManager.php","line":"32"},"connection":"bagisto","explain":null,"start_percent":30.127,"width_percent":7.864},{"sql":"select count(*) as aggregate from `admins`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","line":38},{"index":16,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Http\/Middleware\/PreventRequestsDuringMaintenance.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Http\/Middleware\/PreventRequestsDuringMaintenance.php","line":44},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","line":1004},{"index":19,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","line":832},{"index":20,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php","line":1078}],"start":1758080299.4043438,"duration":0.00057,"duration_str":"570\u03bcs","memory":0,"memory_str":null,"filename":"DatabaseManager.php:38","source":{"index":15,"namespace":null,"name":"packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","line":38},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FInstaller%2Fsrc%2FHelpers%2FDatabaseManager.php\u0026line=38","ajax":false,"filename":"DatabaseManager.php","line":"38"},"connection":"bagisto","explain":null,"start_percent":37.992,"width_percent":3.448},{"sql":"select exists (select 1 from information_schema.tables where table_schema = \u0027bagisto\u0027 and table_name = \u0027admins\u0027 and table_type in (\u0027BASE TABLE\u0027, \u0027SYSTEM VERSIONED\u0027)) as `exists`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":13,"namespace":null,"name":"packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","line":32},{"index":14,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Http\/Middleware\/PreventRequestsDuringMaintenance.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Http\/Middleware\/PreventRequestsDuringMaintenance.php","line":59},{"index":15,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":16,"namespace":"middleware","name":"currency","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Currency.php","line":40},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1758080299.4053018,"duration":0.0009599999999999999,"duration_str":"960\u03bcs","memory":0,"memory_str":null,"filename":"DatabaseManager.php:32","source":{"index":13,"namespace":null,"name":"packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","line":32},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FInstaller%2Fsrc%2FHelpers%2FDatabaseManager.php\u0026line=32","ajax":false,"filename":"DatabaseManager.php","line":"32"},"connection":"bagisto","explain":null,"start_percent":41.44,"width_percent":5.808},{"sql":"select count(*) as aggregate from `admins`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","line":38},{"index":16,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Http\/Middleware\/PreventRequestsDuringMaintenance.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Http\/Middleware\/PreventRequestsDuringMaintenance.php","line":59},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":18,"namespace":"middleware","name":"currency","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Currency.php","line":40},{"index":19,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1758080299.4065769,"duration":0.00041999999999999996,"duration_str":"420\u03bcs","memory":0,"memory_str":null,"filename":"DatabaseManager.php:38","source":{"index":15,"namespace":null,"name":"packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Installer\/src\/Helpers\/DatabaseManager.php","line":38},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FInstaller%2Fsrc%2FHelpers%2FDatabaseManager.php\u0026line=38","ajax":false,"filename":"DatabaseManager.php","line":"38"},"connection":"bagisto","explain":null,"start_percent":47.247,"width_percent":2.541},{"sql":"insert into `jobs` (`queue`, `attempts`, `reserved_at`, `available_at`, `created_at`, `payload`) values (\u0027default\u0027, 0, null, 1758080299, 1758080299, \u0027{\\\u0022uuid\\\u0022:\\\u00226e541d1c-f1d9-4d0a-9086-df5b945f1377\\\u0022,\\\u0022displayName\\\u0022:\\\u0022Webkul\\\\\\\\Core\\\\\\\\Jobs\\\\\\\\UpdateCreateVisitIndex\\\u0022,\\\u0022job\\\u0022:\\\u0022Illuminate\\\\\\\\Queue\\\\\\\\CallQueuedHandler@call\\\u0022,\\\u0022maxTries\\\u0022:null,\\\u0022maxExceptions\\\u0022:null,\\\u0022failOnTimeout\\\u0022:false,\\\u0022backoff\\\u0022:null,\\\u0022timeout\\\u0022:null,\\\u0022retryUntil\\\u0022:null,\\\u0022data\\\u0022:{\\\u0022commandName\\\u0022:\\\u0022Webkul\\\\\\\\Core\\\\\\\\Jobs\\\\\\\\UpdateCreateVisitIndex\\\u0022,\\\u0022command\\\u0022:\\\u0022O:39:\\\\\\\u0022Webkul\\\\\\\\Core\\\\\\\\Jobs\\\\\\\\UpdateCreateVisitIndex\\\\\\\u0022:1:{s:6:\\\\\\\u0022\\\\u0000*\\\\u0000log\\\\\\\u0022;a:14:{s:6:\\\\\\\u0022method\\\\\\\u0022;s:3:\\\\\\\u0022GET\\\\\\\u0022;s:7:\\\\\\\u0022request\\\\\\\u0022;a:0:{}s:3:\\\\\\\u0022url\\\\\\\u0022;s:38:\\\\\\\u0022http:\\\\\/\\\\\/www.eclipseaviation.com\\\\\/rss.php\\\\\\\u0022;s:7:\\\\\\\u0022referer\\\\\\\u0022;N;s:9:\\\\\\\u0022languages\\\\\\\u0022;a:0:{}s:9:\\\\\\\u0022useragent\\\\\\\u0022;s:42:\\\\\\\u0022FeedBurner\\\\\/1.0 (http:\\\\\/\\\\\/www.FeedBurner.com)\\\\\\\u0022;s:7:\\\\\\\u0022headers\\\\\\\u0022;a:12:{s:15:\\\\\\\u0022x-forwarded-for\\\\\\\u0022;a:1:{i:0;s:12:\\\\\\\u0022142.250.32.5\\\\\\\u0022;}s:4:\\\\\\\u0022host\\\\\\\u0022;a:1:{i:0;s:23:\\\\\\\u0022www.eclipseaviation.com\\\\\\\u0022;}s:6:\\\\\\\u0022accept\\\\\\\u0022;a:1:{i:0;s:3:\\\\\\\u0022*\\\\\/*\\\\\\\u0022;}s:15:\\\\\\\u0022accept-encoding\\\\\\\u0022;a:1:{i:0;s:4:\\\\\\\u0022gzip\\\\\\\u0022;}s:10:\\\\\\\u0022user-agent\\\\\\\u0022;a:1:{i:0;s:42:\\\\\\\u0022FeedBurner\\\\\/1.0 (http:\\\\\/\\\\\/www.FeedBurner.com)\\\\\\\u0022;}s:6:\\\\\\\u0022cf-ray\\\\\\\u0022;a:1:{i:0;s:20:\\\\\\\u0022980591ee1c7a4742-CDG\\\\\\\u0022;}s:8:\\\\\\\u0022cdn-loop\\\\\\\u0022;a:1:{i:0;s:19:\\\\\\\u0022cloudflare; loops=1\\\\\\\u0022;}s:16:\\\\\\\u0022cf-connecting-ip\\\\\\\u0022;a:1:{i:0;s:12:\\\\\\\u0022142.250.32.5\\\\\\\u0022;}s:12:\\\\\\\u0022cf-ipcountry\\\\\\\u0022;a:1:{i:0;s:2:\\\\\\\u0022BE\\\\\\\u0022;}s:10:\\\\\\\u0022cf-visitor\\\\\\\u0022;a:1:{i:0;s:17:\\\\\\\u0022{\\\\\\\u0022scheme\\\\\\\u0022:\\\\\\\u0022http\\\\\\\u0022}\\\\\\\u0022;}s:17:\\\\\\\u0022x-forwarded-proto\\\\\\\u0022;a:1:{i:0;s:4:\\\\\\\u0022http\\\\\\\u0022;}s:10:\\\\\\\u0022connection\\\\\\\u0022;a:1:{i:0;s:10:\\\\\\\u0022Keep-Alive\\\\\\\u0022;}}s:6:\\\\\\\u0022device\\\\\\\u0022;s:0:\\\\\\\u0022\\\\\\\u0022;s:8:\\\\\\\u0022platform\\\\\\\u0022;s:0:\\\\\\\u0022\\\\\\\u0022;s:7:\\\\\\\u0022browser\\\\\\\u0022;s:0:\\\\\\\u0022\\\\\\\u0022;s:2:\\\\\\\u0022ip\\\\\\\u0022;s:13:\\\\\\\u0022172.68.151.46\\\\\\\u0022;s:10:\\\\\\\u0022visitor_id\\\\\\\u0022;N;s:12:\\\\\\\u0022visitor_type\\\\\\\u0022;N;s:10:\\\\\\\u0022channel_id\\\\\\\u0022;i:1;}}\\\u0022}}\u0027)","type":"query","params":[],"bindings":["default",0,null,1758080299,1758080299,"{\u0022uuid\u0022:\u00226e541d1c-f1d9-4d0a-9086-df5b945f1377\u0022,\u0022displayName\u0022:\u0022Webkul\\\\Core\\\\Jobs\\\\UpdateCreateVisitIndex\u0022,\u0022job\u0022:\u0022Illuminate\\\\Queue\\\\CallQueuedHandler@call\u0022,\u0022maxTries\u0022:null,\u0022maxExceptions\u0022:null,\u0022failOnTimeout\u0022:false,\u0022backoff\u0022:null,\u0022timeout\u0022:null,\u0022retryUntil\u0022:null,\u0022data\u0022:{\u0022commandName\u0022:\u0022Webkul\\\\Core\\\\Jobs\\\\UpdateCreateVisitIndex\u0022,\u0022command\u0022:\u0022O:39:\\\u0022Webkul\\\\Core\\\\Jobs\\\\UpdateCreateVisitIndex\\\u0022:1:{s:6:\\\u0022\\u0000*\\u0000log\\\u0022;a:14:{s:6:\\\u0022method\\\u0022;s:3:\\\u0022GET\\\u0022;s:7:\\\u0022request\\\u0022;a:0:{}s:3:\\\u0022url\\\u0022;s:38:\\\u0022http:\\\/\\\/www.eclipseaviation.com\\\/rss.php\\\u0022;s:7:\\\u0022referer\\\u0022;N;s:9:\\\u0022languages\\\u0022;a:0:{}s:9:\\\u0022useragent\\\u0022;s:42:\\\u0022FeedBurner\\\/1.0 (http:\\\/\\\/www.FeedBurner.com)\\\u0022;s:7:\\\u0022headers\\\u0022;a:12:{s:15:\\\u0022x-forwarded-for\\\u0022;a:1:{i:0;s:12:\\\u0022142.250.32.5\\\u0022;}s:4:\\\u0022host\\\u0022;a:1:{i:0;s:23:\\\u0022www.eclipseaviation.com\\\u0022;}s:6:\\\u0022accept\\\u0022;a:1:{i:0;s:3:\\\u0022*\\\/*\\\u0022;}s:15:\\\u0022accept-encoding\\\u0022;a:1:{i:0;s:4:\\\u0022gzip\\\u0022;}s:10:\\\u0022user-agent\\\u0022;a:1:{i:0;s:42:\\\u0022FeedBurner\\\/1.0 (http:\\\/\\\/www.FeedBurner.com)\\\u0022;}s:6:\\\u0022cf-ray\\\u0022;a:1:{i:0;s:20:\\\u0022980591ee1c7a4742-CDG\\\u0022;}s:8:\\\u0022cdn-loop\\\u0022;a:1:{i:0;s:19:\\\u0022cloudflare; loops=1\\\u0022;}s:16:\\\u0022cf-connecting-ip\\\u0022;a:1:{i:0;s:12:\\\u0022142.250.32.5\\\u0022;}s:12:\\\u0022cf-ipcountry\\\u0022;a:1:{i:0;s:2:\\\u0022BE\\\u0022;}s:10:\\\u0022cf-visitor\\\u0022;a:1:{i:0;s:17:\\\u0022{\\\u0022scheme\\\u0022:\\\u0022http\\\u0022}\\\u0022;}s:17:\\\u0022x-forwarded-proto\\\u0022;a:1:{i:0;s:4:\\\u0022http\\\u0022;}s:10:\\\u0022connection\\\u0022;a:1:{i:0;s:10:\\\u0022Keep-Alive\\\u0022;}}s:6:\\\u0022device\\\u0022;s:0:\\\u0022\\\u0022;s:8:\\\u0022platform\\\u0022;s:0:\\\u0022\\\u0022;s:7:\\\u0022browser\\\u0022;s:0:\\\u0022\\\u0022;s:2:\\\u0022ip\\\u0022;s:13:\\\u0022172.68.151.46\\\u0022;s:10:\\\u0022visitor_id\\\u0022;N;s:12:\\\u0022visitor_type\\\u0022;N;s:10:\\\u0022channel_id\\\u0022;i:1;}}\u0022}}"],"hints":null,"show_copy":true,"backtrace":[{"index":11,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Queue\/DatabaseQueue.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Queue\/DatabaseQueue.php","line":188},{"index":12,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Queue\/DatabaseQueue.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Queue\/DatabaseQueue.php","line":99},{"index":13,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Queue\/Queue.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Queue\/Queue.php","line":338},{"index":14,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Queue\/DatabaseQueue.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Queue\/DatabaseQueue.php","line":93},{"index":15,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Bus\/Dispatcher.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Bus\/Dispatcher.php","line":244}],"start":1758080299.409094,"duration":0.00352,"duration_str":"3.52ms","memory":0,"memory_str":null,"filename":"DatabaseQueue.php:188","source":{"index":11,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Queue\/DatabaseQueue.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Queue\/DatabaseQueue.php","line":188},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Flaravel%2Fframework%2Fsrc%2FIlluminate%2FQueue%2FDatabaseQueue.php\u0026line=188","ajax":false,"filename":"DatabaseQueue.php","line":"188"},"connection":"bagisto","explain":null,"start_percent":49.788,"width_percent":21.295},{"sql":"select * from `theme_customizations` where `status` = 1 and `channel_id` = 1 order by `sort_order` asc","type":"query","params":[],"bindings":[1,1],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":315},{"index":17,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/ProductsCategoriesProxyController.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/ProductsCategoriesProxyController.php","line":47},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":19,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":44}],"start":1758080299.413442,"duration":0.00055,"duration_str":"550\u03bcs","memory":0,"memory_str":null,"filename":"BaseRepository.php:559","source":{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php\u0026line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bagisto","explain":null,"start_percent":71.083,"width_percent":3.327},{"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":true,"backtrace":[{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},{"index":21,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":445},{"index":22,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":200},{"index":23,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":148},{"index":25,"namespace":"view","name":"shop::home.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/home\/index.blade.php","line":9}],"start":1758080299.417829,"duration":0.00047,"duration_str":"470\u03bcs","memory":0,"memory_str":null,"filename":"Translatable.php:164","source":{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/var\/www\/html\/bagisto\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":164},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php\u0026line=164","ajax":false,"filename":"Translatable.php","line":"164"},"connection":"bagisto","explain":null,"start_percent":74.41,"width_percent":2.843},{"sql":"select count(*) as aggregate 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":true,"backtrace":[{"index":19,"namespace":"view","name":"shop::components.layouts.header.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/index.blade.php","line":4},{"index":21,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":124},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":23,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":75},{"index":24,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","line":209}],"start":1758080299.4315588,"duration":0.00076,"duration_str":"760\u03bcs","memory":0,"memory_str":null,"filename":"shop::components.layouts.header.index:4","source":{"index":19,"namespace":"view","name":"shop::components.layouts.header.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/index.blade.php","line":4},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fheader%2Findex.blade.php\u0026line=4","ajax":false,"filename":"index.blade.php","line":"4"},"connection":"bagisto","explain":null,"start_percent":77.253,"width_percent":4.598},{"sql":"select count(*) as aggregate 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":true,"backtrace":[{"index":19,"namespace":"view","name":"shop::components.layouts.header.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/index.blade.php","line":4},{"index":21,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":124},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":23,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":75},{"index":24,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","line":209}],"start":1758080299.432991,"duration":0.00045,"duration_str":"450\u03bcs","memory":0,"memory_str":null,"filename":"shop::components.layouts.header.index:4","source":{"index":19,"namespace":"view","name":"shop::components.layouts.header.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/index.blade.php","line":4},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fheader%2Findex.blade.php\u0026line=4","ajax":false,"filename":"index.blade.php","line":"4"},"connection":"bagisto","explain":null,"start_percent":81.851,"width_percent":2.722},{"sql":"select count(*) as aggregate 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":true,"backtrace":[{"index":19,"namespace":"view","name":"shop::components.layouts.header.mobile.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/mobile\/index.blade.php","line":439},{"index":21,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":124},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":23,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":75},{"index":24,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","line":209}],"start":1758080299.466909,"duration":0.00107,"duration_str":"1.07ms","memory":0,"memory_str":null,"filename":"shop::components.layouts.header.mobile.index:439","source":{"index":19,"namespace":"view","name":"shop::components.layouts.header.mobile.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/mobile\/index.blade.php","line":439},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fheader%2Fmobile%2Findex.blade.php\u0026line=439","ajax":false,"filename":"index.blade.php","line":"439"},"connection":"bagisto","explain":null,"start_percent":84.574,"width_percent":6.473},{"sql":"select count(*) as aggregate 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":true,"backtrace":[{"index":19,"namespace":"view","name":"shop::components.layouts.header.mobile.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/mobile\/index.blade.php","line":439},{"index":21,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":124},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":23,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":75},{"index":24,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/View\/View.php","line":209}],"start":1758080299.4685092,"duration":0.00044,"duration_str":"440\u03bcs","memory":0,"memory_str":null,"filename":"shop::components.layouts.header.mobile.index:439","source":{"index":19,"namespace":"view","name":"shop::components.layouts.header.mobile.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/header\/mobile\/index.blade.php","line":439},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fcomponents%2Flayouts%2Fheader%2Fmobile%2Findex.blade.php\u0026line=439","ajax":false,"filename":"index.blade.php","line":"439"},"connection":"bagisto","explain":null,"start_percent":91.047,"width_percent":2.662},{"sql":"select * from `theme_customizations` where `type` = \u0027services_content\u0027 and `status` = 1 and `theme_code` = \u0027default\u0027 and `channel_id` = 1","type":"query","params":[],"bindings":["services_content",1,"default",1],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":315},{"index":17,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","line":119},{"index":18,"namespace":"view","name":"shop::components.layouts.services","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/services.blade.php","line":13},{"index":20,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":124}],"start":1758080299.471884,"duration":0.00062,"duration_str":"620\u03bcs","memory":0,"memory_str":null,"filename":"BaseRepository.php:559","source":{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php\u0026line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bagisto","explain":null,"start_percent":93.708,"width_percent":3.751},{"sql":"select * from `theme_customizations` where `type` = \u0027footer_links\u0027 and `status` = 1 and `theme_code` = \u0027default\u0027 and `channel_id` = 1","type":"query","params":[],"bindings":["footer_links",1,"default",1],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":315},{"index":17,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","line":119},{"index":18,"namespace":"view","name":"shop::components.layouts.footer.index","file":"\/var\/www\/html\/bagisto\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/components\/layouts\/footer\/index.blade.php","line":17},{"index":20,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","file":"\/var\/www\/html\/bagisto\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":124}],"start":1758080299.473317,"duration":0.00041999999999999996,"duration_str":"420\u03bcs","memory":0,"memory_str":null,"filename":"BaseRepository.php:559","source":{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/var\/www\/html\/bagisto\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php\u0026line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bagisto","explain":null,"start_percent":97.459,"width_percent":2.541}]},"models":{"data":{"Webkul\\Core\\Models\\Channel":{"value":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FChannel.php\u0026line=1","ajax":false,"filename":"Channel.php","line":"?"}},"Webkul\\Core\\Models\\Locale":{"value":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FLocale.php\u0026line=1","ajax":false,"filename":"Locale.php","line":"?"}},"Webkul\\Core\\Models\\Currency":{"value":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FCurrency.php\u0026line=1","ajax":false,"filename":"Currency.php","line":"?"}}},"count":3,"is_counter":true},"symfonymailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"request":{"data":{"status":"200 OK","full_url":"http:\/\/www.eclipseaviation.com\/rss.php","action_name":"shop.product_or_category.index","controller_action":"Webkul\\Shop\\Http\\Controllers\\ProductsCategoriesProxyController@index","uri":"GET {fallbackPlaceholder}","controller":"Webkul\\Shop\\Http\\Controllers\\ProductsCategoriesProxyController@index\u003Ca href=\u0022phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FHttp%2FControllers%2FProductsCategoriesProxyController.php\u0026line=37\u0022 class=\u0022phpdebugbar-widgets-editor-link\u0022\u003E\u003C\/a\u003E","file":"\u003Ca href=\u0022phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fbagisto%2Fpackages%2FWebkul%2FShop%2Fsrc%2FHttp%2FControllers%2FProductsCategoriesProxyController.php\u0026line=37\u0022 onclick=\u0022\u0022 class=\u0022phpdebugbar-widgets-editor-link\u0022\u003Epackages\/Webkul\/Shop\/src\/Http\/Controllers\/ProductsCategoriesProxyController.php:37-132\u003C\/a\u003E","middleware":"web, shop, Webkul\\Core\\Http\\Middleware\\PreventRequestsDuringMaintenance, cache.response","duration":"135ms","peak_memory":"6MB","response":"text\/html; charset=UTF-8","request_format":"html","request_query":"\u003Cpre class=sf-dump id=sf-dump-664312160 data-indent-pad=\u0022  \u0022\u003E[]\n\u003C\/pre\u003E\u003Cscript\u003ESfdump(\u0022sf-dump-664312160\u0022, {\u0022maxDepth\u0022:0})\u003C\/script\u003E\n","request_request":"\u003Cpre class=sf-dump id=sf-dump-51087670 data-indent-pad=\u0022  \u0022\u003E[]\n\u003C\/pre\u003E\u003Cscript\u003ESfdump(\u0022sf-dump-51087670\u0022, {\u0022maxDepth\u0022:0})\u003C\/script\u003E\n","request_headers":"\u003Cpre class=sf-dump id=sf-dump-1733190463 data-indent-pad=\u0022  \u0022\u003E\u003Cspan class=sf-dump-note\u003Earray:12\u003C\/span\u003E [\u003Csamp data-depth=1 class=sf-dump-expanded\u003E\n  \u0022\u003Cspan class=sf-dump-key\u003Ex-forwarded-for\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002212 characters\u0022\u003E142.250.32.5\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Ehost\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002223 characters\u0022\u003Ewww.eclipseaviation.com\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Eaccept\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u00223 characters\u0022\u003E*\/*\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Eaccept-encoding\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u00224 characters\u0022\u003Egzip\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Euser-agent\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002242 characters\u0022\u003EFeedBurner\/1.0 (http:\/\/www.FeedBurner.com)\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Ecf-ray\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002220 characters\u0022\u003E980591ee1c7a4742-CDG\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Ecdn-loop\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002219 characters\u0022\u003Ecloudflare; loops=1\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Ecf-connecting-ip\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002212 characters\u0022\u003E142.250.32.5\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Ecf-ipcountry\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u00222 characters\u0022\u003EBE\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Ecf-visitor\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002217 characters\u0022\u003E{\u0026quot;scheme\u0026quot;:\u0026quot;http\u0026quot;}\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Ex-forwarded-proto\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u00224 characters\u0022\u003Ehttp\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Econnection\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002210 characters\u0022\u003EKeep-Alive\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n\u003C\/samp\u003E]\n\u003C\/pre\u003E\u003Cscript\u003ESfdump(\u0022sf-dump-1733190463\u0022, {\u0022maxDepth\u0022:0})\u003C\/script\u003E\n","request_cookies":"\u003Cpre class=sf-dump id=sf-dump-829548302 data-indent-pad=\u0022  \u0022\u003E[]\n\u003C\/pre\u003E\u003Cscript\u003ESfdump(\u0022sf-dump-829548302\u0022, {\u0022maxDepth\u0022:0})\u003C\/script\u003E\n","response_headers":"\u003Cpre class=sf-dump id=sf-dump-226728702 data-indent-pad=\u0022  \u0022\u003E\u003Cspan class=sf-dump-note\u003Earray:3\u003C\/span\u003E [\u003Csamp data-depth=1 class=sf-dump-expanded\u003E\n  \u0022\u003Cspan class=sf-dump-key\u003Econtent-type\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002224 characters\u0022\u003Etext\/html; charset=UTF-8\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Ecache-control\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002217 characters\u0022\u003Eno-cache, private\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n  \u0022\u003Cspan class=sf-dump-key\u003Edate\u003C\/span\u003E\u0022 =\u003E \u003Cspan class=sf-dump-note\u003Earray:1\u003C\/span\u003E [\u003Csamp data-depth=2 class=sf-dump-compact\u003E\n    \u003Cspan class=sf-dump-index\u003E0\u003C\/span\u003E =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002229 characters\u0022\u003EWed, 17 Sep 2025 03:38:19 GMT\u003C\/span\u003E\u0022\n  \u003C\/samp\u003E]\n\u003C\/samp\u003E]\n\u003C\/pre\u003E\u003Cscript\u003ESfdump(\u0022sf-dump-226728702\u0022, {\u0022maxDepth\u0022:0})\u003C\/script\u003E\n","session_attributes":"\u003Cpre class=sf-dump id=sf-dump-634379838 data-indent-pad=\u0022  \u0022\u003E\u003Cspan class=sf-dump-note\u003Earray:3\u003C\/span\u003E [\u003Csamp data-depth=1 class=sf-dump-expanded\u003E\n  \u0022\u003Cspan class=sf-dump-key\u003E_token\u003C\/span\u003E\u0022 =\u003E \u0022\u003Cspan class=sf-dump-str title=\u002240 characters\u0022\u003EG0oZ0fpeBjb5In3NSjUdcPD5sv7qHIyvdVKN65M5\u003C\/span\u003E\u0022\n  \u0022\u003Cspan class=sf-dump-key\u003Elocale\u003C\/span\u003E\u0022 =\u003E \u0022\u003Cspan class=sf-dump-str title=\u00222 characters\u0022\u003Een\u003C\/span\u003E\u0022\n  \u0022\u003Cspan class=sf-dump-key\u003Ecurrency\u003C\/span\u003E\u0022 =\u003E \u0022\u003Cspan class=sf-dump-str title=\u00223 characters\u0022\u003EUSD\u003C\/span\u003E\u0022\n\u003C\/samp\u003E]\n\u003C\/pre\u003E\u003Cscript\u003ESfdump(\u0022sf-dump-634379838\u0022, {\u0022maxDepth\u0022:0})\u003C\/script\u003E\n"},"tooltip":{"status":"200 OK","full_url":"http:\/\/www.eclipseaviation.com\/rss.php","action_name":"shop.product_or_category.index","controller_action":"Webkul\\Shop\\Http\\Controllers\\ProductsCategoriesProxyController@index"},"badge":null}}, "01K5AW0WERXHBDV7PVWJSZAD6D");

</script>
</body>
</html>
