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 : 18.119.112.208
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/Tour/frontend/layouts/details/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/Tour/frontend/layouts/details/tour-itinerary.blade.php
@if($translation->itinerary)
    <div class="border-bottom  border-top py-4">
        <h5 class="font-size-21 font-weight-bold text-dark mb-4">
            {{__("Itinerary")}}
        </h5>
        <div id="itinerary">
            @foreach($translation->itinerary as $key=>$item)
                <div class="card border-0 mb-3">
                    <div class="card-header border-bottom-0 p-0">
                        <h5 class="mb-0">
                            <button type="button" class="collapse-link btn btn-link btn-block d-flex align-items-md-center font-weight-bold p-0" data-toggle="collapse" data-target="#itinerary_{{$key}}">
                                <div class="text-primary font-size-22 mb-3 mb-md-0 mr-3">
                                    <i class="fa fa-circle-o"></i>
                                </div>
                                <div class="text-primary flex-shrink-0">{{$item['title']}} <span class="px-2">-</span> </div>
                                <h6 class="font-weight-bold text-gray-3 text-left mb-0">{{$item['desc']}}</h6>
                            </button>
                        </h5>
                    </div>
                    <div id="itinerary_{{$key}}" class="collapse @if($key == 0 ) show @endif" data-parent="#itinerary">
                        <div class="card-body">
                            <p class="mb-0">
                                {!! clean($item['content']) !!}
                            </p>
                        </div>
                    </div>
                </div>
            @endforeach
        </div>
    </div>
@endif

Youez - 2016 - github.com/yon3zu
LinuXploit