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($stickiedIncidents->isNotEmpty()) <div class="section-stickied"> <h1>{{ trans('cac..
Decoded Output download
<? @if($stickiedIncidents->isNotEmpty())
<div class="section-stickied">
<h1>{{ trans('cachet.incidents.stickied') }}</h1>
@foreach($stickiedIncidents as $date => $incidents)
@include('partials.incidents')
@endforeach
</div>
@endif
?>
Did this file decode correctly?
Original Code
@if($stickiedIncidents->isNotEmpty())
<div class="section-stickied">
<h1>{{ trans('cachet.incidents.stickied') }}</h1>
@foreach($stickiedIncidents as $date => $incidents)
@include('partials.incidents')
@endforeach
</div>
@endif
Function Calls
None |
Stats
MD5 | 32b5d3928848b4e6c9957c6d8afc3076 |
Eval Count | 0 |
Decode Time | 113 ms |