Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.117.132.79
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
resources /
views /
vendor /
pagination /
Delete
Unzip
Name
Size
Permission
Date
Action
bootstrap-4.blade.php
2.04
KB
-rw-r--r--
2021-02-02 18:22
default.blade.php
1.82
KB
-rw-r--r--
2021-02-02 18:22
semantic-ui.blade.php
1.64
KB
-rw-r--r--
2021-02-02 18:22
simple-bootstrap-4.blade.php
1.03
KB
-rw-r--r--
2021-02-02 18:22
simple-default.blade.php
773
B
-rw-r--r--
2021-02-02 18:22
simple-tailwind.blade.php
1.66
KB
-rw-r--r--
2021-02-02 18:22
tailwind.blade.php
7.47
KB
-rw-r--r--
2021-02-02 18:22
Save
Rename
@if ($paginator->hasPages()) <nav> <ul class="pagination"> {{-- Previous Page Link --}} @if ($paginator->onFirstPage()) <li class="page-item disabled" aria-disabled="true"> <span class="page-link">@lang('pagination.previous')</span> </li> @else <li class="page-item"> <a class="page-link" href="{{ $paginator->previousPageUrl() }}" rel="prev">@lang('pagination.previous')</a> </li> @endif {{-- Next Page Link --}} @if ($paginator->hasMorePages()) <li class="page-item"> <a class="page-link" href="{{ $paginator->nextPageUrl() }}" rel="next">@lang('pagination.next')</a> </li> @else <li class="page-item disabled" aria-disabled="true"> <span class="page-link">@lang('pagination.next')</span> </li> @endif </ul> </nav> @endif