!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ecom1.picotech.app/public_html/resources/views/frontend/layouts/   drwxr-xr-x
Free 28.25 GB of 117.98 GB (23.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     header.blade.php (5.83 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<div id="header_sticky">

  <div class="overlay"></div>

  <header class="mainheader">
    <!--    START HEADER TOP    -->
    {{-- @if(!Auth::guard('customer')->check() && config('settingConfig.config_signup_discount_status') == 1)
      <div class="signup_discount d-flex justify-content-center sm-d-none">
        <span class="text-white signupoffertxt">{!! str_replace('_DISCOUNT_ ','<b>Get '.config('settingConfig.config_signup_discount').'%</b>',config('settingConfig.config_signup_discount_text')) !!} <a href="{{route('customer.getregister')}}"  > <u><b class="sign-up-btn-cs-reg">Sign Up Now</b></u>  </a> </span>
      </div>
    @else
      <div class="signup_discount d-flex justify-content-center sm-d-none">
        <span class="text-white signupoffertxt">Need Help Contact Us  <a href="{{route('contact_us')}}" > <u><b> Now</b></u>  </a> </span>
      </div>
    @endif --}}
    <!--    Ends HEADER TOP    -->
    <div class="@if(config('settingConfig.config_layout') == 'fullwidthlayout') container-fluid mx-5 mx-sm-0 @else otrixcontainer @endif desktop-header">
      <!-- <div class="head-center"> -->
        <div class="head-center row mt-3 mb-3">
        <div class="col-lg-3 logo-left">
          <a href="{{url('/')}}" class="disblock">
            <img src="{{asset('uploads')}}/store/{{config('settingConfig.config_store_image')}}" alt="Logo" class="logo">
          </a>
        </div>
        <!-- <div class="  col-12 col-md-10 col-lg-8 mx-auto d-flex justify-content-center"> -->
          <div class="col-md-10 col-lg-6 mx-auto d-flex1 justify-content-center text-center">
          <form class="expanding-search-form ">
            <input class="search-input"  id="global-search"  type="search" placeholder="{{ __('common')['search_product'] }}" onkeyup="searchData(this.value)">
            <input type="hidden" name="search_category" class="searchCat" value="0">
            <div class="search-dropdown ">
              <a class="button dropdown-toggle" type="button"
                <a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                <span class="toggle-active">{{ __('common')['select_category'] }}  &nbsp&nbsp</span>
                <i class="fa fa-solid fa-caret-down"></i>
              </a>
               <ul class="dropdown-menu ">
                <li class="menu-active"><a href="#">{{ __('common')['select_category'] }}</a></li>

                   @if(isset($commonData['categories']) && $commonData['categories'])
                        @foreach($commonData['categories'] as $key=>$parent)
                            @if(isset($parent->categoryDescription->name) && $parent->categoryDescription->name)
                                <li onclick="setSearchCategory('{{$parent->category_id}}')"><a href="#">{{isset($parent->categoryDescription->name)?$parent->categoryDescription->name:''}}</a></li>
                           @endif
                        @endforeach
                   @endif
              </ul>
            </div>
            <label class="search-label" for="global-search">
                      <span class="sr-only">Global Search</span>
                </label>
            <button class="button search-button" type="button">
                      <span class="fa  fa-search">
                            <span class="sr-only">Search</span>
                      </span>
                </button>
            <!-- <a href="{{route('image.search')}}" title="Search product by image" class="button image-button d-flex justify-content-center align-items-center" type="button">
              <img src="{{asset('frontend/images')}}/searchimage.png" alt="" >
            </a> -->
          </form>
          <div id="searchData">

          </div>
        </div>
        <!-- <div class="d-flex justify-content-center "> -->
          <div class="col-lg-3 d-flex justify-content-end">
            <a class="e-cart"  @if(Auth::guard('customer')->check())  href="{{route('user-dashboard')}}" @else href="{{route('customer.getlogin')}}"  @endif >
                <div class="cart-bar">
                    <span><img src="{{asset('frontend')}}/images/account.png" alt="" title="" height="20" width="20" /> </span>
                </div>

            <span class="menu-icon-text">{{ __('common')['account'] }}</span>
            </a>
            <a href="{{ route('get.wishlist')}}"  class="e-cart mx-3">
              <div  class="cart-bar " >
                  <span class="cart-count wishlist-count">{{$commonData['wishlistCount']}}</span>
                  <span><img src="{{asset('frontend')}}/images/heart.png" alt="" title="" height="20" width="20" /> </span>
              </div>
              <span class="menu-icon-text">{{ __('account')['label_wishlist'] }}</span>
            </a>
            <a  @if(Auth::guard('customer')->check()) href="{{ route('shopping.cart')}}"  class="e-cart" @else href="{{route('customer.getlogin')}}"  @endif>
                <div class="cart-bar">
                    <span class="cart-count basket-count">{{$commonData['cartCount']}}</span>
                    <span><img src="{{asset('frontend')}}/images/cart.png" alt="" title="" height="20" width="20" /> </span>
                </div>
                <span class="menu-icon-text">{{ __('common')['your_cart'] }}</span>
            </a>
          </div>
      </div>
    </div>
    <!-- Mobile menu start here -->
      @include('frontend.layouts.mobileHeader')
    <!-- Mobile menu end here -->
  </header>
</div>

<script type="text/javascript">
function closeSearchForm() {
   var element = document.getElementById("mobile-search-form");
   element.classList.toggle("d-none");
}

function showSearchForm() {
   var element = document.getElementById("mobile-search-form");
   element.classList.toggle("d-none");
}
</script>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0036 ]--