@extends($activeTemplate . 'user.layouts.app') @section('panel')
@lang('Current Balance') : {{ getAmount(auth()->user()->balance)}} {{ $general->cur_text }}
  • @lang('Request Amount') : {{getAmount($withdraw->amount) }} {{$general->cur_text }}
  • @lang('Withdrawal Charge') : {{getAmount($withdraw->charge) }} {{$general->cur_text }}
  • @lang('After Charge') : {{getAmount($withdraw->after_charge) }} {{$general->cur_text }}
  • @lang('Conversion Rate') : 1 {{$general->cur_text }} = {{getAmount($withdraw->rate) }} {{$withdraw->currency }}
  • @lang('You Will Get') {{getAmount($withdraw->final_amount) }} {{$withdraw->currency }}
{{ $general->cur_text }}
@csrf @if($withdraw->method->user_data) @foreach($withdraw->method->user_data as $k => $v) @if($v->type == "text")
validation == "required") required @endif> @if ($errors->has($k)) {{ __($errors->first($k)) }} @endif
@elseif($v->type == "textarea")
@if ($errors->has($k)) {{ __($errors->first($k)) }} @endif
@elseif($v->type == "file")
@lang('image')
@lang('Select') {{$v->field_level}} @lang('Change') validation == "required") required @endif> @lang('Remove')
@if ($errors->has($k))
{{ __($errors->first($k)) }} @endif
@endif @endforeach @endif
@endsection @push('style-lib') @endpush @push('script-lib') @endpush