{{ __('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.') }}