Server IP : 66.29.132.124 / Your IP : 13.58.211.135 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/Booking/Views/frontend/booking/ |
Upload File : |
@if(auth()->check() && $booking->status == 'draft' && empty(setting_item('wallet_module_disable'))) <hr/> <div class="form-group-item"> <h5 class="form-section-title">{{__("Credit want to pay?")}}</h5> <div class="input-group mb-3"> <div class="input-group-prepend"> <span class="input-group-text">{{__('Credit')}} {{ !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">{{format_money(0)}}</span> </div> </div> <div class="d-flex justify-content-between"><h5 class="form-section-title">{{__("Pay now")}}:</h5> <div class="val convert_pay_now">{{format_money(floatval($booking->deposit == null ? $booking->total : $booking->deposit))}}</div></div> </div> @endif