@lang('Withdrawal Info')
@php echo $withdraw->statusBadge @endphp
-
@lang('TRX No.')
#{{ $withdraw->trx }}
-
@lang('Amount')
{{ showAmount($withdraw->amount) }}
-
@lang('Charge')
{{ showAmount($withdraw->charge) }}
-
@lang('After Charge')
{{ showAmount($withdraw->after_charge) }}
-
@lang('Conversion Rate')
1 {{ __(gs()->cur_text) }} = {{ showAmount($withdraw->rate, currencyFormat: false) }}
{{ __($withdraw->currency) }}
-
@lang('After Convert')
{{ showAmount($withdraw->final_amount, currencyFormat: false) }} {{ __($withdraw->currency) }}
-
@lang('Created At')
{{ showDateTime($withdraw->created_at) }}
-
@if ($withdraw->branch)
@lang('Branch')
{{ __(@$withdraw->branch->name) }}
@else
@lang('Withdraw Method')
{{ __(@$withdraw->method->name) }}
@endif