Withdraw to Settlement Account

History
@if ($settlement_only)
Settlement Account
Bank {{ $bank_name }}
Account Number {{ $bank_account_number }}
Account Name {{ $account_name }}
@else

Select Bank

No banks found
@endif
@if ($account_name) @else @endif @if ($account_name)

{{$account_name}}

@endif
@if ($account_name)
{{ __('Confirm Transfer') }} @else {{ __('Confirm User') }} @endif
{{-- order Preview --}}

Confirm Transfer

{{formatNumber($totalAmount)}}

{{$bank_name}}

{{$account_name}}

{{formatNumber($amount)}}

{{formatNumber($feeAmount)}}

{{$description}}

Payment Method

{{formatNumber(auth()->user()->wallet_balance)}}

{{ __('Pay') }}
{{-- recent transfers --}}
@if (count($recentTransfers) > 0)

View all

@else

No recent transfers

@endif