Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<section {{ $attributes->merge(['class' => "@container flex flex-col p-6 sm:p-12 bg-wh..
Decoded Output download
<? <section
{{ $attributes->merge(['class' => "@container flex flex-col p-6 sm:p-12 bg-white dark:bg-gray-900/80 text-gray-900 dark:text-gray-100 rounded-lg default:col-span-full default:lg:col-span-6 default:row-span-1 dark:ring-1 dark:ring-gray-800 shadow-xl"]) }}
>
{{ $slot }}
</section>
?>
Did this file decode correctly?
Original Code
<section
{{ $attributes->merge(['class' => "@container flex flex-col p-6 sm:p-12 bg-white dark:bg-gray-900/80 text-gray-900 dark:text-gray-100 rounded-lg default:col-span-full default:lg:col-span-6 default:row-span-1 dark:ring-1 dark:ring-gray-800 shadow-xl"]) }}
>
{{ $slot }}
</section>
Function Calls
| None |
Stats
| MD5 | 77c987a32f25c11b9078fa12e6f844f5 |
| Eval Count | 0 |
| Decode Time | 100 ms |