@extends('layouts.front') @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 IBAN/Account No * Enter IBAN/Account No * Enter IBAN/Account No * Additional Reference(Optional) * {{ old('reference') }} Withdraw Fee $5 and 5% will deduct from your account. @endsection @section('scripts') @endsection