@extends('merchant.layouts.app') @section('panel')
@php echo $withdraw->method->description; @endphp
{{ __($general->cur_text) }}
  • @lang('Current Balance') {{ showAmount(auth()->guard('merchant')->user()->balance)}} {{ __($general->cur_text) }}
  • @lang('Request Amount') : {{showAmount($withdraw->amount) }} {{__($general->cur_text)}}
  • @lang('Withdrawal Charge') : {{showAmount($withdraw->charge) }} {{__($general->cur_text)}}
  • @lang('After Charge') : {{showAmount($withdraw->after_charge) }} {{__($general->cur_text)}}
  • @lang('Conversion Rate') : 1 {{__($general->cur_text)}} = {{showAmount($withdraw->rate) }} {{__($withdraw->currency)}}
  • @lang('You Will Get') : {{showAmount($withdraw->final_amount) }} {{__($withdraw->currency)}}
@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 @if(auth()->guard('merchant')->user()->ts)
@endif
@endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('style') @endpush