Server IP : 66.29.132.124 / Your IP : 3.21.105.222 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 : /proc/self/cwd/storage/framework/views/ |
Upload File : |
<?php if(auth()->check() && $booking->status == 'draft' && empty(setting_item('wallet_module_disable'))): ?> <hr/> <div class="form-group-item"> <h5 class="form-section-title"><?php echo e(__("Credit want to pay?")); ?></h5> <div class="input-group mb-3"> <div class="input-group-prepend"> <span class="input-group-text"><?php echo e(__('Credit')); ?> <?php echo e(!empty(auth()->user()) ? auth()->user()->balance : 0); ?></span> </div> <input type="number" class="form-control deposit_amount" value="0" name="credit"> <div class="input-group-append"> <span class="input-group-text convert_deposit_amount"><?php echo e(format_money(0)); ?></span> </div> </div> <div class="d-flex justify-content-between"><h5 class="form-section-title"><?php echo e(__("Pay now")); ?>:</h5> <div class="val convert_pay_now"><?php echo e(format_money(floatval($booking->deposit == null ? $booking->total : $booking->deposit))); ?></div></div> </div> <?php endif; ?> <?php /**PATH /home/wavevlvu/book24.ng/modules/Booking/Views/frontend/booking/checkout-deposit-amount.blade.php ENDPATH**/ ?>