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
Total No of search: 0
Total No of search: 0
| Date & Time |
Transaction Type |
Transaction Id |
Account Details |
Sold Quantity |
Amount |
Action |
Requested Date & Time |
Business Name |
Bank Details |
Sold Quantity |
Sold Date |
Amount |
Payment Status |
Action |
@endsection
@section('scripts')