Payout
@if($coachingDetails->status == 3)
Your account is suspended, so please contact at support@admisure.com to payout
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
Last Month Earning
@if($lastMonthAmount)
{{$lastMonthAmount['sold_amount']}}
@else
0
@endif
Non-Withdrawal Amount
@if($nonWithdrawalAmount > 0)
{{$nonWithdrawalAmount}}
@else
0
@endif
Payment Threshold
You can request your payment once your payment threshold is reached.
You have reached @if($withdrawalAmount>1000){{100}}@else{{$withdrawalAmount/1000}}@endif% of your payment threshold
@if($coachingDetails->status == 3)
@else
@if($nonWithdrawalAmount < $payoutRequest && $payoutCount > 3)
@else
@endif
@endif
Total No of search: 0
Total No of search: 0
@endsection
@section('scripts')