Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@if($componentGroups->isNotEmpty() || $ungroupedComponents->isNotEmpty()) <div class="sect..
Decoded Output download
<? @if($componentGroups->isNotEmpty() || $ungroupedComponents->isNotEmpty())
<div class="section-components">
@include('partials.components')
</div>
@endif
?>
Did this file decode correctly?
Original Code
@if($componentGroups->isNotEmpty() || $ungroupedComponents->isNotEmpty())
<div class="section-components">
@include('partials.components')
</div>
@endif
Function Calls
None |
Stats
MD5 | b1a692df6f889d5355c9db0413548107 |
Eval Count | 0 |
Decode Time | 109 ms |