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

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

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