@csrf

Choose withdrawal method and enter amount

@if(Session::has('errmessage')) @endif

You can withdraw using the below payment choose.

@if(!empty($wmethods)) @foreach($wmethods as $pmethod)
@endforeach @endif

Amount

Enter the amount you would like to withdraw in {{system_settings('currency')}}.

{{system_settings('currency')}}
withdrawal is in the system default currency.