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>
    @yield('content')

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

Did this file decode correctly?

Original Code

<html>
<head>
    <meta name="csrf-token" content="{{ csrf_token() }}">
</head>
<body>
    @yield('content')

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

Function Calls

None

Variables

None

Stats

MD5 3e9e9fac77cd4efdd8219714acddc601
Eval Count 0
Decode Time 85 ms