Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@extends('admin.partial.template-full') @section('section') </div> <admin-reports /> @end..
Decoded Output download
<? @extends('admin.partial.template-full')
@section('section')
</div>
<admin-reports />
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({ el: '#panel'});
</script>
@endpush
?>
Did this file decode correctly?
Original Code
@extends('admin.partial.template-full')
@section('section')
</div>
<admin-reports />
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({ el: '#panel'});
</script>
@endpush
Function Calls
None |
Stats
MD5 | 9820d498ec82975b69c0591ebf68ac4a |
Eval Count | 0 |
Decode Time | 77 ms |