HEX
Server: LiteSpeed
System: Linux sv4.hami.host 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: armgroup (1008)
PHP: 8.2.32
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, mail, socket_create, socket_create_listen, socket_create_pair, link, dl, openlog, syslog, stream_socket_server, curl_multi_init
Upload Files
File: /home/armgroup/libs/storage/framework/views/cbc9a1373eb83b0dae18bb97a51b1a29ab3597cb.php
<nav class="nav panel-menu" role="navigation" id="panel-menu">
        <span class="closePanel close-menu">
          <i class="fal fa-times"></i>
        </span>
    <div class="row header-menu">
        <div class="col-12 p-0">
            <div class="btn-menu">منوی دسترسی</div>
        </div>
    </div>
    <div class="row">
        <div class="col-12 p-0">
            <ul>
                <li class="main-menu">
                    <a href="<?php echo e(route('index')); ?>">صفحه اصلی</a>
                </li>
                <li class="main-menu">
                <span class="openSubPanel">دسته بندی محصولات
                  <span class="arow-menu">
                    <i class=""></i>
                  </span>
                </span>
                    <ul class="subPanel">
                        <li class="close-li">
                            <span class="closeSubPanel"> <i class=""></i> بازگشت </span>
                        </li>
                        <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <?php if(count($category->activeChildren)): ?>
                                <li class="main-menu">
                                        <span class="openSubPanel">

                                            <?php echo e($category->name); ?>

                                            <span class="arow-menu"><i class=""></i></span>
                                        </span>
                                    <ul class="subPanel">
                                        <li class="close-li">
                                            <span class="closeSubPanel"><i class=""></i> بازگشت </span>
                                        </li>
                                        <?php $__currentLoopData = $category->activeChildren; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child1): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                            <?php if(count($child1->activeChildren)): ?>
                                                <li class="main-menu">
                                                        <span class="openSubPanel">
                                                            <?php echo e($child1->name); ?>

                                                            <span class="arow-menu"><i class=""></i></span>
                                                        </span>
                                                    <ul class="subPanel">
                                                        <li class="close-li">
                                                            <span class="closeSubPanel"><i class=""></i> بازگشت </span>
                                                        </li>
                                                        <?php $__currentLoopData = $child1->activeChildren; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child2): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                            <li class="main-menu">
                                                                <a href="<?php echo e(route('categories.show', $child2->slug)); ?>">

                                                                    <?php echo e($child2->name); ?>

                                                                </a>
                                                            </li>
                                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                    </ul>
                                                </li>
                                            <?php else: ?>
                                                <li class="main-menu">
                                                    <a href="<?php echo e(route('categories.show', $child1->slug)); ?>">
                                                        <?php echo e($child1->name); ?>

                                                    </a>
                                                </li>
                                            <?php endif; ?>
                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                    </ul>
                                </li>
                            <?php else: ?>
                                <li class="main-menu">
                                    <a href="<?php echo e(route('categories.show', $category->slug)); ?>">
                                        <?php echo e($category->name); ?>

                                    </a>
                                </li>
                            <?php endif; ?>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </ul>
                </li>
                <?php $__currentLoopData = $menus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <?php if(count($menu->activeChildren)): ?>
                        <li class="main-menu">
                            <span class="openSubPanel">
                                <?php echo e($menu->title); ?>

                                <span class="arow-menu"><i class=""></i></span>
                            </span>
                            <ul class="subPanel">
                                <li class="close-li">
                                    <span class="closeSubPanel"><i class=""></i> بازگشت </span>
                                </li>
                                <?php $__currentLoopData = $menu->activeChildren; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <li class="main-menu">
                                        <a href="<?php echo e($child->url); ?>">
                                            <?php echo e($child->title); ?>

                                        </a>
                                    </li>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ul>
                        </li>
                    <?php else: ?>
                        <li class="main-menu">
                            <a href="<?php echo e($menu->url); ?>">
                                <?php echo e($menu->title); ?>

                            </a>
                        </li>
                    <?php endif; ?>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </ul>
        </div>
    </div>
</nav>
<section class="container-fluid header p-0">
    <div class="container-fluid p-0 row-header">
        <div class="container">
            <div class="row row-menu-mob pt-2 pb-2 align-items-center">
                <div class="col-3 ps-0">
                    <div class="menuTrigger-icon">
                  <span class="menuTrigger">
                    <i class="fal fa-bars"></i>
                  </span>
                    </div>
                </div>
                <div class="col-6 p-0 text-center">
                    <a href="<?php echo e(route('index')); ?>" class="d-inline-block logo-mob">
                        <img src="<?php echo e(asset('images/logo.png')); ?>" class="img-fluid" alt="<?php echo e(settings('title')); ?>"/>
                    </a>
                </div>
                <div class="col-3 text-end p-0 shop">
                    <a href="<?php echo e(route('cart.index')); ?>" class="shop-link">
                  <span class="img-shop position-relative img-slice">
                    <span
                        class="count header-shop-count"><?php echo e(\Gloudemans\Shoppingcart\Facades\Cart::count()); ?></span>
                  </span>
                    </a>
                </div>
            </div>
            <div class="row row-header-mob align-items-center mt-3 d-xl-none d-lg-none pb-2">
                <div class="col-11 ps-0">
                    <?php
if (! isset($_instance)) {
    $html = \Livewire\Livewire::mount('frontend.header.mobile-search', [])->html();
} elseif ($_instance->childHasBeenRendered('vNrKISo')) {
    $componentId = $_instance->getRenderedChildComponentId('vNrKISo');
    $componentTag = $_instance->getRenderedChildComponentTagName('vNrKISo');
    $html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
    $_instance->preserveRenderedChild('vNrKISo');
} else {
    $response = \Livewire\Livewire::mount('frontend.header.mobile-search', []);
    $html = $response->html();
    $_instance->logRenderedChild('vNrKISo', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
                </div>
                <div class="col-1 p-0 text-center">
                <span class="dropdown me-md-2 register">
                  <button
                      type="button"
                      class="btn-text dropdown-toggle"
                      id="dropdownMenuButton2"
                      data-bs-toggle="dropdown"
                      aria-expanded="false"
                  >
                    <span class="img-reg img-slice"></span>
                  </button>
                  <ul class="dropdown-menu menu-account" aria-labelledby="dropdownMenuButton2">
                <?php if(auth()->guard()->guest()): ?>
                          <li>
                      <span class="icon-user">
                          <a href="<?php echo e(route('login')); ?>">
                              <i class="fal fa-user-lock"></i>
                              ورود
                          </a>
                      </span>
                   </li>
                          <li>
                      <span class="icon-user">
                          <a href="<?php echo e(route('register')); ?>">
                              <i class="fal fa-users-medical"></i>
                              عضویت
                          </a>
                      </span>
                   </li>
                      <?php else: ?>
                          <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('dashboard access')): ?>
                              <li>
                          <span class="icon-user">
                              <a href="<?php echo e(route('admin.index')); ?>">
                                  <i class="fal fa-tachometer"></i>
                                  پنل مدیریت
                              </a>
                          </span>
                       </li>
                          <?php endif; ?>
                          <li>
                              <span class="icon-user">
                                  <a href="<?php echo e(route('account.user.edit')); ?>">
                                      <i class="fal fa-user-edit"></i>
                                      اطلاعات شخصی
                                  </a>
                              </span>
                           </li>
                          <li>
                              <span class="icon-user">
                                  <a href="<?php echo e(route('account.orders.index')); ?>">
                                      <i class="fal fa-shopping-bag"></i>
                                      سفارشات
                                  </a>
                              </span>
                           </li>
                          <li>
                              <span class="icon-user">
                                  <a href="<?php echo e(route('account.tickets.index')); ?>">
                                      <i class="fal fa-ticket-alt"></i>
                                      تیکت‌ها
                                  </a>
                              </span>
                           </li>
                          <li>
                              <span class="icon-user">
                                  <a href="<?php echo e(route('account.index')); ?>">
                                      <i class="fal fa-user"></i>
                                      حساب کاربری
                                  </a>
                              </span>
                           </li>
                          <li>
                      <span class="icon-user">
                          <a href="<?php echo e(route('logout')); ?>"
                             onclick="event.preventDefault();document.getElementById('logout-form').submit();">
                              <i class="far fa-sign-out"></i>
                              خروج
                          </a>
                      </span>
                   </li>
                      <?php endif; ?>
            </ul>
                </span>
                </div>
            </div>
            <div class="row row-header d-none d-lg-block pt-4 pb-4">
                <div class="col-xl-11 col-lg-12 mx-auto col-12 p-0">
                    <div class="row align-items-center">
                        <div class="col-3 p-0">
                            <div class="d-block text-start right-toolbar">
                      <span class="shop shop-link">
                        <button
                            type="button"
                            class="shop-link d-inline-block dropdown-toggle"
                            id="dropdownMenuButton1"
                            data-bs-toggle="dropdown"
                            aria-expanded="false"
                        >
                          <span
                              class="count header-shop-count"><?php echo e(\Gloudemans\Shoppingcart\Facades\Cart::count()); ?></span>
                          <span
                              class="img-shop img-slice position-relative"
                          ></span>
                        </button>
                        <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
                                 <?php
if (! isset($_instance)) {
    $html = \Livewire\Livewire::mount('frontend.header.desktop-shopping-cart', [])->html();
} elseif ($_instance->childHasBeenRendered('AcY6San')) {
    $componentId = $_instance->getRenderedChildComponentId('AcY6San');
    $componentTag = $_instance->getRenderedChildComponentTagName('AcY6San');
    $html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
    $_instance->preserveRenderedChild('AcY6San');
} else {
    $response = \Livewire\Livewire::mount('frontend.header.desktop-shopping-cart', []);
    $html = $response->html();
    $_instance->logRenderedChild('AcY6San', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
                              </ul>
                      </span>
                                <span class="dropdown register">
                        <button
                            type="button"
                            class="btn-text dropdown-toggle"
                            id="dropdownMenuButton2"
                            data-bs-toggle="dropdown"
                            aria-expanded="false"
                        >
                          <span class="img-reg img-slice"></span>
                        </button>
                        <ul class="dropdown-menu menu-account" aria-labelledby="dropdownMenuButton2">
        <?php if(auth()->guard()->guest()): ?>
                                <li>
              <span class="icon-user">
                  <a href="<?php echo e(route('login')); ?>">
                      <i class="fal fa-user-lock"></i>
                      ورود
                  </a>
              </span>
           </li>
                                <li>
              <span class="icon-user">
                  <a href="<?php echo e(route('register')); ?>">
                      <i class="fal fa-users-medical"></i>
                      عضویت
                  </a>
              </span>
           </li>
                            <?php else: ?>
                                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('dashboard access')): ?>
                                    <li>
                  <span class="icon-user">
                      <a href="<?php echo e(route('admin.index')); ?>">
                          <i class="fal fa-tachometer"></i>
                          پنل مدیریت
                      </a>
                  </span>
               </li>
                                <?php endif; ?>
                                <li>
                      <span class="icon-user">
                          <a href="<?php echo e(route('account.user.edit')); ?>">
                              <i class="fal fa-user-edit"></i>
                              اطلاعات شخصی
                          </a>
                      </span>
                   </li>
                                <li>
                      <span class="icon-user">
                          <a href="<?php echo e(route('account.orders.index')); ?>">
                              <i class="fal fa-shopping-bag"></i>
                              سفارشات
                          </a>
                      </span>
                   </li>
                                <li>
                      <span class="icon-user">
                          <a href="<?php echo e(route('account.tickets.index')); ?>">
                              <i class="fal fa-ticket-alt"></i>
                              تیکت‌ها
                          </a>
                      </span>
                   </li>
                                <li>
                      <span class="icon-user">
                          <a href="<?php echo e(route('account.index')); ?>">
                              <i class="fal fa-user"></i>
                              حساب کاربری
                          </a>
                      </span>
                   </li>
                                <li>
              <span class="icon-user">
                  <a href="<?php echo e(route('logout')); ?>"
                     onclick="event.preventDefault();document.getElementById('logout-form').submit();">
                      <i class="far fa-sign-out"></i>
                      خروج
                  </a>
              </span>
           </li>
                            <?php endif; ?>
    </ul>
                      </span>
                                <span class="search-item">
                        <i class="icon-search fal fa-search"></i>
                        <div class="search-wrapper">
                          <form action="<?php echo e(route('search.index')); ?>" method="GET" class="search-form">
                            <input
                                type="search"
                                class="search-field"
                                placeholder="جستجو …"
                                name="q"
                            />
                            <button type="submit" class="search-submit">
                              <i class="fal fa-search"></i>
                            </button>
                          </form>
                        </div>
                      </span>
                            </div>
                        </div>
                        <div class="col-6 p-0 text-center"></div>
                        <div class="col-3 p-0 text-end">
                            <a href="<?php echo e(route('index')); ?>" class="d-inline-block logo">
                                <h1 class="m-0">
                                    <img src="<?php echo e(asset('images/logo.png')); ?>" class="img-fluid"
                                         alt="<?php echo e(settings('title')); ?>"/>
                                </h1>
                            </a>
                        </div>
                        <div class="col-12 p-0 menu">
                            <div class="container p-0">
                                <nav class="c-navi js-navi">
                                    <div class="c-navi__row">
                                        <ul class="c-navi-new-list ps-0">
                                            <li class="c-navi-new-list__categories">
                                                <ul class="c-navi-new-list__category-item p-0">
                                                    <li class="c-navi-new-list__a-hover js-navi-new-list-category-hover">
                                                        <div></div>
                                                    </li>
                                                    <li class="js-categories-bar-item js-mega-menu-main-item c-navi-new-list__category-container-main">
                                                          <span class="position-relative d-inline-block link-menu">
                                                            <span class="img-slice icon-cat"></span>
                                                            دسته بندی محصولات
                                                            <i class="fas fa-chevron-down"></i>
                                                          </span>
                                                        <div
                                                            class="c-navi-new-list__sublist js-mega-menu-categories-options c-navi-new__ads-holder"
                                                            style="display: none">
                                                            <div class="c-navi-new-list__inner-categories">
                                                                <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                                    <a href="<?php echo e(route('categories.show', $category->slug)); ?>"
                                                                       data-index="<?php echo e($category->id); ?>"
                                                                       class="c-navi-new-list__inner-category js-mega-menu-category <?php echo e($loop->first ? 'c-navi-new-list__inner-category--hovered' : ''); ?>">
                                                                        <?php if($category->icon): ?>
                                                                            <span class="ico-menu">
                                                                              <img src="<?php echo e(asset($category->icon)); ?>"
                                                                                   alt="<?php echo e($category->name); ?>"/>
                                                                            </span>
                                                                        <?php endif; ?>
                                                                        <?php echo e($category->name); ?>

                                                                    </a>
                                                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                            </div>
                                                            <div class="c-navi-new-list__options-container">
                                                                <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                                    <div
                                                                        class="c-navi-new-list__options-list js-mega-menu-category-options <?php echo e($loop->first ? 'is-active' : ''); ?>"
                                                                        id="categories-<?php echo e($category->id); ?>">
                                                                        <div class="c-navi-new-list__sublist-top-bar">
                                                                            <a href="<?php echo e(route('categories.show', $category->slug)); ?>"
                                                                               class="c-navi-new-list__sublist-see-all-cats">
                                                                                همه دسته‌بندی‌های <?php echo e($category->name); ?>

                                                                            </a>
                                                                        </div>
                                                                        <ul class="p-0">
                                                                            <?php $__currentLoopData = $category->activeChildren; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child1): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                                                <li class="c-navi-new-list__sublist-option c-navi-new-list__sublist-option--title">
                                                                                    <a href="<?php echo e(route('categories.show', $child1->slug)); ?>"
                                                                                       class="c-navi-new__big-display-title">
                                                                                        <span><?php echo e($child1->name); ?></span>
                                                                                    </a>
                                                                                </li>
                                                                                <?php $__currentLoopData = $child1->activeChildren; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child2): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                                                    <li class="c-navi-new-list__sublist-option c-navi-new-list__sublist-option--item">
                                                                                        <a href="<?php echo e(route('categories.show', $child2->slug)); ?>"
                                                                                           class="c-navi-new__big-display-title">
                                                                                            <?php echo e($child2->name); ?>

                                                                                        </a>
                                                                                    </li>
                                                                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                                        </ul>
                                                                    </div>
                                                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                            </div>
                                                        </div>
                                                    </li>
                                                    <?php $__currentLoopData = $menus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                        <?php if(count($menu->activeChildren)): ?>
                                                            <li class="has-sub">
                                                                <a href="<?php echo e($menu->url); ?>">
                                                                    <span
                                                                        class="position-relative d-inline-block link-menu">
                                                                        <?php echo e($menu->title); ?> <i
                                                                            class="fas fa-chevron-down"></i>
                                                                    </span>
                                                                </a>
                                                                <ul>
                                                                    <?php $__currentLoopData = $menu->activeChildren; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                                        <li class="nav-item">
                                                                            <a href="<?php echo e($child->url); ?>"
                                                                               class="nav-link">
                                                                                <?php echo e($child->title); ?>

                                                                            </a>
                                                                        </li>
                                                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                                </ul>
                                                            </li>
                                                        <?php else: ?>
                                                            <li class="js-categories-bar-item">
                                                                <a href="<?php echo e($menu->url); ?>"
                                                                   class="c-navi-new-list__category-link">
                                                                    <span
                                                                        class="position-relative d-inline-block link-menu">
                                                                        <?php echo e($menu->title); ?>

                                                                    </span>
                                                                </a>
                                                            </li>
                                                        <?php endif; ?>
                                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                </ul>
                                            </li>
                                        </ul>
                                    </div>
                                </nav>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<?php /**PATH /home/technova/technovar/resources/views/layouts/header.blade.php ENDPATH**/ ?>