Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<div class="box-shadow rounded bg-white dark:bg-gray-900"> <div class="flex items-cent..

Decoded Output download

<?  <div class="box-shadow rounded bg-white dark:bg-gray-900">
    <div class="flex items-center justify-between p-4">
        <div class="shimmer h-[17px] w-[108px]"></div>

        <div class="shimmer h-[17px] w-[82px]"></div>
    </div>

    <div class="flex flex-col">
        @for ($i = 1; $i <= 3; $i++)
            <div class="flex gap-2.5 border-b p-4 last:border-b-0 dark:border-gray-800">
                <!-- Product Image -->
                <div class="shimmer h-[65px] w-[65px] rounded"></div>

                <!-- Product Details -->
                <div class="flex w-[251px] flex-col gap-1.5">
                    <!-- Product Name -->
                    <div class="shimmer h-[17px] w-full"></div>

                    <div class="shimmer h-[17px] w-[65px]"></div>

                    <div class="shimmer h-[17px] w-[65px]"></div>

                    <div class="mt-2 flex gap-2.5">
                        <!-- Product Price -->
                        <div class="shimmer h-[17px] w-[42px]"></div>

                        <!-- Grand Total -->
                        <div class="shimmer h-[17px] w-[82px]"></div>
                    </div>
                </div>
            </div>
        @endfor
    </div>
</div> ?>

Did this file decode correctly?

Original Code

<div class="box-shadow rounded bg-white dark:bg-gray-900">
    <div class="flex items-center justify-between p-4">
        <div class="shimmer h-[17px] w-[108px]"></div>

        <div class="shimmer h-[17px] w-[82px]"></div>
    </div>

    <div class="flex flex-col">
        @for ($i = 1; $i <= 3; $i++)
            <div class="flex gap-2.5 border-b p-4 last:border-b-0 dark:border-gray-800">
                <!-- Product Image -->
                <div class="shimmer h-[65px] w-[65px] rounded"></div>

                <!-- Product Details -->
                <div class="flex w-[251px] flex-col gap-1.5">
                    <!-- Product Name -->
                    <div class="shimmer h-[17px] w-full"></div>

                    <div class="shimmer h-[17px] w-[65px]"></div>

                    <div class="shimmer h-[17px] w-[65px]"></div>

                    <div class="mt-2 flex gap-2.5">
                        <!-- Product Price -->
                        <div class="shimmer h-[17px] w-[42px]"></div>

                        <!-- Grand Total -->
                        <div class="shimmer h-[17px] w-[82px]"></div>
                    </div>
                </div>
            </div>
        @endfor
    </div>
</div>

Function Calls

None

Variables

None

Stats

MD5 2c924e8df1dab86b260475e78d8e5f30
Eval Count 0
Decode Time 96 ms