@csrf
@if(setting_item('wallet_deposit_type') == 'list')
@if(!empty($wallet_deposit_lists))
@foreach($wallet_deposit_lists as $k=>$item)
@endforeach
@else
{{__("Sorry, no options found")}}
@endif
@else
@endif
@php
$term_conditions = setting_item('booking_term_conditions');
@endphp