{{ __('t.select_withdrawal_method') }}
{{ __('t.withdrawal_description') }}
{{ __('t.secure_processing') }}
{{ __('t.fast_withdrawals') }}
{{ __('t.min_withdrawal') }}
{{ Number::currency($method->minimum, $settings->s_currency) }}
{{ __('t.max_withdrawal') }}
{{ Number::currency($method->maximum, $settings->s_currency) }}
{{ __('t.processing_fee') }}
@if($method->charges_type == 'percentage') {{ Number::percentage($method->charges_amount) }} @else {{ Number::currency($method->charges_amount, $settings->s_currency) }} @endif