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.147.78.249
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/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/storage/framework/views/b90431c1e3e87690ec54c7d949445b9291766573.php
<div class="modal fade" id="modal-paid-<?php echo e($booking->id); ?>">
    <div class="modal-dialog modal-dialog-centered modal-lg">
        <div class="modal-content">
            <!-- Modal Header -->
            <div class="modal-header">
                <h4 class="modal-title"><?php echo e(__("Booking ID")); ?>: #<?php echo e($booking->id); ?></h4>
            </div>
            <!-- Modal body -->
            <div class="modal-body">
                <div class="booking-review">
                    <div class="booking-review-content">
                        <div class="review-section total-review">
                            <ul class="review-list">
                                <li class="final-total d-block border-0">
                                    <div class="d-flex justify-content-between">
                                        <div class="label"><?php echo e(__("Total:")); ?></div>
                                        <div class="val"><?php echo e(format_money($booking->total)); ?></div>
                                    </div>
                                    <?php if($booking->status !='draft'): ?>
                                        <div class="d-flex justify-content-between">
                                            <div class="label"><?php echo e(__("Paid:")); ?></div>
                                            <div class="val"><?php echo e(format_money($booking->paid)); ?></div>
                                        </div>
                                        <?php if($booking->paid < $booking->total ): ?>
                                            <div class="d-flex justify-content-between">
                                                <div class="label"><?php echo e(__("Remain:")); ?></div>
                                                <div class="val"><?php echo e(currency_symbol()); ?><input class="text-right" type="number" min="0" max="<?php echo e($booking->total); ?>" id="set_paid_input" value="<?php echo e(($booking->total - $booking->paid)); ?>" />
                                                </div>
                                            </div>
                                        <?php endif; ?>
                                    <?php endif; ?>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Modal footer -->
            <div class="modal-footer">
                <span class="btn btn btn-primary" id="set_paid_btn" data-id="<?php echo e($booking->id); ?>"><?php echo e(__("Save")); ?></span>
                <span class="btn btn-secondary" data-dismiss="modal"><?php echo e(__("Close")); ?></span>
            </div>
        </div>
    </div>
</div>
<?php /**PATH /home/wavevlvu/book24.ng/modules/Tour/Views/frontend/booking/set-paid-modal.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit