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() }}"> </head> <body> ..

Decoded Output download

<?  <html>
<head>
    <meta name="csrf-token" content="{{ csrf_token() }}">
</head>
<body>
    <h1>This is a custom layout</h1>

    {{ $slot }}

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


 ?>

Did this file decode correctly?

Original Code

<html>
<head>
    <meta name="csrf-token" content="{{ csrf_token() }}">
</head>
<body>
    <h1>This is a custom layout</h1>

    {{ $slot }}

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


Function Calls

None

Variables

None

Stats

MD5 8c27f1856563a86722435d8be49d3eb4
Eval Count 0
Decode Time 100 ms