{{ __('Confirm Your Withdrawal') }}

{{ __('You are about to withdraw :amount via :account.', [ 'amount' => money(data_get($withdraw, 'total'), data_get($withdraw, 'currency')), 'account' => $wdm->title.' ('.data_get($withdraw, 'account').')' ]) }}

{{ __('Please review the information and confirm.') }}

@if(data_get($withdraw, 'desc')) @endif {{--
{{ __('* Additional fees, network fees or intermediary fees may be deducted from the Amount Transferred by your payment provider.') }}
--}}