@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Current Balance'): {{ showAmount(auth()->user()->balance) }} {{ __($general->cur_text) }}
@csrf
@lang('Method')
@lang('Select Gateway')
@foreach ($withdrawMethod as $data)
{{ __($data->name) }}
@endforeach
@lang('Amount')
{{ $general->cur_text }}
@include($activeTemplate . 'partials.otp_field')
@lang('Limit')
0
{{ __($general->cur_text) }} -
0
{{ __($general->cur_text) }}
@lang('Charge')
0
{{ __($general->cur_text) }}
@lang('Receivable')
0
{{ __($general->cur_text) }}
@lang('In')
0
@lang('Submit')
@endsection @push('script') @endpush