Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

{{-- @checked - If the option should be pre-checked @entity - Entity Name @transKey - Tran..

Decoded Output download

<?  {{--
@checked - If the option should be pre-checked
@entity - Entity Name
@transKey - Translation Key
--}}
<label class="inline checkbox text-{{$entity}}">
    <input type="checkbox" name="types[]"
           @if($checked) checked @endif
           value="{{$entity}}">{{ trans('entities.' . $transKey) }}
</label> ?>

Did this file decode correctly?

Original Code

{{--
@checked - If the option should be pre-checked
@entity - Entity Name
@transKey - Translation Key
--}}
<label class="inline checkbox text-{{$entity}}">
    <input type="checkbox" name="types[]"
           @if($checked) checked @endif
           value="{{$entity}}">{{ trans('entities.' . $transKey) }}
</label>

Function Calls

None

Variables

None

Stats

MD5 f896667b98656c24e7034afc61c8261f
Eval Count 0
Decode Time 98 ms