@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('styles') @endsection @section('content') @include('includes.user-dashboard-sidebar') {{ __('Withdraw Now') }} {{ __('Back') }} {{ csrf_field() }} @include('includes.admin.form-both') {{ __('Current Balance') }} {{ App\Models\Product::vendorConvertPrice(Auth::user()->affilate_income) }} {{ __('Withdraw Method') }} * {{ __('Select Withdraw Method') }} {{ __('Paypal') }} {{ __('Skrill') }} {{ __('Payoneer') }} {{ __('Bank') }} {{ __('Withdraw Amount') }} * {{ __('Enter Account Email') }} * {{ __('Enter IBAN\/Account No') }} * {{ __('Enter Account Name') }} * {{ __('Enter Address') }} * {{ __('Enter Swift Code') }} * {{ __('Additional Reference(Optional)') }} * {{ old('reference') }} {{ __('Withdraw Fee') }} ${{ $gs->withdraw_fee }} {{ __('and') }} {{ $gs->withdraw_charge }}% {{ __('will deduct from your account.') }} @endsection @section('scripts') @endsection