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

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

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

@if(data_get($withdraw, 'unote')) @endif @if (data_get($withdraw, 'amount_fees'))
{{ __('* Your payment provider may deduct additional fees from the Amount Transferred.') }}
@endif