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

Signing you up...

Thank you for signing up!

PHP Decode

<html> <head> <meta name="csrf-token" content="{{ csrf_token() }}"> <style> ..

Decoded Output download

<?  <html>
<head>
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <style>
        .show {
            display: block;
        }
    </style>
</head>
<body>
    {{ $slot }}

    @stack('scripts')
</body>
</html>


 ?>

Did this file decode correctly?

Original Code

<html>
<head>
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <style>
        .show {
            display: block;
        }
    </style>
</head>
<body>
    {{ $slot }}

    @stack('scripts')
</body>
</html>


Function Calls

None

Variables

None

Stats

MD5 438d3bba729cd0143d0aa232ad02b2c0
Eval Count 0
Decode Time 88 ms