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('hyper.layouts.default') @section('content') <div class="row"> <div class="c..
Decoded Output download
<? @extends('hyper.layouts.default')
@section('content')
<div class="row">
<div class="col-12">
<div class="page-title-box">
<h4 class="page-title">{{ __('hyper.error_error') }}</h4>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="text-center">
<div class="text-error mt-4">error</div>
<h1 class="text-uppercase text-danger mt-3">{{ $content }}</h1>
@if(!$url)
<a class="btn btn-info mt-3" href="javascript:history.back(-1);"><i class="mdi mdi-reply"></i> {{ __('hyper.error_back_btn') }}</a>
@else
<a class="btn btn-info mt-3" href="{{ $url }}"><i class="mdi mdi-reply"></i> {{ __('hyper.error_back_btn') }}</a>
@endif
</div> <!-- end /.text-center-->
</div> <!-- end col-->
</div>
@stop ?>
Did this file decode correctly?
Original Code
@extends('hyper.layouts.default')
@section('content')
<div class="row">
<div class="col-12">
<div class="page-title-box">
<h4 class="page-title">{{ __('hyper.error_error') }}</h4>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="text-center">
<div class="text-error mt-4">error</div>
<h1 class="text-uppercase text-danger mt-3">{{ $content }}</h1>
@if(!$url)
<a class="btn btn-info mt-3" href="javascript:history.back(-1);"><i class="mdi mdi-reply"></i> {{ __('hyper.error_back_btn') }}</a>
@else
<a class="btn btn-info mt-3" href="{{ $url }}"><i class="mdi mdi-reply"></i> {{ __('hyper.error_back_btn') }}</a>
@endif
</div> <!-- end /.text-center-->
</div> <!-- end col-->
</div>
@stop
Function Calls
None |
Stats
MD5 | cc8cc055d58b34e2a773cdaf4abef8db |
Eval Count | 0 |
Decode Time | 91 ms |