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