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