@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Withdraw Via') {{ $withdraw->method->name }}

@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.')

@csrf
@php echo $withdraw->method->description; @endphp
@if (auth()->user()->ts)
@endif
@endsection