@if(auth()->check() && $booking->status == 'draft' && empty(setting_item('wallet_module_disable')))
{{__("Credit want to pay?")}}
{{__('Credit')}} {{ !empty(auth()->user()) ? auth()->user()->balance : 0 }}
{{format_money(0)}}
{{__("Pay now")}}:
{{format_money(floatval($booking->deposit == null ? $booking->total : $booking->deposit))}}
@endif