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

Payout

@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}}                   @if($nonWithdrawalAmount < $payoutRequest) @else @endif

Revenue Details

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

Total Rvenue

{{csrf_field()}}

Transaction Histroy

Date & Time Transaction Type Transaction Id Account Details Sold Quantity Amount Action
@endsection @section('scripts')