Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@props(['except' => []]) @foreach($__laravel_slots as $key => $value) @unless(in_arra..
Decoded Output download
<? @props(['except' => []])
@foreach($__laravel_slots as $key => $value)
@unless(in_array($key, $except))
@slot($key, $value)
@endunless
@endforeach
?>
Did this file decode correctly?
Original Code
@props(['except' => []])
@foreach($__laravel_slots as $key => $value)
@unless(in_array($key, $except))
@slot($key, $value)
@endunless
@endforeach
Function Calls
None |
Stats
MD5 | 87f1bdd77d40af9babdbb500f5439def |
Eval Count | 0 |
Decode Time | 83 ms |