@extends($activeTemplate . 'layouts.master') @section('content')
@lang('You are requesting')
@lang('to withdraw') {{ showAmount($withdraw->amount) }},
@lang('The Blockchain will send exactly')
{{ showAmount($withdraw->final_amount, currencyFormat: false) . ' ' . $withdraw->currency }}
@lang('to your wallet.')