!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/storage/framework/views/   drwxrwxrwx
Free 13.01 GB of 57.97 GB (22.45%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     1c467b0220292869957e6c186a6c35f0.php (21.33 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (isset($component)) { $__componentOriginal3ad46025fb3e01e4c2eb9d1732f00674 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal3ad46025fb3e01e4c2eb9d1732f00674 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.layouts.anonymous','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::layouts.anonymous'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
    <!-- Page Title -->
     <?php $__env->slot('title'null, []); ?> 
        <?php echo app('translator')->get('admin::app.users.login.title'); ?>
     <?php $__env->endSlot(); ?>

    <div class="flex h-[100vh] flex-col items-center justify-center gap-10">
        <div class="flex flex-col items-center gap-5">
            <!-- Logo -->
            <?php if($logo core()->getConfigData('general.design.admin_logo.logo_image')): ?>
                <img
                    class="h-10 w-[110px]"
                    src="<?php echo e(Storage::url($logo)); ?>"
                    alt="<?php echo e(config('app.name')); ?>"
                />
            <?php else: ?>
                <img
                    class="w-max"
                    src="<?php echo e(vite()->asset('images/logo.svg')); ?>"
                    alt="<?php echo e(config('app.name')); ?>"
                />
            <?php endif; ?>

            <div class="box-shadow flex min-w-[300px] flex-col rounded-md bg-white dark:bg-gray-900">
                <?php echo view_render_event('admin.sessions.login.form_controls.before'); ?>


                <!-- Login Form -->
                <?php if (isset($component)) { $__componentOriginal81b4d293d9113446bb908fc8aef5c8f6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal81b4d293d9113446bb908fc8aef5c8f6 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.index','data' => ['action' => route('admin.session.store')]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['action' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('admin.session.store'))]); ?>
                    <p class="p-4 text-xl font-bold text-gray-800 dark:text-white">
                        <?php echo app('translator')->get('admin::app.users.login.title'); ?>
                    </p>

                    <div class="border-y p-4 dark:border-gray-800">
                        <!-- Email -->
                        <?php if (isset($component)) { $__componentOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.index','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form.control-group'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
                            <?php if (isset($component)) { $__componentOriginal8378211f70f8c39b16d47cecdac9c7c8 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal8378211f70f8c39b16d47cecdac9c7c8 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.label','data' => ['class' => 'required']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form.control-group.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['class' => 'required']); ?>
                                <?php echo app('translator')->get('admin::app.users.login.email'); ?>
                             <?php echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal8378211f70f8c39b16d47cecdac9c7c8)): ?>
<?php $attributes 
$__attributesOriginal8378211f70f8c39b16d47cecdac9c7c8?>
<?php 
unset($__attributesOriginal8378211f70f8c39b16d47cecdac9c7c8); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal8378211f70f8c39b16d47cecdac9c7c8)): ?>
<?php $component 
$__componentOriginal8378211f70f8c39b16d47cecdac9c7c8?>
<?php 
unset($__componentOriginal8378211f70f8c39b16d47cecdac9c7c8); ?>
<?php 
endif; ?>

                            <?php if (isset($component)) { $__componentOriginal53af403f6b2179a3039d488b8ab2a267 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal53af403f6b2179a3039d488b8ab2a267 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.control','data' => ['type' => 'email','class' => 'w-[254px] max-w-full','id' => 'email','name' => 'email','rules' => 'required|email','label' => trans('admin::app.users.login.email'),'placeholder' => trans('admin::app.users.login.email')]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form.control-group.control'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['type' => 'email','class' => 'w-[254px] max-w-full','id' => 'email','name' => 'email','rules' => 'required|email','label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(trans('admin::app.users.login.email')),'placeholder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(trans('admin::app.users.login.email'))]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal53af403f6b2179a3039d488b8ab2a267)): ?>
<?php $attributes 
$__attributesOriginal53af403f6b2179a3039d488b8ab2a267?>
<?php 
unset($__attributesOriginal53af403f6b2179a3039d488b8ab2a267); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal53af403f6b2179a3039d488b8ab2a267)): ?>
<?php $component 
$__componentOriginal53af403f6b2179a3039d488b8ab2a267?>
<?php 
unset($__componentOriginal53af403f6b2179a3039d488b8ab2a267); ?>
<?php 
endif; ?>

                            <?php if (isset($component)) { $__componentOriginal8da25fb6534e2ef288914e35c32417f8 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal8da25fb6534e2ef288914e35c32417f8 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.error','data' => ['controlName' => 'email']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form.control-group.error'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['control-name' => 'email']); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal8da25fb6534e2ef288914e35c32417f8)): ?>
<?php $attributes 
$__attributesOriginal8da25fb6534e2ef288914e35c32417f8?>
<?php 
unset($__attributesOriginal8da25fb6534e2ef288914e35c32417f8); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal8da25fb6534e2ef288914e35c32417f8)): ?>
<?php $component 
$__componentOriginal8da25fb6534e2ef288914e35c32417f8?>
<?php 
unset($__componentOriginal8da25fb6534e2ef288914e35c32417f8); ?>
<?php 
endif; ?>
                         <?php echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3)): ?>
<?php $attributes 
$__attributesOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3?>
<?php 
unset($__attributesOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3)): ?>
<?php $component 
$__componentOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3?>
<?php 
unset($__componentOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3); ?>
<?php 
endif; ?>

                        <!-- Password -->
                        <?php if (isset($component)) { $__componentOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.index','data' => ['class' => 'relative w-full']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form.control-group'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['class' => 'relative w-full']); ?>
                            <?php if (isset($component)) { $__componentOriginal8378211f70f8c39b16d47cecdac9c7c8 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal8378211f70f8c39b16d47cecdac9c7c8 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.label','data' => ['class' => 'required']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form.control-group.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['class' => 'required']); ?>
                                <?php echo app('translator')->get('admin::app.users.login.password'); ?>
                             <?php echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal8378211f70f8c39b16d47cecdac9c7c8)): ?>
<?php $attributes 
$__attributesOriginal8378211f70f8c39b16d47cecdac9c7c8?>
<?php 
unset($__attributesOriginal8378211f70f8c39b16d47cecdac9c7c8); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal8378211f70f8c39b16d47cecdac9c7c8)): ?>
<?php $component 
$__componentOriginal8378211f70f8c39b16d47cecdac9c7c8?>
<?php 
unset($__componentOriginal8378211f70f8c39b16d47cecdac9c7c8); ?>
<?php 
endif; ?>

                            <?php if (isset($component)) { $__componentOriginal53af403f6b2179a3039d488b8ab2a267 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal53af403f6b2179a3039d488b8ab2a267 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.control','data' => ['type' => 'password','class' => 'w-[254px] max-w-full ltr:pr-10 rtl:pl-10','id' => 'password','name' => 'password','rules' => 'required|min:6','label' => trans('admin::app.users.login.password'),'placeholder' => trans('admin::app.users.login.password')]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form.control-group.control'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['type' => 'password','class' => 'w-[254px] max-w-full ltr:pr-10 rtl:pl-10','id' => 'password','name' => 'password','rules' => 'required|min:6','label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(trans('admin::app.users.login.password')),'placeholder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(trans('admin::app.users.login.password'))]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal53af403f6b2179a3039d488b8ab2a267)): ?>
<?php $attributes 
$__attributesOriginal53af403f6b2179a3039d488b8ab2a267?>
<?php 
unset($__attributesOriginal53af403f6b2179a3039d488b8ab2a267); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal53af403f6b2179a3039d488b8ab2a267)): ?>
<?php $component 
$__componentOriginal53af403f6b2179a3039d488b8ab2a267?>
<?php 
unset($__componentOriginal53af403f6b2179a3039d488b8ab2a267); ?>
<?php 
endif; ?>

                            <span
                                class="icon-eye-hide absolute top-11 -translate-y-2/4 cursor-pointer text-2xl ltr:right-3 rtl:left-3"
                                onclick="switchVisibility()"
                                id="visibilityIcon"
                                role="presentation"
                                tabindex="0"
                            >
                            </span>

                            <?php if (isset($component)) { $__componentOriginal8da25fb6534e2ef288914e35c32417f8 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal8da25fb6534e2ef288914e35c32417f8 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.error','data' => ['controlName' => 'password']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('admin::form.control-group.error'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['control-name' => 'password']); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal8da25fb6534e2ef288914e35c32417f8)): ?>
<?php $attributes 
$__attributesOriginal8da25fb6534e2ef288914e35c32417f8?>
<?php 
unset($__attributesOriginal8da25fb6534e2ef288914e35c32417f8); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal8da25fb6534e2ef288914e35c32417f8)): ?>
<?php $component 
$__componentOriginal8da25fb6534e2ef288914e35c32417f8?>
<?php 
unset($__componentOriginal8da25fb6534e2ef288914e35c32417f8); ?>
<?php 
endif; ?>
                         <?php echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3)): ?>
<?php $attributes 
$__attributesOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3?>
<?php 
unset($__attributesOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3)): ?>
<?php $component 
$__componentOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3?>
<?php 
unset($__componentOriginal7b1bc76a00ab5e7f1bf2c6429dae85a3); ?>
<?php 
endif; ?>
                    </div>

                    <div class="flex items-center justify-between p-4">
                        <!-- Forgot Password Link -->
                        <a
                            class="cursor-pointer text-xs font-semibold leading-6 text-brandColor"
                            href="<?php echo e(route('admin.forgot_password.create')); ?>"
                        >
                            <?php echo app('translator')->get('admin::app.users.login.forget-password-link'); ?>
                        </a>

                        <!-- Submit Button -->
                        <button
                            class="primary-button"
                            aria-label="<?php echo e(trans('admin::app.users.login.submit-btn')); ?>"
                        >
                            <?php echo app('translator')->get('admin::app.users.login.submit-btn'); ?>
                        </button>
                    </div>
                 <?php echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal81b4d293d9113446bb908fc8aef5c8f6)): ?>
<?php $attributes 
$__attributesOriginal81b4d293d9113446bb908fc8aef5c8f6?>
<?php 
unset($__attributesOriginal81b4d293d9113446bb908fc8aef5c8f6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal81b4d293d9113446bb908fc8aef5c8f6)): ?>
<?php $component 
$__componentOriginal81b4d293d9113446bb908fc8aef5c8f6?>
<?php 
unset($__componentOriginal81b4d293d9113446bb908fc8aef5c8f6); ?>
<?php 
endif; ?>

                <?php echo view_render_event('admin.sessions.login.form_controls.after'); ?>

            </div>
        </div>

        <!-- Powered By -->
        <div class="text-sm font-normal">
            <?php echo app('translator')->get('admin::app.components.layouts.powered-by.description', [
                
'krayin' => '<a class="text-brandColor hover:underline " href="https://krayincrm.com/">Krayin</a>',
                
'webkul' => '<a class="text-brandColor hover:underline " href="https://webkul.com/">Webkul</a>',
            ]); 
?> 
        </div>
    </div>

    <?php $__env->startPush('scripts'); ?>
        <script>
            function switchVisibility() {
                let passwordField = document.getElementById("password");
                let visibilityIcon = document.getElementById("visibilityIcon");

                passwordField.type = passwordField.type === "password" ? "text" : "password";
                visibilityIcon.classList.toggle("icon-eye");
            }
        </script>
    <?php $__env->stopPush(); ?>
 <?php echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal3ad46025fb3e01e4c2eb9d1732f00674)): ?>
<?php $attributes 
$__attributesOriginal3ad46025fb3e01e4c2eb9d1732f00674?>
<?php 
unset($__attributesOriginal3ad46025fb3e01e4c2eb9d1732f00674); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal3ad46025fb3e01e4c2eb9d1732f00674)): ?>
<?php $component 
$__componentOriginal3ad46025fb3e01e4c2eb9d1732f00674?>
<?php 
unset($__componentOriginal3ad46025fb3e01e4c2eb9d1732f00674); ?>
<?php 
endif; ?>
<?php 
/**PATH C:\xampp\htdocs\laravel-crm\packages\Webkul\Admin\src/resources/views/sessions/login.blade.php ENDPATH**/ ?>

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