@extends('admin.layout') @section('custom-style') @endsection @section('content')

Withdraw your earnings

{{csrf_field()}}

Proceed to withdraw total earnings of amount

Enter amount below in USD (Max: ${{ $client_total_earnings}}, Min: ${{ $withdrawable_threshold }} )
Your preferred withdrawal method
@isset($preferred_withdrawal_method)
@else

Setup your preferred payment method here

@endisset
@if ($errors->any())
@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif @if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if(\Session::has('success'))
  • {!! \Session::get('success') !!}
  • @endif
    @endsection @section('custom-scripts') @endsection