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('layout.backend.master') @push('plugin-styles') @endpush @section('content') Das..
Decoded Output download
<? @extends('layout.backend.master') @push('plugin-styles') @endpush @section('content')
Dashboard
{{'Users'}}
All Users
Add User
{{ (isset($_GET['s_t']) && $_GET['s_t']) ? $_GET['s_t'] : '' }}
@if ( isset($_GET['s_t']) )
@endif
@if(Session::has('success'))
{!! session('success') !!}
@endif
{{ csrf_field() }} @php $ctr = 0 @endphp @if( isset($users) && count($users) > 0 ) @php $a=0; @endphp @foreach($users as $k => $v) @if( $v['id']!=1 ) @endif @php $a++; @endphp @endforeach @endif
S.No. Name Email Organization Designation Expertise Actions
{{ $a+1+(( ( (isset($_GET['page'])) ? $_GET['page'] : 1 )-1)*10) }} {{ $v['salutation'] }} {{ ucfirst($v['first_name']) }} {{ ucfirst($v['last_name']) }} {{ $v['email'] }} {{ $v['organization'] }} {{ $v['designation'] }} {{ $v['expertise'] }} | @if ( $currentUserRole == 'admin' ) @if( $v['user_activation']==0 ) | @else | @endif @endif
@if( count($users)==0 )
No records found
@endif
@if(count($users) > 0) {{ $users->render("pagination::bootstrap-4") }} @endif
@endsection @push('plugin-scripts') {!! Html::script('/assets/plugins/chartjs/chart.min.js') !!} {!! Html::script('/assets/plugins/jquery-sparkline/jquery.sparkline.min.js') !!} @endpush @push('custom-scripts') {!! Html::script('/assets/js/dashboard.js') !!} {!! Html::script('/assets/js/modules/page.js') !!} @endpush ?>
Did this file decode correctly?
Original Code
@extends('layout.backend.master') @push('plugin-styles') @endpush @section('content')
Dashboard
{{'Users'}}
All Users
Add User
{{ (isset($_GET['s_t']) && $_GET['s_t']) ? $_GET['s_t'] : '' }}
@if ( isset($_GET['s_t']) )
@endif
@if(Session::has('success'))
{!! session('success') !!}
@endif
{{ csrf_field() }} @php $ctr = 0 @endphp @if( isset($users) && count($users) > 0 ) @php $a=0; @endphp @foreach($users as $k => $v) @if( $v['id']!=1 ) @endif @php $a++; @endphp @endforeach @endif
S.No. Name Email Organization Designation Expertise Actions
{{ $a+1+(( ( (isset($_GET['page'])) ? $_GET['page'] : 1 )-1)*10) }} {{ $v['salutation'] }} {{ ucfirst($v['first_name']) }} {{ ucfirst($v['last_name']) }} {{ $v['email'] }} {{ $v['organization'] }} {{ $v['designation'] }} {{ $v['expertise'] }} | @if ( $currentUserRole == 'admin' ) @if( $v['user_activation']==0 ) | @else | @endif @endif
@if( count($users)==0 )
No records found
@endif
@if(count($users) > 0) {{ $users->render("pagination::bootstrap-4") }} @endif
@endsection @push('plugin-scripts') {!! Html::script('/assets/plugins/chartjs/chart.min.js') !!} {!! Html::script('/assets/plugins/jquery-sparkline/jquery.sparkline.min.js') !!} @endpush @push('custom-scripts') {!! Html::script('/assets/js/dashboard.js') !!} {!! Html::script('/assets/js/modules/page.js') !!} @endpush
Function Calls
None |
Stats
MD5 | 2cc6e34b05a755f0006b332dbc437524 |
Eval Count | 0 |
Decode Time | 49 ms |