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 {!! $attributes !!} > @if(isset($title)) <h4>{{ $title }}</h4> @endif ..

Decoded Output download

<?  <div {!! $attributes !!} >
    @if(isset($title))
    <h4>{{ $title }}</h4>
    @endif
    {!! $content !!}
</div> ?>

Did this file decode correctly?

Original Code

<div {!! $attributes !!} >
    @if(isset($title))
    <h4>{{ $title }}</h4>
    @endif
    {!! $content !!}
</div>

Function Calls

None

Variables

None

Stats

MD5 4415469bd2a2837685389d171aaba107
Eval Count 0
Decode Time 98 ms