@extends('coaching.layout.master') @section('content')

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
Withdrawal Amount
{{$withdrawalAmount}}                  
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

Revenue Details

@if($nonWithdrawalAmount >= $fiftyPercent) @endif @if($nonWithdrawalAmount >= $payoutRequest) @endif

Total Rvenue

{{csrf_field()}}

Transaction Histroy

@endsection @section('scripts')