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('site.partial.template') @section('section') <div class="title"> <h3 clas..
Decoded Output download
<? @extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Platform/API Terms Of Use</h3>
</div>
<hr>
@endsection
@push('meta')
<meta property="og:description" content="Platform/API Terms of Use">
@endpush
?>
Did this file decode correctly?
Original Code
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Platform/API Terms Of Use</h3>
</div>
<hr>
@endsection
@push('meta')
<meta property="og:description" content="Platform/API Terms of Use">
@endpush
Function Calls
None |
Stats
MD5 | cc7452cba3f642b0ac5e094e6b5516c9 |
Eval Count | 0 |
Decode Time | 94 ms |