Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div {!! $attributes !!}> @if($title || $tools) <div class="box-header with-bo..
Decoded Output download
<? <div {!! $attributes !!}>
@if($title || $tools)
<div class="box-header with-border">
<h3 class="box-title">{{ $title }}</h3>
<div class="box-tools pull-right">
@foreach($tools as $tool)
{!! $tool !!}
@endforeach
</div><!-- /.box-tools -->
</div><!-- /.box-header -->
@endif
<div class="box-body" style="display: block;">
{!! $content !!}
</div><!-- /.box-body -->
@if($footer)
<div class="box-footer">
{!! $footer !!}
</div><!-- /.box-footer-->
@endif
</div>
{{-- widget box expandhtmlscripthtml --}}
<script>
{!! $script !!}
</script> ?>
Did this file decode correctly?
Original Code
<div {!! $attributes !!}>
@if($title || $tools)
<div class="box-header with-border">
<h3 class="box-title">{{ $title }}</h3>
<div class="box-tools pull-right">
@foreach($tools as $tool)
{!! $tool !!}
@endforeach
</div><!-- /.box-tools -->
</div><!-- /.box-header -->
@endif
<div class="box-body" style="display: block;">
{!! $content !!}
</div><!-- /.box-body -->
@if($footer)
<div class="box-footer">
{!! $footer !!}
</div><!-- /.box-footer-->
@endif
</div>
{{-- widget box expandhtmlscripthtml --}}
<script>
{!! $script !!}
</script>
Function Calls
None |
Stats
MD5 | 5fbdb744fa9e17e7a55b5bc45353fa88 |
Eval Count | 0 |
Decode Time | 98 ms |