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.100
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 : service_detail.blade.php
@extends('layouts.app') <style> .service-details-content .text p { margin-bottom: 0px !important; } .service-details-content ol, li { list-style: auto; } .service-details-content ul, li { list-style: auto; } .service-details-content li { list-style: auto; } </style> @section('contents') <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['MSCLKID'])){ $MSCLKID=$_GET['MSCLKID']; }else{ $MSCLKID=''; } ?> <style> .page-title .content-box .title h1{ font-size:70px; /* margin-top: 60px; */ font-weight: 600; color: #383838; } </style> <style> .text ul li { padding: 0.4em 0; font-size: 2em; } .text ul li:hover .text ul li:before { color: white; background-color: #FFB74D; } .service-details-content li{ font-size: 18px; line-height: 34px; /* margin-bottom: 34px; */ } .service-details-content ul, li { margin-left: 38px; } .text ul li:before { content: "\2713 "; font-size: .6em; margin-left: -40px; margin-right: 20px; padding: 0.2em 0.45em; position: relative; color: white; background-color: #859a31; border-radius: 50%; } .text ul li { list-style-type: none; font-size: 0.9rem; } .text ul li a { color: #859a31; text-decoration: none; transition: all 500ms; } .text ul li a:hover { border-bottom: 0.3rem solid; } .text ul li { margin-bottom: 0.4rem; color: #585757; } .service-details-content .text h4{ color: #585757 !important; font-style: normal; font-weight: 700; } </style> <!-- Page Title --> <section class="page-title centred" style="background-image: url({{asset('assets/services/'.$service->image)}});"> <div class="auto-container"> <div class="content-box"> <div class="title"> <h1>{{$service->title}}</h1> </div> </div> </div> </section> <!-- End Page Title --> <!-- service-details --> <section class="service-details"> <div class="auto-container"> <div class="row clearfix"> <div class="col-lg-4 col-md-12 col-sm-12 sidebar-side"> <div class="service-sidebar"> <div class="category-widget"> <ul class="category-list clearfix"> @foreach($targatedservices as $serviceAll) <li ><a href="{{$serviceAll->slug}}" class="{{ request()->is($serviceAll->slug) ? 'current' : '' }} "><i class="fas fa-angle-right"></i>{{$serviceAll->title}}</a></li> @endforeach </ul> </div> <div class="support-box"> <figure class="image-box"><img src="{{asset('assets/images/resource/support-1.jpg')}}" alt="support"></figure> <div class="content-box"> <div class="icon-box"><i class="flaticon-phone"></i></div> <p>Get Professional Help</p> <h3><a href="tel:{{$contect_info->telephone}}">{{$contect_info->telephone}}</a></h3> </div> </div> {{-- other services--}} <div class="category-widget mt-4"> <ul class="category-list clearfix"> @foreach($otherservices as $serviceAll) <li ><a href="{{$serviceAll->slug}}" class="{{ request()->is($serviceAll->slug) ? 'current' : '' }} "><i class="fas fa-angle-right"></i>{{$serviceAll->title}}</a></li> @endforeach </ul> </div> </div> </div> <div class="col-lg-8 col-md-12 col-sm-12 content-side"> <div class="service-details-content"> <figure class="image-box"> <img src="{{(asset('assets/services/'.$service->image2))}}" alt="{{$service->image2_alt}}"> </figure> <div class="text"> <h2>{{$service->title}}</h2> <p class="ml-5">{!! $service->description !!}</p> </div> {{-- <div class="content-box">--}} {{-- <div class="inner-box clearfix">--}} {{-- <div class="single-item">--}} {{-- <h5><span>01</span>Strategic Partners</h5>--}} {{-- <p>{{$service->section1}}</p>--}} {{-- </div>--}} {{-- <div class="single-item">--}} {{-- <h5><span>02</span>Sourcing the Best</h5>--}} {{-- <p>{{$service->section2}}</p>--}} {{-- </div>--}} {{-- </div>--}} {{-- </div>--}} {{-- </div>--}} {{-- <div class="content_block_1">--}} {{-- <div class="accordian-inner">--}} {{-- <ul class="accordion-box">--}} {{-- @foreach($faqs as $k=> $faq)--}} {{-- <li class="accordion block">--}} {{-- <div class="acc-btn">--}} {{-- <div class="icon-outer"><i class="fas fa-plus"></i></div>--}} {{-- <h5>{{$faq->question}}</h5>--}} {{-- </div>--}} {{-- <div class="acc-content">--}} {{-- <div class="text">--}} {{-- <?php $anss=\App\Models\FaqsAnswer::where('qid', $faq->id)->first();?>--}} {{-- <p> {!! $anss['answer'] ??'' !!}</p>--}} {{-- </div>--}} {{-- </div>--}} {{-- </li>--}} {{-- @endforeach--}} {{-- </ul>--}} {{-- </div>--}} {{-- </div>--}} </div> </div> </div> </section> <!-- service-details end --> @endsection
Close