Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@yield('content') {{ $slot }} <div {{ $attributes->merge(['id' => 'foo']) }}> {{ $fo..
Decoded Output download
<? @yield('content')
{{ $slot }}
<div {{ $attributes->merge(['id' => 'foo']) }}>
{{ $foo }}
</div>
@isset($bar)
{{ $bar }}
@endisset
?>
Did this file decode correctly?
Original Code
@yield('content')
{{ $slot }}
<div {{ $attributes->merge(['id' => 'foo']) }}>
{{ $foo }}
</div>
@isset($bar)
{{ $bar }}
@endisset
Function Calls
None |
Stats
MD5 | ea39652c9136d3face8073e5c6e583fd |
Eval Count | 0 |
Decode Time | 123 ms |